Status: Pass 211 Failure 14 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.admin.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListAdminTestJSON) |
fail
ft1.1: setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 134, 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 05850f6e-fbcb-4e2c-8abc-f59bfbaacd7a failed to reach available status (current creating) within the required time (360 s). |
||||||
setUpClass (tempest.api.volume.test_snapshot_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotMetadataTestJSON) |
fail
ft2.1: setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 445, 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 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1344, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 307, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 268, 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 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.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 volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 100, in create_volume resp, body = self.post('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/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 755, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 532, 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 699, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 447, 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 336, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60) |
||||||
tearDownClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft3.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 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, 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 0x7f38102310c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume 1a159978-aec1-4494-8cf3-0edd45b0ae39 within the required time (360 s). Timer started at 1635350719. Timer ended at 1635351079waited for 360, <traceback object at 0x7f38100c6140>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeShelveTestJSON) |
fail
ft4.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 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, 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 0x7fbbab35fd40>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume f9d267a4-6b14-4e32-94f4-6c6910319790 within the required time (360 s). Timer started at 1635350775. Timer ended at 1635351135waited for 360, <traceback object at 0x7fbbab409540>)) |
||||||
tearDownClass (tempest.api.volume.test_volume_transfers | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesTransfersV355Test) |
fail
ft5.1: tearDownClass (tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, 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 0x7f5bc293fc40>), (<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 0x7f5bc208f400>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesNegativeTest) |
fail
ft6.1: tearDownClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (VolumesNegativeTest:tearDownClass) Failed to delete volume 4f05e02c-e269-47bc-8dc0-a639e4aca41a within the required time (360 s). Timer started at 1635349574. Timer ended at 1635349996waited for 422, <traceback object at 0x7f6f8d652f00>) |
||||||
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
pt7.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
ft7.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:'': {{{ 2021-10-27 15:45:18,389 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes 0.270s 2021-10-27 15:45:18,390 122918 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-956746429"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-182c87e8-7a68-4901-b33b-578208d4ddfc', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-182c87e8-7a68-4901-b33b-578208d4ddfc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.277314", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 15:45:18,489 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.092s 2021-10-27 15:45:18,489 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7192cb2b-d3a4-4dab-bf1e-500dca36a446', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7192cb2b-d3a4-4dab-bf1e-500dca36a446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:19,555 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.056s 2021-10-27 15:45:19,555 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10748ce0-76e7-4a5a-b318-359dcd9135ba', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10748ce0-76e7-4a5a-b318-359dcd9135ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:19.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:19,562 122918 INFO [tempest.common.waiters] volume 1a159978-aec1-4494-8cf3-0edd45b0ae39 reached available after waiting for 1.562577 seconds 2021-10-27 15:45:19,808 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.245s 2021-10-27 15:45:19,808 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1515', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c903dc6-398c-4f09-8bf7-a0bca911eb39', 'x-compute-request-id': 'req-7c903dc6-398c-4f09-8bf7-a0bca911eb39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:17Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": []}}' 2021-10-27 15:45:20,299 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.482s 2021-10-27 15:45:20,299 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:19 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-967f0a3b-c6c6-4076-96d3-7354b40d951b', 'x-compute-request-id': 'req-967f0a3b-c6c6-4076-96d3-7354b40d951b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "device": "/dev/sdb"}}' 2021-10-27 15:45:20,368 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.066s 2021-10-27 15:45:20,368 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f60fc9e-d6c6-4c0e-a489-daa151b87c1f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f60fc9e-d6c6-4c0e-a489-daa151b87c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:21,462 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.086s 2021-10-27 15:45:21,462 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-332ef4a6-db7e-44af-9ebb-e19686afc85e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-332ef4a6-db7e-44af-9ebb-e19686afc85e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:22,572 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.102s 2021-10-27 15:45:22,572 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-057a97f9-0477-4d3d-ba8c-5f05d1d1327e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-057a97f9-0477-4d3d-ba8c-5f05d1d1327e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:23,668 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.088s 2021-10-27 15:45:23,668 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04b19b3-f66e-41e7-a7b6-baec90b1d55f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04b19b3-f66e-41e7-a7b6-baec90b1d55f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:24,805 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.129s 2021-10-27 15:45:24,806 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9143b6b9-e640-4a1a-85f3-c2d075c6abb2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9143b6b9-e640-4a1a-85f3-c2d075c6abb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:25,905 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.086s 2021-10-27 15:45:25,906 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8540fe5-6f0b-4e82-a1be-2360d0cfb5fb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8540fe5-6f0b-4e82-a1be-2360d0cfb5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:27,026 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.111s 2021-10-27 15:45:27,026 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e90931-183e-4fd5-9fa7-399705fa16f2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e90931-183e-4fd5-9fa7-399705fa16f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:28,148 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.114s 2021-10-27 15:45:28,148 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf9dfb6-e224-45c0-9047-c582c79da1f1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cf9dfb6-e224-45c0-9047-c582c79da1f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:29,217 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.061s 2021-10-27 15:45:29,217 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8741fd9f-7a83-4326-bfa4-9b1a019035e5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8741fd9f-7a83-4326-bfa4-9b1a019035e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:30,276 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 15:45:30,276 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f15c8d56-49fc-416b-b0cf-109a4eb6217b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f15c8d56-49fc-416b-b0cf-109a4eb6217b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:31,331 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 15:45:31,332 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dd6c88f-16bd-4d58-b0f4-94ad23771317', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dd6c88f-16bd-4d58-b0f4-94ad23771317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:32,393 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.053s 2021-10-27 15:45:32,393 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f744d7-4734-496f-9dfa-fc4d7269003a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f744d7-4734-496f-9dfa-fc4d7269003a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:33,447 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 15:45:33,447 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b17c54c6-a898-46cf-8b27-d9268f7d80a2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b17c54c6-a898-46cf-8b27-d9268f7d80a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:34,502 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 15:45:34,503 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11620b92-adc2-4c39-886a-1fcaad67197b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11620b92-adc2-4c39-886a-1fcaad67197b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:21.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:35,573 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.062s 2021-10-27 15:45:35,574 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af006106-0d4a-49f7-901f-28646fb27170', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af006106-0d4a-49f7-901f-28646fb27170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:35,581 122918 INFO [tempest.common.waiters] Attachment 1eff9726-11b9-4417-9044-f46db21b4e46 created for volume 1a159978-aec1-4494-8cf3-0edd45b0ae39 to server 62c89161-c119-48b2-839d-712db798ff96 after waiting for 15.581313 seconds 2021-10-27 15:45:35,635 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.054s 2021-10-27 15:45:35,636 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fb70593-66f7-432b-abe0-eb8f4ead9886', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fb70593-66f7-432b-abe0-eb8f4ead9886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:45:35,642 122918 INFO [tempest.common.waiters] volume 1a159978-aec1-4494-8cf3-0edd45b0ae39 reached in-use after waiting for 0.642795 seconds 2021-10-27 15:45:35,846 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/action 0.203s 2021-10-27 15:45:35,847 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"rescue": {"adminPass": "T9%Da*PYzyL9S9%"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:35 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-07792c9b-c8ce-4306-8a5a-133e1e88464e', 'x-compute-request-id': 'req-07792c9b-c8ce-4306-8a5a-133e1e88464e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/action'} Body: b'{"adminPass": "T9%Da*PYzyL9S9%"}' 2021-10-27 15:45:36,026 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.177s 2021-10-27 15:45:36,026 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9977e667-49a4-4d72-b1e3-8e2d3c05a491', 'x-compute-request-id': 'req-9977e667-49a4-4d72-b1e3-8e2d3c05a491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:37,196 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.160s 2021-10-27 15:45:37,196 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e11444da-ab54-4171-b7ea-79ac813ec9ab', 'x-compute-request-id': 'req-e11444da-ab54-4171-b7ea-79ac813ec9ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:38,605 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.400s 2021-10-27 15:45:38,606 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eef6fe4-f7b1-4b5b-9bcf-2b96fc3c9d31', 'x-compute-request-id': 'req-1eef6fe4-f7b1-4b5b-9bcf-2b96fc3c9d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:39,777 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.162s 2021-10-27 15:45:39,778 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0624993c-ed74-4f94-ae0d-c431fe6957dc', 'x-compute-request-id': 'req-0624993c-ed74-4f94-ae0d-c431fe6957dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:40,937 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.149s 2021-10-27 15:45:40,938 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ae6c9d6-ddc6-4ec1-a231-ba1ec13cdbe9', 'x-compute-request-id': 'req-6ae6c9d6-ddc6-4ec1-a231-ba1ec13cdbe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:42,100 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.154s 2021-10-27 15:45:42,100 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34e410db-7641-41db-afd0-2e2778002c5e', 'x-compute-request-id': 'req-34e410db-7641-41db-afd0-2e2778002c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:43,402 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.293s 2021-10-27 15:45:43,402 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d726aa4b-3811-48aa-a2e4-834b1882920e', 'x-compute-request-id': 'req-d726aa4b-3811-48aa-a2e4-834b1882920e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:44,759 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.346s 2021-10-27 15:45:44,759 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2ddaa47-68b0-426f-acd5-5436d3cd90e8', 'x-compute-request-id': 'req-f2ddaa47-68b0-426f-acd5-5436d3cd90e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:45,946 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.164s 2021-10-27 15:45:45,947 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-510f5816-ee78-4157-8c0d-03a191e2f91f', 'x-compute-request-id': 'req-510f5816-ee78-4157-8c0d-03a191e2f91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:47,125 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.170s 2021-10-27 15:45:47,126 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31165bf9-ecf4-4e1b-b0d2-7c9da630c3b5', 'x-compute-request-id': 'req-31165bf9-ecf4-4e1b-b0d2-7c9da630c3b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:48,350 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.214s 2021-10-27 15:45:48,350 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afaee0ba-bed2-4f81-b7f6-9bd1307f6f3a', 'x-compute-request-id': 'req-afaee0ba-bed2-4f81-b7f6-9bd1307f6f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:49,558 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.199s 2021-10-27 15:45:49,558 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d1ac02f-18e8-4b92-a9f0-c7366bb9a37c', 'x-compute-request-id': 'req-1d1ac02f-18e8-4b92-a9f0-c7366bb9a37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:50,843 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.276s 2021-10-27 15:45:50,844 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08c93905-ba91-4688-978f-a81614e1d37a', 'x-compute-request-id': 'req-08c93905-ba91-4688-978f-a81614e1d37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:52,306 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.453s 2021-10-27 15:45:52,306 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8569733-935a-43cc-9a55-501bfb187a4c', 'x-compute-request-id': 'req-e8569733-935a-43cc-9a55-501bfb187a4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:54,027 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.712s 2021-10-27 15:45:54,027 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-342ca9bf-b0da-4cb7-9716-7a7a4f2f3295', 'x-compute-request-id': 'req-342ca9bf-b0da-4cb7-9716-7a7a4f2f3295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:55,241 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.204s 2021-10-27 15:45:55,241 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acb25fad-bb41-418e-9c07-e6015dcef1bc', 'x-compute-request-id': 'req-acb25fad-bb41-418e-9c07-e6015dcef1bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:56,496 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.245s 2021-10-27 15:45:56,497 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b62d148-97e6-4bd2-b9b0-d0e49a8310d9', 'x-compute-request-id': 'req-5b62d148-97e6-4bd2-b9b0-d0e49a8310d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:57,677 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.171s 2021-10-27 15:45:57,677 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bd34603-ef18-49ba-8a82-a1c201bd37f5', 'x-compute-request-id': 'req-7bd34603-ef18-49ba-8a82-a1c201bd37f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:45:58,888 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.202s 2021-10-27 15:45:58,888 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49a93f18-5103-4da4-b786-75dcf04e5615', 'x-compute-request-id': 'req-49a93f18-5103-4da4-b786-75dcf04e5615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:00,047 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.151s 2021-10-27 15:46:00,048 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78a95012-5b69-47a5-88a8-6ba2ad459647', 'x-compute-request-id': 'req-78a95012-5b69-47a5-88a8-6ba2ad459647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:01,284 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.227s 2021-10-27 15:46:01,284 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea018299-c0bc-420f-9ddb-3e46ac4ae391', 'x-compute-request-id': 'req-ea018299-c0bc-420f-9ddb-3e46ac4ae391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:02,457 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.163s 2021-10-27 15:46:02,457 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec8e48f-bbd3-4ea8-88cb-90a7b1bac699', 'x-compute-request-id': 'req-bec8e48f-bbd3-4ea8-88cb-90a7b1bac699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:03,631 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.165s 2021-10-27 15:46:03,631 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-579774fc-89a9-4b27-99cb-f6351cef6f2a', 'x-compute-request-id': 'req-579774fc-89a9-4b27-99cb-f6351cef6f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:04,850 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.211s 2021-10-27 15:46:04,851 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e61eaeda-7723-456d-ac41-be75fcdcb2a5', 'x-compute-request-id': 'req-e61eaeda-7723-456d-ac41-be75fcdcb2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:06,169 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.309s 2021-10-27 15:46:06,170 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ede88e4-6900-42d7-8af7-d569a3777454', 'x-compute-request-id': 'req-8ede88e4-6900-42d7-8af7-d569a3777454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:07,379 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.199s 2021-10-27 15:46:07,379 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d9c38e4-bd83-4f9b-b133-64e69eee9b5f', 'x-compute-request-id': 'req-5d9c38e4-bd83-4f9b-b133-64e69eee9b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:08,768 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.380s 2021-10-27 15:46:08,768 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c8f0333-88b8-4399-8141-cebd667aec35', 'x-compute-request-id': 'req-0c8f0333-88b8-4399-8141-cebd667aec35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:10,070 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.293s 2021-10-27 15:46:10,071 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dd6fa69-864a-42bb-a6a0-29211aedd9c1', 'x-compute-request-id': 'req-7dd6fa69-864a-42bb-a6a0-29211aedd9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:11,361 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.282s 2021-10-27 15:46:11,362 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a02af7a-6f52-41db-b5ed-e9b1e1e58b3c', 'x-compute-request-id': 'req-9a02af7a-6f52-41db-b5ed-e9b1e1e58b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:45:36Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:12,564 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.192s 2021-10-27 15:46:12,564 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-deb40243-0aab-4be6-82ca-8d35719c7816', 'x-compute-request-id': 'req-deb40243-0aab-4be6-82ca-8d35719c7816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "RESCUE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:46:11Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:46:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:12,572 122918 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 36 second wait 2021-10-27 15:46:12,879 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.305s 2021-10-27 15:46:12,880 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:12 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-7522fc96-5e36-48f3-9f67-a225a0317327', 'x-compute-request-id': 'req-7522fc96-5e36-48f3-9f67-a225a0317327', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 62c89161-c119-48b2-839d-712db798ff96 while it is in vm_state rescued"}}' 2021-10-27 15:46:12,979 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/action 0.099s 2021-10-27 15:46:12,980 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"unrescue": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:12 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-cb97f565-965f-407b-8987-d0829350df3c', 'x-compute-request-id': 'req-cb97f565-965f-407b-8987-d0829350df3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/action'} Body: b'' 2021-10-27 15:46:13,263 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.283s 2021-10-27 15:46:13,264 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ada6d067-a165-4fb0-ac12-6add06ce5eb2', 'x-compute-request-id': 'req-ada6d067-a165-4fb0-ac12-6add06ce5eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "RESCUE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:46:13Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:46:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:14,423 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.149s 2021-10-27 15:46:14,423 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d558f26d-ed45-4439-a35c-fa5bc2eb7935', 'x-compute-request-id': 'req-d558f26d-ed45-4439-a35c-fa5bc2eb7935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "RESCUE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:46:13Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:46:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:15,578 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.145s 2021-10-27 15:46:15,578 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17ed7e64-ea17-40bd-8dd9-e1b14d463e8f', 'x-compute-request-id': 'req-17ed7e64-ea17-40bd-8dd9-e1b14d463e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "RESCUE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:46:13Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:46:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:16,740 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96 0.152s 2021-10-27 15:46:16,740 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04830c99-0170-4d0b-8224-a587bec6869c', 'x-compute-request-id': 'req-04830c99-0170-4d0b-8224-a587bec6869c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96'} Body: b'{"server": {"id": "62c89161-c119-48b2-839d-712db798ff96", "name": "tempest-ServerRescueNegativeTestJSON-server-423458374", "status": "ACTIVE", "tenant_id": "00d7fcab5d3f465793d650f16c6ea8de", "user_id": "96b599f8890b4281a7e311cf37a039e1", "metadata": {}, "hostId": "88a151fda9b15d02a00813f70e3fa4396a1da6a83a9845f4839d25d4", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:44Z", "updated": "2021-10-27T15:46:16Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-863994434-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:8d:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/62c89161-c119-48b2-839d-712db798ff96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:46:11.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": "1a159978-aec1-4494-8cf3-0edd45b0ae39"}]}}' 2021-10-27 15:46:16,747 122918 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ACTIVE/None" after 3 second wait 2021-10-27 15:46:16,788 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 15:46:16,789 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e5fcd3-0f32-408e-ac7d-df8bbb6baa9d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6e5fcd3-0f32-408e-ac7d-df8bbb6baa9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:45:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:46:16,955 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.159s 2021-10-27 15:46:16,956 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:16 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-33eed238-3259-4cbc-8f34-f2385482039a', 'x-compute-request-id': 'req-33eed238-3259-4cbc-8f34-f2385482039a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'' 2021-10-27 15:46:17,007 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:46:17,007 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-90d852ee-e8c1-46db-8c66-95d6c8a20a92', 'x-compute-request-id': 'req-90d852ee-e8c1-46db-8c66-95d6c8a20a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:18,056 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:18,057 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-c14052f0-c253-45b1-849a-d31f32d71822', 'x-compute-request-id': 'req-c14052f0-c253-45b1-849a-d31f32d71822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:19,106 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:19,106 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-d725791b-6f5b-4762-8a1d-d7d9957449ba', 'x-compute-request-id': 'req-d725791b-6f5b-4762-8a1d-d7d9957449ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:20,156 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:46:20,157 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-6b175e05-55f2-44fa-a9a0-ac211e35f98b', 'x-compute-request-id': 'req-6b175e05-55f2-44fa-a9a0-ac211e35f98b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:21,206 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:21,206 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-aaa493e7-af92-4e11-9e2d-9dde7375e921', 'x-compute-request-id': 'req-aaa493e7-af92-4e11-9e2d-9dde7375e921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:22,256 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:22,256 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-4b3c3fbb-db09-4a82-981b-07884e8e00cb', 'x-compute-request-id': 'req-4b3c3fbb-db09-4a82-981b-07884e8e00cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:23,307 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:46:23,308 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-fbcf96b8-d8dd-4d85-af7f-2403c2158fbf', 'x-compute-request-id': 'req-fbcf96b8-d8dd-4d85-af7f-2403c2158fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:24,358 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:46:24,358 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-7245d50f-bf02-4533-8b63-aab0f24bdb55', 'x-compute-request-id': 'req-7245d50f-bf02-4533-8b63-aab0f24bdb55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:25,407 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:25,408 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-513a2dcd-d0f7-4477-87fc-5f08bb778b23', 'x-compute-request-id': 'req-513a2dcd-d0f7-4477-87fc-5f08bb778b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:26,458 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:26,458 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-8e7d82af-cd98-431c-8e93-915349ff0b85', 'x-compute-request-id': 'req-8e7d82af-cd98-431c-8e93-915349ff0b85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:27,507 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:46:27,508 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-41f4b3b9-7fb9-4d4d-a967-a060a1b964e9', 'x-compute-request-id': 'req-41f4b3b9-7fb9-4d4d-a967-a060a1b964e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:28,557 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:28,557 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-b18627d9-3685-41f9-ade2-7768dbe8e4bf', 'x-compute-request-id': 'req-b18627d9-3685-41f9-ade2-7768dbe8e4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:29,610 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.051s 2021-10-27 15:46:29,611 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-f9214a50-c23d-47e7-a51c-240fe8ed7db9', 'x-compute-request-id': 'req-f9214a50-c23d-47e7-a51c-240fe8ed7db9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:30,659 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:46:30,660 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-7bb7c4ff-4cd4-40db-bc0d-e52151a26e17', 'x-compute-request-id': 'req-7bb7c4ff-4cd4-40db-bc0d-e52151a26e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:31,708 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:46:31,708 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-175dbb19-156f-40c1-aeca-42355e9336dc', 'x-compute-request-id': 'req-175dbb19-156f-40c1-aeca-42355e9336dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:32,758 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:46:32,759 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-6d48299e-cc91-4932-873d-c95680c5d0a8', 'x-compute-request-id': 'req-6d48299e-cc91-4932-873d-c95680c5d0a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:33,874 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.112s 2021-10-27 15:46:33,875 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-854de2c5-4293-4116-8e32-e9d68723466c', 'x-compute-request-id': 'req-854de2c5-4293-4116-8e32-e9d68723466c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:34,926 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:46:34,926 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-e5ae0c4a-0d90-41aa-a75c-48c3b8b9eeb9', 'x-compute-request-id': 'req-e5ae0c4a-0d90-41aa-a75c-48c3b8b9eeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:35,976 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:35,976 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-20040691-17bc-4987-a711-aac389bfeb0a', 'x-compute-request-id': 'req-20040691-17bc-4987-a711-aac389bfeb0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:37,025 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:37,026 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-8fa33ca7-1ad2-47ed-931f-ae82cd3fe022', 'x-compute-request-id': 'req-8fa33ca7-1ad2-47ed-931f-ae82cd3fe022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:38,074 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:46:38,074 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-b4458005-a5e5-4e83-b6aa-e99bc639134e', 'x-compute-request-id': 'req-b4458005-a5e5-4e83-b6aa-e99bc639134e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:39,124 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:46:39,125 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-18efc83e-e904-4643-aaa4-170adb4ff467', 'x-compute-request-id': 'req-18efc83e-e904-4643-aaa4-170adb4ff467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:40,174 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:40,175 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-37f0b5c2-2558-46df-bcc7-468aa4e6c891', 'x-compute-request-id': 'req-37f0b5c2-2558-46df-bcc7-468aa4e6c891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:41,226 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:46:41,226 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-0b2ddfbf-0dcd-47e2-bacb-59c6ae19b3fb', 'x-compute-request-id': 'req-0b2ddfbf-0dcd-47e2-bacb-59c6ae19b3fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:42,275 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:46:42,275 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-0dab6f1f-7cd2-4fb3-88ec-ed9a2e935b80', 'x-compute-request-id': 'req-0dab6f1f-7cd2-4fb3-88ec-ed9a2e935b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:43,325 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:43,325 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-c157ad4c-60a0-4311-891b-256f0ecf4949', 'x-compute-request-id': 'req-c157ad4c-60a0-4311-891b-256f0ecf4949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:44,404 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.076s 2021-10-27 15:46:44,404 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-8739239d-378c-4b3e-8b0e-3ba62f92a355', 'x-compute-request-id': 'req-8739239d-378c-4b3e-8b0e-3ba62f92a355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:45,561 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.154s 2021-10-27 15:46:45,561 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-e52ff853-fe75-4f1a-a64d-10a2f3debbed', 'x-compute-request-id': 'req-e52ff853-fe75-4f1a-a64d-10a2f3debbed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:46,728 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.164s 2021-10-27 15:46:46,728 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-888de374-1299-4c7b-8440-b608fdaf9d34', 'x-compute-request-id': 'req-888de374-1299-4c7b-8440-b608fdaf9d34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:47,885 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.154s 2021-10-27 15:46:47,886 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-5080e3d0-9a29-4ffe-abf1-e286c3d654ca', 'x-compute-request-id': 'req-5080e3d0-9a29-4ffe-abf1-e286c3d654ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:48,948 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.058s 2021-10-27 15:46:48,948 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-81ed00eb-4962-49f9-b899-3353f45f3a2f', 'x-compute-request-id': 'req-81ed00eb-4962-49f9-b899-3353f45f3a2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:50,000 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:46:50,001 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-bc22f389-b5fc-43d9-a162-82d4c6d8c7ce', 'x-compute-request-id': 'req-bc22f389-b5fc-43d9-a162-82d4c6d8c7ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:51,051 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:46:51,052 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-8fc59358-b109-42ce-913f-5e67523da097', 'x-compute-request-id': 'req-8fc59358-b109-42ce-913f-5e67523da097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:52,098 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:46:52,099 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-21f814bb-6528-4e1f-8ac0-c46330b444a2', 'x-compute-request-id': 'req-21f814bb-6528-4e1f-8ac0-c46330b444a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:53,152 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:46:53,152 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-76f09274-97c1-4139-bec4-1739fc293f5c', 'x-compute-request-id': 'req-76f09274-97c1-4139-bec4-1739fc293f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:54,200 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:46:54,200 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-1a48ea60-25fd-4936-9d34-554e4ec9efb4', 'x-compute-request-id': 'req-1a48ea60-25fd-4936-9d34-554e4ec9efb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:55,248 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:46:55,249 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-a92058ea-026a-4f72-b251-a8cf95954609', 'x-compute-request-id': 'req-a92058ea-026a-4f72-b251-a8cf95954609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:56,297 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:56,297 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-3bd6b352-bd8a-4d55-b071-cfbd2eb36e55', 'x-compute-request-id': 'req-3bd6b352-bd8a-4d55-b071-cfbd2eb36e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:57,344 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:46:57,345 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-6f1975e7-d187-428a-b803-7a0984965e11', 'x-compute-request-id': 'req-6f1975e7-d187-428a-b803-7a0984965e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:58,394 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:46:58,394 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-395feec4-8a56-4175-b75b-869e1e360381', 'x-compute-request-id': 'req-395feec4-8a56-4175-b75b-869e1e360381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:46:59,447 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:46:59,447 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46: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-a89ff7d7-a9e2-4d69-a1cc-f8b8e36184f5', 'x-compute-request-id': 'req-a89ff7d7-a9e2-4d69-a1cc-f8b8e36184f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:00,497 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:00,498 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-cb9f6886-a001-437b-aae9-d076082f4659', 'x-compute-request-id': 'req-cb9f6886-a001-437b-aae9-d076082f4659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:01,548 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:47:01,548 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-d57f4bf1-b315-4de4-904c-b365e918b8ff', 'x-compute-request-id': 'req-d57f4bf1-b315-4de4-904c-b365e918b8ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:02,598 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:02,598 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-1eacdbaa-ab23-42c0-9dd5-7e19bb2d9839', 'x-compute-request-id': 'req-1eacdbaa-ab23-42c0-9dd5-7e19bb2d9839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:03,647 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:03,647 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-9c44f012-536a-4702-b5e4-66b5c31a242b', 'x-compute-request-id': 'req-9c44f012-536a-4702-b5e4-66b5c31a242b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:04,696 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:04,696 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-6b3f2e2f-b35e-4d88-bb08-ecbc776e6f36', 'x-compute-request-id': 'req-6b3f2e2f-b35e-4d88-bb08-ecbc776e6f36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:05,749 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:47:05,749 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-ecfd9d41-9cca-4302-aee5-2b5b7a1410ac', 'x-compute-request-id': 'req-ecfd9d41-9cca-4302-aee5-2b5b7a1410ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:06,797 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:06,798 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-ff67227e-c45e-47ee-8b9d-f47d9ab51cf4', 'x-compute-request-id': 'req-ff67227e-c45e-47ee-8b9d-f47d9ab51cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:07,845 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:47:07,845 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-f2bf107e-3a34-498b-8852-d0c41a2497dc', 'x-compute-request-id': 'req-f2bf107e-3a34-498b-8852-d0c41a2497dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:08,894 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:08,894 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-e792fd1a-ec8d-4738-8dd5-61fc219a33d0', 'x-compute-request-id': 'req-e792fd1a-ec8d-4738-8dd5-61fc219a33d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:09,945 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:47:09,945 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-f10971e0-60d3-4e26-ac9f-fa1f2fcf68de', 'x-compute-request-id': 'req-f10971e0-60d3-4e26-ac9f-fa1f2fcf68de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:11,009 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.061s 2021-10-27 15:47:11,009 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-790a2573-0ce9-4b98-bafb-c38d802a7761', 'x-compute-request-id': 'req-790a2573-0ce9-4b98-bafb-c38d802a7761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:12,060 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:47:12,061 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-21621920-1df5-4a76-a3fe-661beacbc8ff', 'x-compute-request-id': 'req-21621920-1df5-4a76-a3fe-661beacbc8ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:13,110 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:13,111 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-8449cbe4-c0dc-4a11-8fb8-7f4310aa7454', 'x-compute-request-id': 'req-8449cbe4-c0dc-4a11-8fb8-7f4310aa7454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:14,174 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.060s 2021-10-27 15:47:14,175 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-d402d13f-fa0a-4bd8-a66b-4f8ba07e7464', 'x-compute-request-id': 'req-d402d13f-fa0a-4bd8-a66b-4f8ba07e7464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:15,226 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:47:15,226 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-55814f25-b33a-429a-8b8f-85508718c147', 'x-compute-request-id': 'req-55814f25-b33a-429a-8b8f-85508718c147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:16,279 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:47:16,279 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-8a6a6494-c244-473a-b5a3-4ba4e6deb79e', 'x-compute-request-id': 'req-8a6a6494-c244-473a-b5a3-4ba4e6deb79e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:17,328 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:17,329 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-bb864fc5-a72d-4697-a712-05e38b57909b', 'x-compute-request-id': 'req-bb864fc5-a72d-4697-a712-05e38b57909b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:18,379 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:47:18,379 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-f64c3ea9-8faf-4c82-993a-d9691e3eec64', 'x-compute-request-id': 'req-f64c3ea9-8faf-4c82-993a-d9691e3eec64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:19,429 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:47:19,430 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-f5ac18bf-30d9-4fbe-8668-a74937f87d44', 'x-compute-request-id': 'req-f5ac18bf-30d9-4fbe-8668-a74937f87d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:20,479 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:20,480 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-ae87671c-af29-4cfb-8038-e67a8084411b', 'x-compute-request-id': 'req-ae87671c-af29-4cfb-8038-e67a8084411b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:21,528 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:21,529 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-d9a5e9da-33cd-4a7e-bde7-2b5bbab8cb92', 'x-compute-request-id': 'req-d9a5e9da-33cd-4a7e-bde7-2b5bbab8cb92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:22,576 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:22,577 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-30196104-060c-4404-bd62-9ef10ced9cfa', 'x-compute-request-id': 'req-30196104-060c-4404-bd62-9ef10ced9cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:23,626 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:47:23,626 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-7c38a410-0bc5-407d-9fb1-2d084279e475', 'x-compute-request-id': 'req-7c38a410-0bc5-407d-9fb1-2d084279e475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:24,674 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:47:24,674 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-2477bd8f-cb59-4bfa-8b7d-b2e19296d27c', 'x-compute-request-id': 'req-2477bd8f-cb59-4bfa-8b7d-b2e19296d27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:25,726 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:47:25,726 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-9d9aa86e-f4e0-4598-938e-c25da9e09edc', 'x-compute-request-id': 'req-9d9aa86e-f4e0-4598-938e-c25da9e09edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:26,774 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:26,774 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-d717650b-4b4e-461a-8c21-a4aa15d447dc', 'x-compute-request-id': 'req-d717650b-4b4e-461a-8c21-a4aa15d447dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:27,823 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:27,824 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-7fe7b830-f9e8-4a0b-973e-c7e2272794ba', 'x-compute-request-id': 'req-7fe7b830-f9e8-4a0b-973e-c7e2272794ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:28,873 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:28,873 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-80dff337-7c9e-4898-8c8a-262e901cb662', 'x-compute-request-id': 'req-80dff337-7c9e-4898-8c8a-262e901cb662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:29,922 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:29,922 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-f3e60847-51f2-4b65-bb45-e64c9b8698e5', 'x-compute-request-id': 'req-f3e60847-51f2-4b65-bb45-e64c9b8698e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:30,974 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:47:30,975 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-e7f707f0-b09d-40c0-b7f1-1d47770864f4', 'x-compute-request-id': 'req-e7f707f0-b09d-40c0-b7f1-1d47770864f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:32,026 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:47:32,026 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-d057d758-1b9d-4369-80b9-082dd4088466', 'x-compute-request-id': 'req-d057d758-1b9d-4369-80b9-082dd4088466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:33,075 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:33,076 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-b5d0bfdd-6d3f-49cd-8ce9-167cd3a03f57', 'x-compute-request-id': 'req-b5d0bfdd-6d3f-49cd-8ce9-167cd3a03f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:34,124 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:34,124 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-c8dd17a9-80ac-4a0d-92dd-4b5934d71a0a', 'x-compute-request-id': 'req-c8dd17a9-80ac-4a0d-92dd-4b5934d71a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:35,174 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:35,174 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-9902e191-41e1-4858-a2e6-46a55ca5369d', 'x-compute-request-id': 'req-9902e191-41e1-4858-a2e6-46a55ca5369d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:36,223 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:36,224 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-26acf11a-e1d3-47a1-a4fb-36e899e895c8', 'x-compute-request-id': 'req-26acf11a-e1d3-47a1-a4fb-36e899e895c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:37,273 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:37,273 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-88d0d083-ecd2-45f4-a3c6-222cb6190627', 'x-compute-request-id': 'req-88d0d083-ecd2-45f4-a3c6-222cb6190627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:38,326 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:47:38,326 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-7eeb2502-8081-4855-b02f-1255d0dd3524', 'x-compute-request-id': 'req-7eeb2502-8081-4855-b02f-1255d0dd3524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:39,375 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:39,375 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-0c2c4af8-2c81-4e43-9285-6b952440fe2a', 'x-compute-request-id': 'req-0c2c4af8-2c81-4e43-9285-6b952440fe2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:40,427 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:47:40,427 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-2afc99a9-5db0-4419-b8e9-941eb4f3d4ac', 'x-compute-request-id': 'req-2afc99a9-5db0-4419-b8e9-941eb4f3d4ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:41,477 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:47:41,478 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-bc188d7f-7542-4c5f-ab25-93a2259837f0', 'x-compute-request-id': 'req-bc188d7f-7542-4c5f-ab25-93a2259837f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:42,626 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.145s 2021-10-27 15:47:42,627 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-18efd024-269d-4e6e-9b82-ee9f23ab2106', 'x-compute-request-id': 'req-18efd024-269d-4e6e-9b82-ee9f23ab2106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:43,675 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:43,676 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-f4f57050-0899-436c-af70-4afdebece344', 'x-compute-request-id': 'req-f4f57050-0899-436c-af70-4afdebece344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:44,724 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:44,724 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-72ec4221-f7fe-4736-a685-bdf4ef5d594e', 'x-compute-request-id': 'req-72ec4221-f7fe-4736-a685-bdf4ef5d594e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:45,773 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:45,773 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-faa6ad05-97f4-4858-ae1c-345b18ad8dae', 'x-compute-request-id': 'req-faa6ad05-97f4-4858-ae1c-345b18ad8dae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:46,822 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:46,823 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-67b5d8b8-97ef-4422-8628-20d821791b90', 'x-compute-request-id': 'req-67b5d8b8-97ef-4422-8628-20d821791b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:47,870 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:47,871 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-50e7d588-a5fb-4c89-a0f1-158579afaf80', 'x-compute-request-id': 'req-50e7d588-a5fb-4c89-a0f1-158579afaf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:48,920 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:48,920 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-51da6143-93b8-4d63-be17-a013f8817f1c', 'x-compute-request-id': 'req-51da6143-93b8-4d63-be17-a013f8817f1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:49,968 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:49,969 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-fd7db0ad-21c4-447f-9a41-182ecb82a85b', 'x-compute-request-id': 'req-fd7db0ad-21c4-447f-9a41-182ecb82a85b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:51,022 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:47:51,022 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-62039a1b-cd97-4d68-9c4f-149aecc0c0b4', 'x-compute-request-id': 'req-62039a1b-cd97-4d68-9c4f-149aecc0c0b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:52,070 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:52,071 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-9c37f9cf-ff11-4f31-9774-214332aea343', 'x-compute-request-id': 'req-9c37f9cf-ff11-4f31-9774-214332aea343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:53,120 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:53,120 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-a210688a-5c60-46d7-9689-2d7d70ee96a8', 'x-compute-request-id': 'req-a210688a-5c60-46d7-9689-2d7d70ee96a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:54,170 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:54,170 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-ac00589b-7d6f-4836-a2a5-71e8cef76e8e', 'x-compute-request-id': 'req-ac00589b-7d6f-4836-a2a5-71e8cef76e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:55,219 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:47:55,219 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-975082f4-fcc9-449a-bfcc-339f8771fbdf', 'x-compute-request-id': 'req-975082f4-fcc9-449a-bfcc-339f8771fbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:56,268 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:47:56,269 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-a95dfaec-c110-4592-9001-989b960af7ad', 'x-compute-request-id': 'req-a95dfaec-c110-4592-9001-989b960af7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:57,318 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:57,318 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-63743614-338c-4a91-ae69-d2872749400a', 'x-compute-request-id': 'req-63743614-338c-4a91-ae69-d2872749400a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:58,368 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:47:58,369 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-c80c63fe-67ef-47ef-b935-83354f793d01', 'x-compute-request-id': 'req-c80c63fe-67ef-47ef-b935-83354f793d01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:47:59,418 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:47:59,418 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47: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-773536ce-68c1-4cc8-86ee-bdbf0a963b83', 'x-compute-request-id': 'req-773536ce-68c1-4cc8-86ee-bdbf0a963b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:00,468 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:00,468 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-eeb906bd-1fe6-4069-a31f-ac2907d635e8', 'x-compute-request-id': 'req-eeb906bd-1fe6-4069-a31f-ac2907d635e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:01,518 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:01,518 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-7764554a-5e5b-43ca-b55a-a6357f523cb5', 'x-compute-request-id': 'req-7764554a-5e5b-43ca-b55a-a6357f523cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:02,568 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:02,569 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-be3cf20a-c8cd-4fe0-9636-7fb5f4e63166', 'x-compute-request-id': 'req-be3cf20a-c8cd-4fe0-9636-7fb5f4e63166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:03,617 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:48:03,617 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-1b385110-a4af-46b2-b627-3e31e1c999d2', 'x-compute-request-id': 'req-1b385110-a4af-46b2-b627-3e31e1c999d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:04,666 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:04,667 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-6859c96c-8504-4cca-a16a-1a258c5864a5', 'x-compute-request-id': 'req-6859c96c-8504-4cca-a16a-1a258c5864a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:05,716 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:05,716 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-9c08a2b7-db51-43ae-9817-e5562138421a', 'x-compute-request-id': 'req-9c08a2b7-db51-43ae-9817-e5562138421a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:06,766 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:06,766 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-b10a5c9d-49a1-4cd9-bfa8-6b44640f7184', 'x-compute-request-id': 'req-b10a5c9d-49a1-4cd9-bfa8-6b44640f7184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:07,816 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:07,817 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-0e632b63-90be-46e7-a5e1-07e60c3e9a00', 'x-compute-request-id': 'req-0e632b63-90be-46e7-a5e1-07e60c3e9a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:08,873 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.052s 2021-10-27 15:48:08,873 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-c12e161e-8b44-4cef-85dd-f7405e2d9048', 'x-compute-request-id': 'req-c12e161e-8b44-4cef-85dd-f7405e2d9048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:09,924 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:09,924 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-60b7ef16-9012-4ed3-bad0-69b9016f681c', 'x-compute-request-id': 'req-60b7ef16-9012-4ed3-bad0-69b9016f681c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:10,978 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:48:10,978 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-0f1d8158-0417-42ff-81e3-f0ba28968235', 'x-compute-request-id': 'req-0f1d8158-0417-42ff-81e3-f0ba28968235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:12,027 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:12,028 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-6a54148d-297a-495f-a33b-72c88534884a', 'x-compute-request-id': 'req-6a54148d-297a-495f-a33b-72c88534884a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:13,078 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:13,079 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-c7515e62-d969-4d45-b363-1457169015f6', 'x-compute-request-id': 'req-c7515e62-d969-4d45-b363-1457169015f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:14,128 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:14,129 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-33c29217-d0c7-44f7-84d1-6d6fc9da7616', 'x-compute-request-id': 'req-33c29217-d0c7-44f7-84d1-6d6fc9da7616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:15,177 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:48:15,178 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-19198599-d161-4ea7-ac77-c083fedc8016', 'x-compute-request-id': 'req-19198599-d161-4ea7-ac77-c083fedc8016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:16,228 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:16,229 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-fc6da3f8-0dc9-4f2f-8340-e9147f6a550c', 'x-compute-request-id': 'req-fc6da3f8-0dc9-4f2f-8340-e9147f6a550c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:17,278 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:17,278 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-6b80d822-533c-4632-9bcd-cee5d3b0f225', 'x-compute-request-id': 'req-6b80d822-533c-4632-9bcd-cee5d3b0f225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:18,328 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:18,328 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-977cab1b-b070-42f5-a303-bc8b346910cb', 'x-compute-request-id': 'req-977cab1b-b070-42f5-a303-bc8b346910cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:19,378 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:19,378 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-c91eef28-0e7a-496d-bf26-2489819fd5c5', 'x-compute-request-id': 'req-c91eef28-0e7a-496d-bf26-2489819fd5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:20,427 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:20,428 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-32f267f7-f3e1-4364-a3b0-15284ac24834', 'x-compute-request-id': 'req-32f267f7-f3e1-4364-a3b0-15284ac24834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:21,478 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:21,478 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-9af13b43-57a0-44d7-91aa-23305b20e09c', 'x-compute-request-id': 'req-9af13b43-57a0-44d7-91aa-23305b20e09c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:22,527 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:22,528 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-029a94b3-b9b6-4566-95e3-a668f3ac70a5', 'x-compute-request-id': 'req-029a94b3-b9b6-4566-95e3-a668f3ac70a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:23,580 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:48:23,581 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-d0248051-5f00-4973-ad92-b104e19e0b48', 'x-compute-request-id': 'req-d0248051-5f00-4973-ad92-b104e19e0b48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:24,634 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:48:24,634 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-586db003-70ad-4165-a255-9254f7aaf434', 'x-compute-request-id': 'req-586db003-70ad-4165-a255-9254f7aaf434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:25,686 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:48:25,686 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-67bd97fa-61ad-4510-a53c-bd24454f4f57', 'x-compute-request-id': 'req-67bd97fa-61ad-4510-a53c-bd24454f4f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:26,736 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:48:26,737 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-5d810c06-18b2-4158-bab3-b206a8beb737', 'x-compute-request-id': 'req-5d810c06-18b2-4158-bab3-b206a8beb737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:27,786 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:27,787 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-6571b174-fc7c-4c33-842f-3a1e0a9eae79', 'x-compute-request-id': 'req-6571b174-fc7c-4c33-842f-3a1e0a9eae79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:28,837 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:48:28,838 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-050ccaa6-6010-4eb0-b9c5-7954c2e8d5ea', 'x-compute-request-id': 'req-050ccaa6-6010-4eb0-b9c5-7954c2e8d5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:29,887 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:29,887 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-defaefff-3ac3-4d8b-ae6b-cb76df697bd6', 'x-compute-request-id': 'req-defaefff-3ac3-4d8b-ae6b-cb76df697bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:30,938 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:30,938 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-8cfea6f7-6f9a-4c31-ad65-112459b43f63', 'x-compute-request-id': 'req-8cfea6f7-6f9a-4c31-ad65-112459b43f63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:31,987 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:31,988 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-5175c566-1eca-4080-83c1-81475a2334c7', 'x-compute-request-id': 'req-5175c566-1eca-4080-83c1-81475a2334c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:33,038 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:33,038 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-1f0e3221-1542-46c3-a3db-b2635462f1ff', 'x-compute-request-id': 'req-1f0e3221-1542-46c3-a3db-b2635462f1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:34,090 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:48:34,091 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-33913150-aeef-4505-b2ba-08219a6e3a49', 'x-compute-request-id': 'req-33913150-aeef-4505-b2ba-08219a6e3a49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:35,141 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:35,141 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-6cfa0d08-8d03-4819-a299-f3faf57f7c69', 'x-compute-request-id': 'req-6cfa0d08-8d03-4819-a299-f3faf57f7c69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:36,190 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:48:36,190 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-ca682ecb-ac68-436f-b112-7bafa1fd4c93', 'x-compute-request-id': 'req-ca682ecb-ac68-436f-b112-7bafa1fd4c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:37,243 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:48:37,243 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-3f37003e-505f-4fb3-941a-1af34ca23a29', 'x-compute-request-id': 'req-3f37003e-505f-4fb3-941a-1af34ca23a29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:38,293 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:38,293 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-827120c7-6392-4995-99c5-cf955e2fed58', 'x-compute-request-id': 'req-827120c7-6392-4995-99c5-cf955e2fed58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:39,342 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:48:39,343 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-652bdb09-8e7d-4a73-9d22-62ae5c631c59', 'x-compute-request-id': 'req-652bdb09-8e7d-4a73-9d22-62ae5c631c59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:40,391 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:40,392 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-cdac31cf-9270-4cb7-9453-cb2d55fba1f8', 'x-compute-request-id': 'req-cdac31cf-9270-4cb7-9453-cb2d55fba1f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:41,441 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:41,441 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-53cb75eb-99d6-43fa-8605-e1692538a764', 'x-compute-request-id': 'req-53cb75eb-99d6-43fa-8605-e1692538a764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:42,489 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:48:42,490 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-6b240cda-f098-4b7d-9536-418feada6236', 'x-compute-request-id': 'req-6b240cda-f098-4b7d-9536-418feada6236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:43,538 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:48:43,539 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-41778082-c31d-4f17-8012-93d7014a7b7b', 'x-compute-request-id': 'req-41778082-c31d-4f17-8012-93d7014a7b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:44,587 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:48:44,588 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-96959328-a0dd-4692-8dca-96168eba1c0c', 'x-compute-request-id': 'req-96959328-a0dd-4692-8dca-96168eba1c0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:45,637 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:45,638 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-0afc8e08-f412-4340-8719-2f797f6eba4e', 'x-compute-request-id': 'req-0afc8e08-f412-4340-8719-2f797f6eba4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:46,686 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:48:46,687 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-b7652102-62c6-467f-9e3c-8cb10bdbc75d', 'x-compute-request-id': 'req-b7652102-62c6-467f-9e3c-8cb10bdbc75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:47,738 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:48:47,738 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-a75d07c4-d0c7-489f-9446-b3f9c0fc9fe3', 'x-compute-request-id': 'req-a75d07c4-d0c7-489f-9446-b3f9c0fc9fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:48,787 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:48,787 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-9ba4dbcb-3111-4a7f-81e1-f03ce9bad6a3', 'x-compute-request-id': 'req-9ba4dbcb-3111-4a7f-81e1-f03ce9bad6a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:49,836 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:48:49,836 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-c1b0d592-01f7-44ee-bd84-98aa6bf0fa04', 'x-compute-request-id': 'req-c1b0d592-01f7-44ee-bd84-98aa6bf0fa04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:50,889 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:48:50,889 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-21305265-8c2c-461b-ba69-eac499c10407', 'x-compute-request-id': 'req-21305265-8c2c-461b-ba69-eac499c10407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:51,938 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:51,938 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-182754ef-95d4-4257-aa1f-95dbd97e74fe', 'x-compute-request-id': 'req-182754ef-95d4-4257-aa1f-95dbd97e74fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:52,985 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:48:52,985 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-687d2e0f-563e-4774-8e70-21c2f019117a', 'x-compute-request-id': 'req-687d2e0f-563e-4774-8e70-21c2f019117a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:54,036 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:48:54,036 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-c1f590fb-c804-48b6-9910-b10e567d9005', 'x-compute-request-id': 'req-c1f590fb-c804-48b6-9910-b10e567d9005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:55,086 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:55,086 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-bd6caa6b-e219-4125-8833-725fd79c3c65', 'x-compute-request-id': 'req-bd6caa6b-e219-4125-8833-725fd79c3c65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:56,135 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:48:56,135 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-35a391f0-4758-49ec-8fc2-55f0a1f10e11', 'x-compute-request-id': 'req-35a391f0-4758-49ec-8fc2-55f0a1f10e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:57,183 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:48:57,183 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-36ba2664-1350-400c-9770-f694d9843ec1', 'x-compute-request-id': 'req-36ba2664-1350-400c-9770-f694d9843ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:58,232 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:58,233 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-bc0a26f3-fe68-46ff-9fac-27456b5ced07', 'x-compute-request-id': 'req-bc0a26f3-fe68-46ff-9fac-27456b5ced07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:48:59,281 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:48:59,282 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48: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-93f595ef-8420-4e84-b801-8872ba8a25a3', 'x-compute-request-id': 'req-93f595ef-8420-4e84-b801-8872ba8a25a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:00,331 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:00,331 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-d5c62f96-a5a4-4fbe-963d-8110009a846a', 'x-compute-request-id': 'req-d5c62f96-a5a4-4fbe-963d-8110009a846a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:01,380 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:01,381 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-6ff0f2c0-aa19-4494-b62e-066d8e5c7d27', 'x-compute-request-id': 'req-6ff0f2c0-aa19-4494-b62e-066d8e5c7d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:02,429 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:02,429 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-305cfef0-5fa3-4d3c-89f4-f3c3de1a62fd', 'x-compute-request-id': 'req-305cfef0-5fa3-4d3c-89f4-f3c3de1a62fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:03,478 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:03,479 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-1424a764-3734-4493-9d4a-e9df377b84fe', 'x-compute-request-id': 'req-1424a764-3734-4493-9d4a-e9df377b84fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:04,527 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:04,528 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-3557ecd7-e221-45df-8e55-908bae6820d5', 'x-compute-request-id': 'req-3557ecd7-e221-45df-8e55-908bae6820d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:05,577 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:05,578 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-a781160b-d27f-466d-b3a1-9569b914088e', 'x-compute-request-id': 'req-a781160b-d27f-466d-b3a1-9569b914088e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:06,627 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:06,627 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-cf80a78d-26a6-49bb-8511-97e0a3f36b64', 'x-compute-request-id': 'req-cf80a78d-26a6-49bb-8511-97e0a3f36b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:07,676 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:07,677 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-b81a5fbd-b0ad-4a82-a118-af7d9eaa48d4', 'x-compute-request-id': 'req-b81a5fbd-b0ad-4a82-a118-af7d9eaa48d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:08,726 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:08,726 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-4fdf6bee-b443-479a-a084-e8d4948284e3', 'x-compute-request-id': 'req-4fdf6bee-b443-479a-a084-e8d4948284e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:09,776 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:49:09,776 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-859b752e-46ae-42ac-8cea-e28a9eb48958', 'x-compute-request-id': 'req-859b752e-46ae-42ac-8cea-e28a9eb48958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:10,825 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:10,825 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-6f49e970-b469-47d9-8b70-895fdffe89df', 'x-compute-request-id': 'req-6f49e970-b469-47d9-8b70-895fdffe89df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:11,874 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:11,874 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-8efa07ae-447f-4ab8-beb8-0406e5b43a5d', 'x-compute-request-id': 'req-8efa07ae-447f-4ab8-beb8-0406e5b43a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:12,933 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.055s 2021-10-27 15:49:12,933 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-542514cb-7a23-47ea-a703-a069d6dc40f6', 'x-compute-request-id': 'req-542514cb-7a23-47ea-a703-a069d6dc40f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:13,984 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:49:13,984 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-a50ef4f6-43a2-4f66-8e63-07ff19ca1c6f', 'x-compute-request-id': 'req-a50ef4f6-43a2-4f66-8e63-07ff19ca1c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:15,038 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.051s 2021-10-27 15:49:15,039 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-df90123c-19d2-4ba9-a95d-e75a106c5655', 'x-compute-request-id': 'req-df90123c-19d2-4ba9-a95d-e75a106c5655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:16,096 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.054s 2021-10-27 15:49:16,096 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-d9346069-4b77-4ebf-9911-d14640605926', 'x-compute-request-id': 'req-d9346069-4b77-4ebf-9911-d14640605926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:17,152 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.053s 2021-10-27 15:49:17,152 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-375f776e-b0f1-4670-b700-b77217757595', 'x-compute-request-id': 'req-375f776e-b0f1-4670-b700-b77217757595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:18,200 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:18,200 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-59acc7af-6617-4890-9ea2-278bf70093f5', 'x-compute-request-id': 'req-59acc7af-6617-4890-9ea2-278bf70093f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:19,249 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:19,249 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-bb43a729-ccb7-4a27-b1bd-378003a9d6d5', 'x-compute-request-id': 'req-bb43a729-ccb7-4a27-b1bd-378003a9d6d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:20,299 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:20,300 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-b1d84f8d-d434-459f-a834-4254f9437937', 'x-compute-request-id': 'req-b1d84f8d-d434-459f-a834-4254f9437937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:21,349 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:21,349 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-86511300-999e-4041-9226-1d5df78b0911', 'x-compute-request-id': 'req-86511300-999e-4041-9226-1d5df78b0911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:22,397 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:22,398 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-8dab6ecd-7e1b-4294-8100-f28065d4c6b7', 'x-compute-request-id': 'req-8dab6ecd-7e1b-4294-8100-f28065d4c6b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:23,444 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:49:23,444 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-7f0161c5-afc3-41d2-b05b-bf8af972edd1', 'x-compute-request-id': 'req-7f0161c5-afc3-41d2-b05b-bf8af972edd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:24,494 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:24,495 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-039c9381-4c9b-4631-bb05-77098ef9170e', 'x-compute-request-id': 'req-039c9381-4c9b-4631-bb05-77098ef9170e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:25,543 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:25,543 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-de0ef3ca-4c89-4feb-8ab9-dc30c3dda040', 'x-compute-request-id': 'req-de0ef3ca-4c89-4feb-8ab9-dc30c3dda040', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:26,592 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:26,592 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-059f5e24-ecf2-4e99-9052-ceca43d20b38', 'x-compute-request-id': 'req-059f5e24-ecf2-4e99-9052-ceca43d20b38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:27,649 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.053s 2021-10-27 15:49:27,649 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-a1315921-0ce7-42ac-a995-7f129f7a9731', 'x-compute-request-id': 'req-a1315921-0ce7-42ac-a995-7f129f7a9731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:28,701 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:49:28,702 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-815c716c-cddc-4f36-871f-60b801350c0f', 'x-compute-request-id': 'req-815c716c-cddc-4f36-871f-60b801350c0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:29,751 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:49:29,752 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-8c4078d3-421e-405e-a97b-a0814737b6a2', 'x-compute-request-id': 'req-8c4078d3-421e-405e-a97b-a0814737b6a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:30,801 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:30,801 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-9dd5e0b0-8384-4eff-984f-c12178d5ed4e', 'x-compute-request-id': 'req-9dd5e0b0-8384-4eff-984f-c12178d5ed4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:31,851 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:49:31,851 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-9b1f9a39-3284-4735-af1b-5093e5b11942', 'x-compute-request-id': 'req-9b1f9a39-3284-4735-af1b-5093e5b11942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:32,899 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:32,899 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-db2ca6e5-e90f-4e25-a527-4b274f71b0b3', 'x-compute-request-id': 'req-db2ca6e5-e90f-4e25-a527-4b274f71b0b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:33,948 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:49:33,949 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-3f7c76f5-4e7e-4041-b640-271403aced7e', 'x-compute-request-id': 'req-3f7c76f5-4e7e-4041-b640-271403aced7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:35,000 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:49:35,000 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-68b449bb-63cc-42e3-bbc0-bf2f9894861e', 'x-compute-request-id': 'req-68b449bb-63cc-42e3-bbc0-bf2f9894861e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:36,050 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:36,051 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-7e5e32c1-54b5-45f8-8253-d1fd7ba9438a', 'x-compute-request-id': 'req-7e5e32c1-54b5-45f8-8253-d1fd7ba9438a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:37,103 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:49:37,103 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-b5a4bab0-e413-4c06-9075-62b71a763331', 'x-compute-request-id': 'req-b5a4bab0-e413-4c06-9075-62b71a763331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:38,152 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:38,152 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-d7e3bf46-c24b-4443-8226-d5711fe0b670', 'x-compute-request-id': 'req-d7e3bf46-c24b-4443-8226-d5711fe0b670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:39,201 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:39,201 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-86740c04-d0b2-4cb3-99d3-531c39679fbb', 'x-compute-request-id': 'req-86740c04-d0b2-4cb3-99d3-531c39679fbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:40,251 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:40,251 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-543b1c2e-aece-42cb-8957-b590d51128fb', 'x-compute-request-id': 'req-543b1c2e-aece-42cb-8957-b590d51128fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:41,305 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:49:41,305 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-37695b0c-1a30-4151-93a0-e0449e52d89e', 'x-compute-request-id': 'req-37695b0c-1a30-4151-93a0-e0449e52d89e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:42,354 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:42,354 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-3f94a597-f7db-4dc3-aedb-65f6b532b92f', 'x-compute-request-id': 'req-3f94a597-f7db-4dc3-aedb-65f6b532b92f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:43,405 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:49:43,406 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-931c0535-b311-4f7f-a567-733256e66c6a', 'x-compute-request-id': 'req-931c0535-b311-4f7f-a567-733256e66c6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:44,454 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:44,454 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-fac6cb80-c517-45aa-adda-a7c86c43b77d', 'x-compute-request-id': 'req-fac6cb80-c517-45aa-adda-a7c86c43b77d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:45,503 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:45,503 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-40c61b3a-dca6-4a49-b9c5-a8a85e3d9662', 'x-compute-request-id': 'req-40c61b3a-dca6-4a49-b9c5-a8a85e3d9662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:46,553 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:46,554 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-e44c2592-fd35-4592-897f-2e312302acdb', 'x-compute-request-id': 'req-e44c2592-fd35-4592-897f-2e312302acdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:47,604 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:49:47,604 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-8beb4023-a115-41ab-a384-71947eebfba6', 'x-compute-request-id': 'req-8beb4023-a115-41ab-a384-71947eebfba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:48,654 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:48,654 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-cae0291e-0081-41ff-8e73-3edb6a525e5c', 'x-compute-request-id': 'req-cae0291e-0081-41ff-8e73-3edb6a525e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:49,702 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:49,703 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-10245fef-d590-4bde-b3f6-995414af3c8c', 'x-compute-request-id': 'req-10245fef-d590-4bde-b3f6-995414af3c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:50,752 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:50,753 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-d3111a4c-6e5f-4d8f-bf16-a21c5b9c8bce', 'x-compute-request-id': 'req-d3111a4c-6e5f-4d8f-bf16-a21c5b9c8bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:51,801 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:49:51,801 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-c3e77b95-77f9-47b4-91d7-edab197acaff', 'x-compute-request-id': 'req-c3e77b95-77f9-47b4-91d7-edab197acaff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:52,850 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:49:52,850 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-1df51e81-988b-4e62-a044-cf16b2be8d5e', 'x-compute-request-id': 'req-1df51e81-988b-4e62-a044-cf16b2be8d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:53,902 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:49:53,902 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-b89ab990-16ca-48c2-8689-b3442c884858', 'x-compute-request-id': 'req-b89ab990-16ca-48c2-8689-b3442c884858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:54,956 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.051s 2021-10-27 15:49:54,956 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-1645b0a8-8092-4d58-904f-1febf7dbf792', 'x-compute-request-id': 'req-1645b0a8-8092-4d58-904f-1febf7dbf792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:56,006 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:49:56,007 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-e52204f7-a47a-4d7d-8641-cc4a6b323dd6', 'x-compute-request-id': 'req-e52204f7-a47a-4d7d-8641-cc4a6b323dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:57,056 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:49:57,056 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-3aab2e9b-d8ab-4f56-8aa3-41daf8129d99', 'x-compute-request-id': 'req-3aab2e9b-d8ab-4f56-8aa3-41daf8129d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:58,113 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.053s 2021-10-27 15:49:58,113 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-42912daf-4b7a-4721-a62b-688dbec30140', 'x-compute-request-id': 'req-42912daf-4b7a-4721-a62b-688dbec30140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:49:59,166 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:49:59,166 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49: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-6b20508f-0294-4125-9a1c-6580ebff450a', 'x-compute-request-id': 'req-6b20508f-0294-4125-9a1c-6580ebff450a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:00,216 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:00,217 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-b0d7a926-0b9d-42f8-8da7-d545c986220a', 'x-compute-request-id': 'req-b0d7a926-0b9d-42f8-8da7-d545c986220a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:01,268 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:01,269 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-c3061c88-08e7-4363-8d69-c55c6a016e58', 'x-compute-request-id': 'req-c3061c88-08e7-4363-8d69-c55c6a016e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:02,318 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:02,318 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-1d3a3c39-cadd-4ccb-98d6-407ef352fca7', 'x-compute-request-id': 'req-1d3a3c39-cadd-4ccb-98d6-407ef352fca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:03,368 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:50:03,369 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-14d37144-8600-4091-9e07-2acb80f0630c', 'x-compute-request-id': 'req-14d37144-8600-4091-9e07-2acb80f0630c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:04,424 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.052s 2021-10-27 15:50:04,425 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-42395cea-25c8-4673-9866-ccfd3f2566e3', 'x-compute-request-id': 'req-42395cea-25c8-4673-9866-ccfd3f2566e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:05,477 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:50:05,477 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-47e2583d-9c65-4694-8c63-8420fe2e0924', 'x-compute-request-id': 'req-47e2583d-9c65-4694-8c63-8420fe2e0924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:06,525 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:50:06,526 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-d61c7e65-b652-4b6a-8cde-e963c66373a9', 'x-compute-request-id': 'req-d61c7e65-b652-4b6a-8cde-e963c66373a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:07,575 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:07,575 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-d322613d-ff44-48dc-ba68-ed408597e139', 'x-compute-request-id': 'req-d322613d-ff44-48dc-ba68-ed408597e139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:08,627 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:50:08,628 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-38fbb752-1c4d-473e-9048-b9f052f58975', 'x-compute-request-id': 'req-38fbb752-1c4d-473e-9048-b9f052f58975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:09,685 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.054s 2021-10-27 15:50:09,685 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-7174c1a6-1df7-4637-b2ca-ebb4cd967ec1', 'x-compute-request-id': 'req-7174c1a6-1df7-4637-b2ca-ebb4cd967ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:10,739 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.051s 2021-10-27 15:50:10,740 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-41ffba27-4ea8-4d95-bf20-994eb9260de9', 'x-compute-request-id': 'req-41ffba27-4ea8-4d95-bf20-994eb9260de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:11,788 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:50:11,789 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-918179a8-b4b7-444b-99ff-7d70898a8d3e', 'x-compute-request-id': 'req-918179a8-b4b7-444b-99ff-7d70898a8d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:12,837 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:50:12,837 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-18e1c7b4-37cc-4730-83be-859455460848', 'x-compute-request-id': 'req-18e1c7b4-37cc-4730-83be-859455460848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:13,888 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:50:13,888 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-372e7236-4d03-4559-a465-47c9c2fc956c', 'x-compute-request-id': 'req-372e7236-4d03-4559-a465-47c9c2fc956c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:14,940 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:14,940 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-40e0f9bd-7807-4f6a-a997-77c570f7fa7c', 'x-compute-request-id': 'req-40e0f9bd-7807-4f6a-a997-77c570f7fa7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:15,989 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:15,990 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-b9f800eb-6791-4438-ab09-01fc1d4a6bf9', 'x-compute-request-id': 'req-b9f800eb-6791-4438-ab09-01fc1d4a6bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:17,039 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:17,039 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-5f85162c-502b-4b49-8d9d-02ef61990156', 'x-compute-request-id': 'req-5f85162c-502b-4b49-8d9d-02ef61990156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:18,090 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:18,090 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-b53bfac0-d7fd-437f-840a-f72adda4a7f4', 'x-compute-request-id': 'req-b53bfac0-d7fd-437f-840a-f72adda4a7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:19,143 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:50:19,143 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-b7dae5bb-f78a-4c9c-a897-842ea4cfa43a', 'x-compute-request-id': 'req-b7dae5bb-f78a-4c9c-a897-842ea4cfa43a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:20,244 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.097s 2021-10-27 15:50:20,244 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-3e315be3-fee1-495b-9e28-6c6e542d12cb', 'x-compute-request-id': 'req-3e315be3-fee1-495b-9e28-6c6e542d12cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:21,296 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:21,296 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-16a3192c-e3a3-4aaa-b51c-41d1c69cc835', 'x-compute-request-id': 'req-16a3192c-e3a3-4aaa-b51c-41d1c69cc835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:22,347 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:22,348 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-c9a732bb-7de4-4a3a-aa80-fb82c70723a1', 'x-compute-request-id': 'req-c9a732bb-7de4-4a3a-aa80-fb82c70723a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:23,400 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:50:23,400 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-c64905b2-a58d-4059-848c-d889bd0688cb', 'x-compute-request-id': 'req-c64905b2-a58d-4059-848c-d889bd0688cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:24,449 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:50:24,449 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-f042ed33-e10b-4f8e-9573-8f1203b95e0c', 'x-compute-request-id': 'req-f042ed33-e10b-4f8e-9573-8f1203b95e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:25,498 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:25,499 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-94f854eb-856c-491a-bfd2-9d3b2c4ba282', 'x-compute-request-id': 'req-94f854eb-856c-491a-bfd2-9d3b2c4ba282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:26,546 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:50:26,547 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-a25ffe58-1d8a-4e9d-a4eb-725c5673a767', 'x-compute-request-id': 'req-a25ffe58-1d8a-4e9d-a4eb-725c5673a767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:27,596 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:27,596 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-75ab8a45-f80d-411f-956c-a3fa990623de', 'x-compute-request-id': 'req-75ab8a45-f80d-411f-956c-a3fa990623de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:28,646 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:28,646 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-f988a523-ee05-4733-a132-035508b7a42d', 'x-compute-request-id': 'req-f988a523-ee05-4733-a132-035508b7a42d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:29,697 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:29,697 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-35724f4b-2de6-4c2f-97e7-c3f374e18f1c', 'x-compute-request-id': 'req-35724f4b-2de6-4c2f-97e7-c3f374e18f1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:30,749 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:30,749 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-337f9ec5-c79a-4cb4-a049-5bac8bd7fd6c', 'x-compute-request-id': 'req-337f9ec5-c79a-4cb4-a049-5bac8bd7fd6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:31,801 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:31,801 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-8bb7d7d5-9e9e-4a8b-a5e2-51e612881936', 'x-compute-request-id': 'req-8bb7d7d5-9e9e-4a8b-a5e2-51e612881936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:32,850 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:50:32,851 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-d1bdab55-2b73-468c-9980-49844262bfe6', 'x-compute-request-id': 'req-d1bdab55-2b73-468c-9980-49844262bfe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:33,900 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:33,901 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-39d29f54-e4e8-4476-9224-3a1a3dcb2d1b', 'x-compute-request-id': 'req-39d29f54-e4e8-4476-9224-3a1a3dcb2d1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:34,949 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:50:34,950 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-d46c7207-65b1-441b-8deb-82d11d578282', 'x-compute-request-id': 'req-d46c7207-65b1-441b-8deb-82d11d578282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:35,998 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:50:35,998 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-d611971f-430c-4220-9979-b2074203c7a1', 'x-compute-request-id': 'req-d611971f-430c-4220-9979-b2074203c7a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:37,046 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:50:37,046 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-d1cfde7c-0b50-4327-af24-bcbceda5e91e', 'x-compute-request-id': 'req-d1cfde7c-0b50-4327-af24-bcbceda5e91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:38,095 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:38,096 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-3a7f19a6-ac55-4c78-8d28-9cc646267c66', 'x-compute-request-id': 'req-3a7f19a6-ac55-4c78-8d28-9cc646267c66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:39,145 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:39,145 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-684679e3-3dac-455e-b694-35ec3297ed66', 'x-compute-request-id': 'req-684679e3-3dac-455e-b694-35ec3297ed66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:40,193 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:50:40,193 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-dae6d648-280d-4dab-8f44-94c758757411', 'x-compute-request-id': 'req-dae6d648-280d-4dab-8f44-94c758757411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:41,244 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:41,244 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-dfa5f7c8-c705-40c1-971b-fb35a06eeb4d', 'x-compute-request-id': 'req-dfa5f7c8-c705-40c1-971b-fb35a06eeb4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:42,295 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:50:42,295 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-53fbc722-c7ae-4231-b0ed-9fadb453f485', 'x-compute-request-id': 'req-53fbc722-c7ae-4231-b0ed-9fadb453f485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:43,344 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:43,344 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-561d1ab4-dc03-4bb5-8a33-2aa9b2c51b69', 'x-compute-request-id': 'req-561d1ab4-dc03-4bb5-8a33-2aa9b2c51b69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:44,397 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:50:44,398 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-276be2be-927c-4bbc-922b-6f534f2b6f69', 'x-compute-request-id': 'req-276be2be-927c-4bbc-922b-6f534f2b6f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:45,448 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:50:45,448 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-e30fded4-103c-497b-87a3-9d59ffeb543f', 'x-compute-request-id': 'req-e30fded4-103c-497b-87a3-9d59ffeb543f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:46,499 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:46,500 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-49b92772-946d-4d8d-9987-d43b8fd0a27d', 'x-compute-request-id': 'req-49b92772-946d-4d8d-9987-d43b8fd0a27d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:47,548 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:47,549 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-38063bf5-ee15-4046-a7dc-8c3b5f30931b', 'x-compute-request-id': 'req-38063bf5-ee15-4046-a7dc-8c3b5f30931b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:48,598 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:48,598 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-d8e69b58-8d59-420e-b30f-4a3ddba826e6', 'x-compute-request-id': 'req-d8e69b58-8d59-420e-b30f-4a3ddba826e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:49,645 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:50:49,646 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-facaed74-7ff2-4100-a9d9-0d58999b92b2', 'x-compute-request-id': 'req-facaed74-7ff2-4100-a9d9-0d58999b92b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:50,700 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:50:50,700 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-2f403c1c-69d8-446b-b1b4-70204cf81841', 'x-compute-request-id': 'req-2f403c1c-69d8-446b-b1b4-70204cf81841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:51,751 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:50:51,751 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-9ccba25c-b564-4739-aee6-228ef5489820', 'x-compute-request-id': 'req-9ccba25c-b564-4739-aee6-228ef5489820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:52,800 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:52,801 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-82252027-7bbe-4968-bac4-dd27d3efb920', 'x-compute-request-id': 'req-82252027-7bbe-4968-bac4-dd27d3efb920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:53,851 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:50:53,852 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-81740471-638b-43aa-be0c-666bf963a3b7', 'x-compute-request-id': 'req-81740471-638b-43aa-be0c-666bf963a3b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:54,906 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:50:54,906 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-0cd2c007-d563-49c0-a88f-336e55ba52ae', 'x-compute-request-id': 'req-0cd2c007-d563-49c0-a88f-336e55ba52ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:55,956 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:55,957 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-66dda514-4739-49f1-b32a-d9701e069fb6', 'x-compute-request-id': 'req-66dda514-4739-49f1-b32a-d9701e069fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:57,007 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:50:57,008 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-33127785-f400-4a34-a282-02ac52af4f81', 'x-compute-request-id': 'req-33127785-f400-4a34-a282-02ac52af4f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:58,059 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:50:58,059 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-5ef97d8f-fa2e-4d93-91f8-4269eb8557ad', 'x-compute-request-id': 'req-5ef97d8f-fa2e-4d93-91f8-4269eb8557ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:50:59,108 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:50:59,109 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50: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-f90d83d2-f72c-41ed-be97-e659541c27e0', 'x-compute-request-id': 'req-f90d83d2-f72c-41ed-be97-e659541c27e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:00,162 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:51:00,162 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-a21e1d85-89a0-403a-874e-df139d18e24f', 'x-compute-request-id': 'req-a21e1d85-89a0-403a-874e-df139d18e24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:01,215 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:51:01,216 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-12261391-8f3d-4df7-b055-a741232b66b7', 'x-compute-request-id': 'req-12261391-8f3d-4df7-b055-a741232b66b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:02,267 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:02,267 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-ce720d24-c895-4a16-8f36-e8af0c0e1e79', 'x-compute-request-id': 'req-ce720d24-c895-4a16-8f36-e8af0c0e1e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:03,317 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:03,317 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-296199eb-c3f1-48fb-9901-0a59a84ef68a', 'x-compute-request-id': 'req-296199eb-c3f1-48fb-9901-0a59a84ef68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:04,366 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:04,366 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-29dca9ee-61e0-43e5-99fc-12a43d79c5e7', 'x-compute-request-id': 'req-29dca9ee-61e0-43e5-99fc-12a43d79c5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:05,416 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:05,416 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-439a4c7b-8542-4606-a4dc-49695908504c', 'x-compute-request-id': 'req-439a4c7b-8542-4606-a4dc-49695908504c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:06,463 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:51:06,464 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-56e2d396-1037-4903-a60b-da66af689aa6', 'x-compute-request-id': 'req-56e2d396-1037-4903-a60b-da66af689aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:07,514 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:07,515 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-d68bff4c-ac49-4525-bcbe-624ae48440fa', 'x-compute-request-id': 'req-d68bff4c-ac49-4525-bcbe-624ae48440fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:08,567 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:51:08,568 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-756ad0b1-c303-4611-8d75-e9556fac9a24', 'x-compute-request-id': 'req-756ad0b1-c303-4611-8d75-e9556fac9a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:09,618 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:09,619 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-e1ee6da0-0fb9-416b-abfd-902c14c1b241', 'x-compute-request-id': 'req-e1ee6da0-0fb9-416b-abfd-902c14c1b241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:10,669 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:10,669 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-b53b592f-4661-4668-8530-4165a346344e', 'x-compute-request-id': 'req-b53b592f-4661-4668-8530-4165a346344e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:11,719 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:11,720 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-c845725d-369e-4eb2-82bf-aa8aee0e21d2', 'x-compute-request-id': 'req-c845725d-369e-4eb2-82bf-aa8aee0e21d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:12,772 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:51:12,773 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-b8d3b7c9-f495-4c7b-a775-ec7aa166d3ad', 'x-compute-request-id': 'req-b8d3b7c9-f495-4c7b-a775-ec7aa166d3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:13,837 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.061s 2021-10-27 15:51:13,837 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-f2c98e32-ba93-43ba-9b9b-08fe40c1b8d7', 'x-compute-request-id': 'req-f2c98e32-ba93-43ba-9b9b-08fe40c1b8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:14,890 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:51:14,891 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-6228d7d9-24e0-4058-8524-662e7ef9a9c1', 'x-compute-request-id': 'req-6228d7d9-24e0-4058-8524-662e7ef9a9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:15,954 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.060s 2021-10-27 15:51:15,955 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-7e88e35f-cea0-477b-9075-37bc6522f16a', 'x-compute-request-id': 'req-7e88e35f-cea0-477b-9075-37bc6522f16a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:17,004 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:51:17,005 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-dd433eb9-3102-40f6-8bf8-fb4b60c872b8', 'x-compute-request-id': 'req-dd433eb9-3102-40f6-8bf8-fb4b60c872b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:18,056 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:51:18,057 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-bf4517fe-f16c-4b1b-a68c-0933845d44f7', 'x-compute-request-id': 'req-bf4517fe-f16c-4b1b-a68c-0933845d44f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:19,108 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:51:19,108 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-53c68d79-afe7-4a38-8107-bf01b50c1060', 'x-compute-request-id': 'req-53c68d79-afe7-4a38-8107-bf01b50c1060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:20,158 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:20,158 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-132d189c-f61e-453e-996f-45bf4d64baeb', 'x-compute-request-id': 'req-132d189c-f61e-453e-996f-45bf4d64baeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:21,207 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:21,208 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-5f44adb4-1f4d-4cbe-83ee-f061a2d56de0', 'x-compute-request-id': 'req-5f44adb4-1f4d-4cbe-83ee-f061a2d56de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:22,260 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:51:22,260 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-83f5d35c-77da-4e81-a0ce-1e33f41b2256', 'x-compute-request-id': 'req-83f5d35c-77da-4e81-a0ce-1e33f41b2256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:23,308 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:23,309 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-e589555c-36e1-4f3b-8a2c-3d39aebb1510', 'x-compute-request-id': 'req-e589555c-36e1-4f3b-8a2c-3d39aebb1510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:24,359 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:24,359 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-ab53519c-570f-4b6a-bbfc-cfcef6bae296', 'x-compute-request-id': 'req-ab53519c-570f-4b6a-bbfc-cfcef6bae296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:25,407 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:25,408 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-5970ff9f-b4d7-479f-9956-aaa186a69e93', 'x-compute-request-id': 'req-5970ff9f-b4d7-479f-9956-aaa186a69e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:26,457 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:26,457 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-c020c148-3b18-4c27-80bf-608a6d8f27eb', 'x-compute-request-id': 'req-c020c148-3b18-4c27-80bf-608a6d8f27eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:27,505 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.043s 2021-10-27 15:51:27,506 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-3f2d4c00-0e8a-49bc-83ce-a514180d9c2b', 'x-compute-request-id': 'req-3f2d4c00-0e8a-49bc-83ce-a514180d9c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:28,555 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:28,556 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-c5e96c2a-6e88-4052-8e29-eebe64dbff04', 'x-compute-request-id': 'req-c5e96c2a-6e88-4052-8e29-eebe64dbff04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:29,604 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:29,605 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-65bb15e5-0375-4a77-9d9b-3b95533c599d', 'x-compute-request-id': 'req-65bb15e5-0375-4a77-9d9b-3b95533c599d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:30,652 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.044s 2021-10-27 15:51:30,653 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-08abc1cf-fc69-432a-a376-a3306b064173', 'x-compute-request-id': 'req-08abc1cf-fc69-432a-a376-a3306b064173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:31,699 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.043s 2021-10-27 15:51:31,700 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-d062237c-590e-4b8c-b645-4a8b555ea5ab', 'x-compute-request-id': 'req-d062237c-590e-4b8c-b645-4a8b555ea5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:32,748 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:32,748 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-f5ac4209-ba54-42f3-ae1b-a0fffa5beefe', 'x-compute-request-id': 'req-f5ac4209-ba54-42f3-ae1b-a0fffa5beefe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:33,796 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:33,797 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-7fcf70e1-6edd-49f6-b04a-2aef67a7f205', 'x-compute-request-id': 'req-7fcf70e1-6edd-49f6-b04a-2aef67a7f205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:34,851 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.051s 2021-10-27 15:51:34,851 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-bbd4363a-6761-4711-825b-066e323e651a', 'x-compute-request-id': 'req-bbd4363a-6761-4711-825b-066e323e651a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:35,900 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:35,901 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-2a93f866-171b-4aa4-a2c0-e116b3b768f2', 'x-compute-request-id': 'req-2a93f866-171b-4aa4-a2c0-e116b3b768f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:36,950 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:36,950 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-1059e2fd-9bb2-4d65-931e-eaf5ced07449', 'x-compute-request-id': 'req-1059e2fd-9bb2-4d65-931e-eaf5ced07449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:37,999 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:38,000 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-2f0e9950-1b68-42e9-b57e-344958f51416', 'x-compute-request-id': 'req-2f0e9950-1b68-42e9-b57e-344958f51416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:39,050 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:39,050 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-8d000984-f1c8-4310-b93c-0f88187e1047', 'x-compute-request-id': 'req-8d000984-f1c8-4310-b93c-0f88187e1047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:40,098 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:40,098 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-e1d877c4-4f87-43fd-bf02-cebfed539353', 'x-compute-request-id': 'req-e1d877c4-4f87-43fd-bf02-cebfed539353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:41,146 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:41,147 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-8a5c20cb-b87f-473c-9546-0ad459a85410', 'x-compute-request-id': 'req-8a5c20cb-b87f-473c-9546-0ad459a85410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:42,195 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:42,195 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-9eb83e3c-1790-4430-9c39-cd929807831f', 'x-compute-request-id': 'req-9eb83e3c-1790-4430-9c39-cd929807831f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:43,244 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:43,244 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-ac9bc063-a9fd-4df3-a186-eb9cb8f1dcc8', 'x-compute-request-id': 'req-ac9bc063-a9fd-4df3-a186-eb9cb8f1dcc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:44,297 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:51:44,298 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-d9fe00d3-7508-40ab-9c77-65ff9ce1fe0e', 'x-compute-request-id': 'req-d9fe00d3-7508-40ab-9c77-65ff9ce1fe0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:45,350 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:51:45,350 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-f5f7a633-a9e2-4bed-9fe3-7fd79294b4ce', 'x-compute-request-id': 'req-f5f7a633-a9e2-4bed-9fe3-7fd79294b4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:46,399 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:46,400 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-5bd9945b-3b9f-4bb0-ba69-0554856712f7', 'x-compute-request-id': 'req-5bd9945b-3b9f-4bb0-ba69-0554856712f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:47,453 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.049s 2021-10-27 15:51:47,453 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-eba64cb5-0e00-4fb7-9ed1-6ec6dacfeb7d', 'x-compute-request-id': 'req-eba64cb5-0e00-4fb7-9ed1-6ec6dacfeb7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:48,503 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:51:48,503 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-bc078571-97f9-4f33-884b-4c52ef8fe2ac', 'x-compute-request-id': 'req-bc078571-97f9-4f33-884b-4c52ef8fe2ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:49,552 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:49,552 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-3827db86-f945-40d3-ac3c-160e1a4b38b9', 'x-compute-request-id': 'req-3827db86-f945-40d3-ac3c-160e1a4b38b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:50,600 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:50,600 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-c47c9cc2-057a-475d-a436-6dea4400d0fd', 'x-compute-request-id': 'req-c47c9cc2-057a-475d-a436-6dea4400d0fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:51,650 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:51,651 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-02a7d139-3ce2-4103-9be1-2bbc5f18f70f', 'x-compute-request-id': 'req-02a7d139-3ce2-4103-9be1-2bbc5f18f70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:52,701 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:52,702 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-f2b43a36-6a27-465a-80c4-fd929efb685b', 'x-compute-request-id': 'req-f2b43a36-6a27-465a-80c4-fd929efb685b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:53,749 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:51:53,750 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-6facc02c-e035-41b8-b52f-a2c32df5b399', 'x-compute-request-id': 'req-6facc02c-e035-41b8-b52f-a2c32df5b399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:54,799 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:51:54,799 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-49be8b13-ae10-47bc-abec-4e61805009aa', 'x-compute-request-id': 'req-49be8b13-ae10-47bc-abec-4e61805009aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:55,849 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:55,850 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-b89f9870-cd50-4f0b-ab22-556aabf57ac4', 'x-compute-request-id': 'req-b89f9870-cd50-4f0b-ab22-556aabf57ac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:56,903 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.050s 2021-10-27 15:51:56,903 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-adb7d4c6-f905-4c29-bdef-bdeb52547714', 'x-compute-request-id': 'req-adb7d4c6-f905-4c29-bdef-bdeb52547714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:57,969 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.062s 2021-10-27 15:51:57,969 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-0478653e-0f6c-45bf-ab2c-c19c61f06fc7', 'x-compute-request-id': 'req-0478653e-0f6c-45bf-ab2c-c19c61f06fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:51:59,018 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:51:59,019 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51: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-b0047d99-34e2-4cf5-be57-d9af7a8dd2f7', 'x-compute-request-id': 'req-b0047d99-34e2-4cf5-be57-d9af7a8dd2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:00,067 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:52:00,068 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-05652772-4890-4663-9f45-63d42bd4b478', 'x-compute-request-id': 'req-05652772-4890-4663-9f45-63d42bd4b478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:01,117 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:52:01,118 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-41ba3bd1-d4af-4d38-9706-0cd5b9b37ad4', 'x-compute-request-id': 'req-41ba3bd1-d4af-4d38-9706-0cd5b9b37ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:02,166 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:52:02,167 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-09a4594c-91ad-426a-a5af-f99c1c5c3322', 'x-compute-request-id': 'req-09a4594c-91ad-426a-a5af-f99c1c5c3322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:03,216 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:52:03,216 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-57af466d-b520-40e6-af4c-da48211b311c', 'x-compute-request-id': 'req-57af466d-b520-40e6-af4c-da48211b311c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:04,265 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.045s 2021-10-27 15:52:04,265 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-fbad1152-c5f7-4974-9f27-dfe88f4d31f9', 'x-compute-request-id': 'req-fbad1152-c5f7-4974-9f27-dfe88f4d31f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:05,314 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:52:05,315 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-18c0b3d2-d0a7-428e-9a32-130745792bd4', 'x-compute-request-id': 'req-18c0b3d2-d0a7-428e-9a32-130745792bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:06,365 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.047s 2021-10-27 15:52:06,365 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-1c9fa456-fcce-40e0-856c-38d7b20056d6', 'x-compute-request-id': 'req-1c9fa456-fcce-40e0-856c-38d7b20056d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:07,414 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:52:07,414 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-a9e1bae1-d04e-47f8-b086-19a8b175f939', 'x-compute-request-id': 'req-a9e1bae1-d04e-47f8-b086-19a8b175f939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:08,472 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.054s 2021-10-27 15:52:08,472 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-087fea0a-71b8-41a7-962f-d6bd6cdd14f0', 'x-compute-request-id': 'req-087fea0a-71b8-41a7-962f-d6bd6cdd14f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:09,521 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.046s 2021-10-27 15:52:09,521 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-52fe6a62-6323-425e-b031-e7f92f691f00', 'x-compute-request-id': 'req-52fe6a62-6323-425e-b031-e7f92f691f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:10,572 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:52:10,573 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-500a2184-88ed-4f76-85b4-fb5d75913de3', 'x-compute-request-id': 'req-500a2184-88ed-4f76-85b4-fb5d75913de3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:52:11,623 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 0.048s 2021-10-27 15:52:11,624 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52: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-863ebd05-3aac-4e56-84ec-94998fcad5f6', 'x-compute-request-id': 'req-863ebd05-3aac-4e56-84ec-94998fcad5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:53:12,678 122918 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 2021-10-27 15:54:12,736 122918 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 2021-10-27 15:55:12,797 122918 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 2021-10-27 15:56:12,856 122918 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 2021-10-27 15:57:12,916 122918 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 2021-10-27 15:58:12,972 122918 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 2021-10-27 15:59:12,978 122918 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 2021-10-27 15:59:17,843 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments 425.216s 2021-10-27 15:59:17,844 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59: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-855fbcbd-98ca-4361-8cc1-6c6c0f2a28bd', 'x-compute-request-id': 'req-855fbcbd-98ca-4361-8cc1-6c6c0f2a28bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "volumeId": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "serverId": "62c89161-c119-48b2-839d-712db798ff96", "device": "/dev/sdb"}]}' 2021-10-27 15:59:18,962 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 POST http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/action 0.115s 2021-10-27 15:59:18,964 122918 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': 'Wed, 27 Oct 2021 15:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '91131', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78764b7f-ccd0-4289-89a1-9e32919302bc', 'x-compute-request-id': 'req-78764b7f-ccd0-4289-89a1-9e32919302bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/62c89161-c119-48b2-839d-712db798ff96/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:18,966 122918 DEBUG [tempest.common.waiters] Console output for 62c89161-c119-48b2-839d-712db798ff96 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.180000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.184000] tsc: Detected 1995.190 MHz processor [ 0.188000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.192011] pid_max: default: 32768 minimum: 301 [ 0.196118] Security Framework initialized [ 0.200011] Yama: becoming mindful. [ 0.204065] AppArmor: AppArmor initialized [ 0.208254] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.212114] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.216054] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.220020] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.224536] CPU: Physical Processor ID: 0 [ 0.232115] mce: CPU supports 1 MCE banks [ 0.236174] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.240013] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.244013] Spectre V2 : Mitigation: Full generic retpoline [ 0.248011] Speculative Store Bypass: Vulnerable [ 0.332066] Freeing SMP alternatives memory: 36K [ 0.350327] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.352217] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.356109] Hierarchical SRCU implementation. [ 0.360776] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.364008] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.368131] smp: Bringing up secondary CPUs ... [ 0.372016] smp: Brought up 1 node, 1 CPU [ 0.376014] smpboot: Max logical packages: 1 [ 0.380017] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.384743] devtmpfs: initialized [ 0.388137] x86/mm: Memory block size: 128MB [ 0.392467] evm: security.selinux [ 0.396021] evm: security.SMACK64 [ 0.400015] evm: security.SMACK64EXEC [ 0.404037] evm: security.SMACK64TRANSMUTE [ 0.412009] evm: security.SMACK64MMAP [ 0.416007] evm: security.apparmor [ 0.420007] evm: security.ima [ 0.424011] evm: security.capability [ 0.428326] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.432086] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.436111] pinctrl core: initialized pinctrl subsystem [ 0.440391] NET: Registered protocol family 16 [ 0.448041] audit: initializing netlink subsys (disabled) [ 0.452256] cpuidle: using governor ladder [ 0.456049] audit: type=2000 audit(1635349415.452:1): state=initialized audit_enabled=0 res=1 [ 0.460019] cpuidle: using governor menu [ 0.464095] ACPI: bus type PCI registered [ 0.468008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.473401] PCI: Using configuration type 1 for base access [ 0.478540] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.485613] ACPI: Added _OSI(Module Device) [ 0.488031] ACPI: Added _OSI(Processor Device) [ 0.492015] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.496012] ACPI: Added _OSI(Processor Aggregator Device) [ 0.500092] ACPI: Added _OSI(Linux-Dell-Video) [ 0.520384] ACPI: Interpreter enabled [ 0.524077] ACPI: (supports S0 S5) [ 0.528053] ACPI: Using IOAPIC for interrupt routing [ 0.532088] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.536704] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.605142] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.608025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.612031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.616063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.624181] PCI host bridge to bus 0000:00 [ 0.628057] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.632018] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.636056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.640019] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.644020] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.648059] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.745882] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.748042] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.752020] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.760012] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.766347] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.766347] * this clock source is slow. Consider trying other clock sources [ 0.783179] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.857677] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.861270] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.865179] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.869627] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.872814] SCSI subsystem initialized [ 0.876443] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.880000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.880051] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.884014] vgaarb: loaded [ 0.888115] pps_core: LinuxPPS API ver. 1 registered [ 0.892036] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.896047] PTP clock support registered [ 0.900126] EDAC MC: Ver: 3.0.0 [ 0.909982] hv_vmbus: Vmbus version:4.0 [ 0.912193] PCI: Using ACPI for IRQ routing [ 0.916215] NetLabel: Initializing [ 0.920025] NetLabel: domain hash size = 128 [ 0.924077] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.929117] NetLabel: unlabeled traffic allowed by default [ 0.932315] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.970129] VFS: Disk quotas dquot_6.6.0 [ 0.979228] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.015088] AppArmor: AppArmor Filesystem Enabled [ 1.022309] pnp: PnP ACPI init [ 1.069484] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.076494] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.081317] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.089403] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.098723] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.117320] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.138090] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.142958] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.156610] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.169122] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.215162] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.219716] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.225359] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.231125] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.240304] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.244056] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.253267] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.262720] pnp: PnP ACPI: found 9 devices [ 1.293411] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.318808] NET: Registered protocol family 2 [ 1.331060] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.338878] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.350492] TCP: Hash tables configured (established 8192 bind 8192) [ 1.367650] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.374059] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.380859] NET: Registered protocol family 1 [ 1.386263] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.400111] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.409382] Unpacking initramfs... [ 1.633434] random: fast init done [ 2.010554] Freeing initrd memory: 13088K [ 2.023130] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.045962] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.055862] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 2.065842] Scanning for low memory corruption every 60 seconds [ 2.081605] Initialise system trusted keyrings [ 2.085843] Key type blacklist registered [ 2.089955] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.097335] zbud: loaded [ 2.101656] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.111602] fuse init (API version 7.26) [ 2.118379] Key type asymmetric registered [ 2.147674] Asymmetric key parser 'x509' registered [ 2.159760] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.169774] io scheduler noop registered (default) [ 2.200133] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.219831] ACPI: Power Button [PWRF] [ 2.231854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.271500] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.322017] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.344062] Linux agpgart interface v0.103 [ 2.368097] loop: module loaded [ 2.382857] hv_vmbus: registering driver hv_storvsc [ 2.410554] scsi host0: storvsc_host_t [ 2.424444] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.460649] scsi host1: storvsc_host_t [ 2.482601] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.540589] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.589959] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.603940] scsi host2: ata_piix [ 2.610455] scsi host3: ata_piix [ 2.617920] sd 0:0:0:0: [sda] Write Protect is off [ 2.629513] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.636532] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.664656] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.702360] libphy: Fixed MDIO Bus: probed [ 2.715220] tun: Universal TUN/TAP device driver, 1.6 [ 2.724461] PPP generic driver version 2.4.2 [ 2.734820] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.776979] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.239649] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.249578] mousedev: PS/2 mouse device common for all mice [ 4.275171] rtc_cmos 00:00: RTC can wake from S4 [ 4.296051] sda: sda1 [ 4.667761] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.693552] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.706168] device-mapper: uevent: version 1.0.3 [ 4.715705] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.721949] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.751659] NET: Registered protocol family 10 [ 4.776894] Segment Routing with IPv6 [ 4.805393] NET: Registered protocol family 17 [ 4.817883] Key type dns_resolver registered [ 4.839945] RAS: Correctable Errors collector initialized. [ 4.847922] registered taskstats version 1 [ 4.859693] Loading compiled-in X.509 certificates [ 4.875148] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 4.887764] zswap: loaded using pool lzo/zbud [ 4.912803] Key type big_key registered [ 4.924390] Key type trusted registered [ 4.938895] Key type encrypted registered [ 4.953286] AppArmor: AppArmor sha1 policy hashing enabled [ 4.978060] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 4.984842] evm: HMAC attrs: 0x1 [ 4.994000] rtc_cmos 00:00: setting system clock to 2021-10-27 15:43:42 UTC (1635349422) [ 5.009428] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 5.018400] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.044867] EDD information not available. [ 5.938265] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 5.970399] ata2.00: configured for MWDMA2 [ 6.031816] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 6.059427] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 6.074922] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 6.104122] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 6.145624] Freeing unused kernel memory: 2248K [ 6.178413] Write protecting the kernel read-only data: 18432k [ 6.200885] Freeing unused kernel memory: 2008K [ 6.210112] Freeing unused kernel memory: 124K [ 6.286296] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 6.308518] x86/mm: Checking user space page tables [ 6.359108] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting versio 229 [ 6.594837] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.622423] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.631947] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.659551] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.718310] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.751215] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.792053] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.820994] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.829505] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.838065] random: udevadm: uninitialized urandom read (16 bytes read) [ 7.244079] hv_utils: Registering HyperV Utility Driver [ 7.263203] hv_vmbus: registering driver hv_util [ 7.315977] hv_vmbus: registering driver hv_netvsc [ 7.336746] hidraw: raw HID events driver (C) Jiri Kosina [ 7.376590] hv_vmbus: registering driver hyperv_keyboard [ 7.528782] hv_vmbus: registering driver hid_hyperv [ 7.634367] hv_utils: Heartbeat IC version 3.0 [ 7.647535] 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/input4 [ 7.689487] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5 [ 7.910544] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.980049] hv_utils: Shutdown IC version 3.0 [ 8.008035] hv_utils: TimeSync IC version 4.0 [ 8.021824] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 8.288082] raid6: sse2x1 gen() 1793 MB/s [ 8.368064] raid6: sse2x1 xor() 1365 MB/s [ 8.432285] raid6: sse2x2 gen() 3547 MB/s [ 8.485047] raid6: sse2x2 xor() 2436 MB/s [ 8.555142] raid6: sse2x4 gen() 3696 MB/s [ 8.620039] raid6: sse2x4 xor() 3095 MB/s [ 8.630187] raid6: using algorithm sse2x4 gen() 3696 MB/s [ 8.650215] raid6: .... xor() 3095 MB/s, rmw enabled [ 8.661444] raid6: using intx1 recovery algorithm [ 8.686095] xor: measuring software checksum speed [ 8.740041] prefetch64-sse: 8951.000 MB/sec [ 8.792166] generic_sse: 7124.000 MB/sec [ 8.809024] xor: using function: prefetch64-sse (8951.000 MB/sec) [ 8.824494] 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 ... [ 9.194396] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 9.514107] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 10.007035] 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) [ 10.028861] systemd[1]: Detected virtualization microsoft. [ 10.042385] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 10.103018] systemd[1]: Set hostname to <ubuntu>. [ 10.126495] systemd[1]: Initializing machine ID from random generator. [ 10.137640] systemd[1]: Installed transient /etc/machine-id file. [ 10.627706] systemd[1]: Created slice User and Session Slice. [[0;32m OK [m] Created slice User and Session Slice. [ 10.743683] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requets to Console Directory Watch. [ 10.852008] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 10.931079] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [[0;32m OK [0m] Created slice System Slice. Starting Remount Root and Kernel File Systems... Starting Load Kernel Modules... [[0;32m OK [0m] [ 11.384562] Loading iSCSI transport class v2.0-870. Reached target Slices. [[ 11.487768] iscsi: registered transport (tcp) [0;32m OK [0m] Created slice system-getty.slice. [ 11.576672] iscsi: registered transport (iser) [ 11.588132] EXT4-fs (sda1): re-mounted. Opts: (null) Starting Create list of required st... nodes for the current kernel... [[0;32m OK [m] Reached target wap. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on udev Control Socke. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Listening on Deice-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Reached target Encrypted Volumes. Starting Monitoring of LVM2 mirrors... dmeventdor progress polling... [[0;32m OK [0m] Listening on udv Kernel Socket [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... [[0;32m OK [m] Listening on LVM2 poll daecket. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). Starting Journal Service... Mounting Huge Pages File System... Mounting Debug File System... [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Paes File System. [[0;32m OK [0m] Started JournalService. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting Configuration File Sysem... Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting udev Coldplug all Devices... Starting Initial cloud-init job (pre-networking)... Starting Load/Save Random Seed... Starting Flush ournal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File Syste. [[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 Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Krnel Device Manager... [[0;32m OK [0m] Reached target ocal File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[0;32m OK [m] Started Flush Jurnal to Persisent Storage. [[0;32m OK [m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devics. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started LSB: ApArmor initialization. [[0;32m OK [m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill witch Status /dev/rfkill Watch. Starting Update UTMP about System Boot/Shutdown.. Starting Networ Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [m] Reached target System Time Synchronized. [ 33.027236] cloud-init[322]: Cloud-init v. 18.2 running 'init-local' at Wed, 27 Oct 2021 15:44:02 +0000. Up 4.91 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target etwork (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target etwork. Starting Initial cloud-init job (metadata service crawler)... [ 53.489813] cloud-init[632]: Cloud-init v. 18.2 running 'init' at Wed, 27 Oct 2021 15:44:14 0000. Up 36.90 econds. [ 53.722007] [cloud-init[0;32m OK [0m[632]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata servic crawler). [ 53.997031] [cloud-init[632]: ci-info: +-------+------+------------------------------+-----------------+------+-------------------+ [ 54.150196] cloud-init[632]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 54.150332] cloud-init[632]: ci-info: +--------+------+----------------------------+-----------------+-------+-------------------+ [ 4.150433] cloud-init[632]: ci-info: | eth0 | True | 172.20.0.13 | 255.255.25.240 | . | fa:16:3e:10:8d:d5 | [ 54.150531] cloud-init[632]: ci-info: | eth0 | True | fe80::f816:3eff:fe10:8dd5/64 | . | link | fa:16:3e:10:8d:d5 | [ 54.150635] cloud-init[632]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 54.150732] cloud-init[632]: ci-info: | lo | True | ::1/128 | . | host | . | 54.150837] cloud-init[632]: ci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+ [ 54.50934] cloud-init[632]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++ [ 54.151033] cloud-init[632]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+ [ 54.151129] cloud-init[632]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 54.151233] cloud-init[632]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+ [ 54.151338] cloud-init[632]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 54.151433] cloud-init[632]: ci-info: | 1 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 54.15531] cloud-init632]: ci-info: -------+------------+-----------+-----------------+-----------+-------+ [ 4.151745] cloud-init[632]: Geneating public/private rsa key pair. [ 54.15184] cloud-init[632]: Your identiication has bee saved in /etc/sh/ssh_host_rsakey. [ 54.15952] cloud-init632]: Your publc key has been aved in /etc/ss/ssh_host_rsa_ky.pub. [ 54.52112] cloud-init[632]: The key fingerprint is: [ 54.152216] cloud-init[632]: SHA256:vrJkAk/Yr3YmyAYgG2690JhFlGpsX+fHZ4DmOCk7ZL4 root@tempest-serverrescuenegativetestjson-server-423458374 [ 54.152323] cloud-init[632]:The key's randomart image is: [ 54.152444] cloud-init[632]: +---[RSA 2048]---+ [ 54.15253] cloud-init[62]: | ... | [ 54.152652] cloud-init[632]: | o | [ 54.152747] cloud-init[632]: [0;32m OK [0m] Reached target System Initialization. |. o . | [ 55.271140] cloud-init[632]: [|+= + . + . | [ 55.566190] cloud-init[0;32m OK [0m] [632]: Started ACPI Evnts Check.|*oX + B S . | [ 55.828769] [cloud-init[632]: |o* @ = + o o | [ 56.296748] cloud-init[632]: |.o=.* = o o | [ 56.350010] cloud-init[0;32m OK [0m] Reached target Paths. [[632]: | +=o=+ . | [ 56.609991] [0;32m OK [0m] cloud-initListening on ACPID Listen Socket. [[632]: [0;32m OK [0m| . E++.o. |] Listening on D-Bus System Message Bus Socket. [ 57.056762] cloud-init[[632]: +----[SHA256]-----+[0;32m OK [0m] Started Daily apt download activities. [ 57.348430] [[0;32m OK [0mcloud-init[632]: ] Started Daily apt upgrade and clean activities.Generating public/private dsa key pair. [[0;32m OK [m ] [ 57.816741] Started Daily Cleanup of Temporary Directories. cloud-init[[632]: Your identificaion has been saved in /etc/ssh/ssh_host_dsa_key.[0;32m OK [0m ] Reached target Timers.[ 58.090024] cloud-init[[0;32m OK [0m[632]: ] Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.Reached target Sockets. [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.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.148000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.152000] tsc: Detected 1995.190 MHz processor [ 0.156000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.160011] pid_max: default: 32768 minimum: 301 [ 0.164072] Security Framework initialized [ 0.168007] Yama: becoming mindful. [ 0.172000] AppArmor: AppArmor initialized [ 0.172254] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.176126] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.180043] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.184017] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.188540] CPU: Physical Processor ID: 0 [ 0.192861] mce: CPU supports 1 MCE banks [ 0.196119] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.200000] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.200012] Spectre V2 : Mitigation: Full generic retpoline [ 0.204007] Speculative Store Bypass: Vulnerable [ 0.281854] Freeing SMP alternatives memory: 36K [ 0.294117] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.296171] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.300076] Hierarchical SRCU implementation. [ 0.304771] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.308006] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.316054] smp: Bringing up secondary CPUs ... [ 0.320010] smp: Brought up 1 node, 1 CPU [ 0.324039] smpboot: Max logical packages: 1 [ 0.328015] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.332710] devtmpfs: initialized [ 0.336097] x86/mm: Memory block size: 128MB [ 0.340262] evm: security.selinux [ 0.344039] evm: security.SMACK64 [ 0.348007] evm: security.SMACK64EXEC [ 0.352016] evm: security.SMACK64TRANSMUTE [ 0.356010] evm: security.SMACK64MMAP [ 0.360010] evm: security.apparmor [ 0.364038] evm: security.ima [ 0.368011] evm: security.capability [ 0.372699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.376071] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.380135] pinctrl core: initialized pinctrl subsystem [ 0.384327] NET: Registered protocol family 16 [ 0.388198] audit: initializing netlink subsys (disabled) [ 0.392357] cpuidle: using governor ladder [ 0.396051] audit: type=2000 audit(1635349539.392:1): state=initialized audit_enabled=0 res=1 [ 0.400018] cpuidle: using governor menu [ 0.404119] ACPI: bus type PCI registered [ 0.408008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.414557] PCI: Using configuration type 1 for base access [ 0.417612] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.420408] ACPI: Added _OSI(Module Device) [ 0.424025] ACPI: Added _OSI(Processor Device) [ 0.428015] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.436007] ACPI: Added _OSI(Processor Aggregator Device) [ 0.440031] ACPI: Added _OSI(Linux-Dell-Video) [ 0.454948] ACPI: Interpreter enabled [ 0.456016] ACPI: (supports S0 S5) [ 0.460006] ACPI: Using IOAPIC for interrupt routing [ 0.464087] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.468770] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.531553] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.532023] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.536025] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.540038] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.544803] PCI host bridge to bus 0000:00 [ 0.548020] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.552016] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.556018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.560043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.564020] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.568018] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.619026] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.620036] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.624017] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.628052] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.639652] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.639652] * this clock source is slow. Consider trying other clock sources [ 0.648242] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.716838] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.724599] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.728863] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.736988] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.740637] SCSI subsystem initialized [ 0.744529] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.748000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.748041] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.752015] vgaarb: loaded [ 0.756090] pps_core: LinuxPPS API ver. 1 registered [ 0.760037] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.764042] PTP clock support registered [ 0.768146] EDAC MC: Ver: 3.0.0 [ 0.778666] hv_vmbus: Vmbus version:4.0 [ 0.780202] PCI: Using ACPI for IRQ routing [ 0.784300] NetLabel: Initializing [ 0.788035] NetLabel: domain hash size = 128 [ 0.792038] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.797286] NetLabel: unlabeled traffic allowed by default [ 0.800557] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.848068] VFS: Disk quotas dquot_6.6.0 [ 0.862300] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.892328] AppArmor: AppArmor Filesystem Enabled [ 0.901837] pnp: PnP ACPI init [ 0.947314] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.957909] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.975379] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.984197] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.993610] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.002366] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.008686] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.024305] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.045926] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.058155] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.088547] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.107384] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.122427] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.146864] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.168095] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.175468] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.193890] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.208360] pnp: PnP ACPI: found 9 devices [ 1.228572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.251209] NET: Registered protocol family 2 [ 1.263117] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.285314] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.305451] TCP: Hash tables configured (established 8192 bind 8192) [ 1.322274] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.346141] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.366434] NET: Registered protocol family 1 [ 1.379028] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.391402] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.455159] Unpacking initramfs... [ 1.772143] random: fast init done [ 2.123557] Freeing initrd memory: 13088K [ 2.140370] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.157012] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.169221] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 2.190966] Scanning for low memory corruption every 60 seconds [ 2.255408] Initialise system trusted keyrings [ 2.300238] Key type blacklist registered [ 2.314920] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.325907] zbud: loaded [ 2.339817] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.379318] fuse init (API version 7.26) [ 2.391050] Key type asymmetric registered [ 2.456154] Asymmetric key parser 'x509' registered [ 2.496439] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.519559] io scheduler noop registered (default) [ 2.541865] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.556018] ACPI: Power Button [PWRF] [ 2.583286] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.671576] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.784506] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.816833] Linux agpgart interface v0.103 [ 2.853033] loop: module loaded [ 2.873784] hv_vmbus: registering driver hv_storvsc [ 2.911692] scsi host0: storvsc_host_t [ 2.968879] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 3.161625] scsi host1: storvsc_host_t [ 3.198214] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 3.226464] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 3.248797] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 3.294860] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 3.334636] sd 0:0:0:0: [sda] Write Protect is off [ 3.352645] scsi host2: ata_piix [ 3.362991] scsi host3: ata_piix [ 3.376784] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 3.392460] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 3.415955] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.474543] libphy: Fixed MDIO Bus: probed [ 3.487638] tun: Universal TUN/TAP device driver, 1.6 [ 3.512430] PPP generic driver version 2.4.2 [ 3.525647] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 3.622616] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 5.181529] sda: sda1 [ 5.190643] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 5.198151] mousedev: PS/2 mouse device common for all mice [ 5.206337] rtc_cmos 00:00: RTC can wake from S4 [ 5.240213] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 5.262973] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 5.268906] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 5.276660] sd 0:0:0:0: [sda] Attached SCSI disk [ 5.286609] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 5.304175] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 5.311690] sd 1:0:0:0: [sdb] Write Protect is off [ 5.326976] device-mapper: uevent: version 1.0.3 [ 5.344514] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 5.487573] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 5.496747] NET: Registered protocol family 10 [ 5.514201] Segment Routing with IPv6 [ 5.526934] NET: Registered protocol family 17 [ 5.536092] Key type dns_resolver registered [ 5.541982] RAS: Correctable Errors collector initialized. [ 5.562559] registered taskstats version 1 [ 5.575584] Loading compiled-in X.509 certificates [ 5.594920] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 5.629185] zswap: loaded using pool lzo/zbud [ 5.656531] Key type big_key registered [ 5.671363] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 5.684153] Key type trusted registered [ 5.697553] Key type encrypted registered [ 5.706418] sd 1:0:0:0: [sdb] Attached SCSI disk [ 5.718028] AppArmor: AppArmor sha1 policy hashing enabled [ 5.728297] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 5.743728] evm: HMAC attrs: 0x1 [ 5.757284] rtc_cmos 00:00: setting system clock to 2021-10-27 15:45:46 UTC (1635349546) [ 5.763352] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.768664] EDD information not available. [ 6.442228] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 6.470058] ata2.00: configured for MWDMA2 [ 6.500647] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 6.527732] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 6.533915] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 6.552121] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 6.567167] Freeing unused kernel memory: 2248K [ 6.580131] Write protecting the kernel read-only data: 18432k [ 6.595373] Freeing unused kernel memory: 2008K [ 6.612844] Freeing unused kernel memory: 124K [ 6.641175] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 6.646417] x86/mm: Checking user space page tables [ 6.683882] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 6.792241] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.805646] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.825944] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.835877] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.868146] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.884342] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.899636] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.908085] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.918205] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.928637] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 7.158209] hv_utils: Registering HyperV Utility Driver [ 7.167882] hv_vmbus: registering driver hv_util [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.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.092000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096000] tsc: Detected 1995.190 MHz processor [ 0.100000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.104005] pid_max: default: 32768 minimum: 301 [ 0.108049] Security Framework initialized [ 0.112000] Yama: becoming mindful. [ 0.112040] AppArmor: AppArmor initialized [ 0.116000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.116124] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.120024] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.124000] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.124524] CPU: Physical Processor ID: 0 [ 0.128341] mce: CPU supports 1 MCE banks [ 0.132111] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.136004] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.140000] Spectre V2 : Mitigation: Full generic retpoline [ 0.140004] Speculative Store Bypass: Vulnerable [ 0.192694] Freeing SMP alternatives memory: 36K [ 0.198491] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.200101] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.204064] Hierarchical SRCU implementation. [ 0.209337] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.212004] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.216063] smp: Bringing up secondary CPUs ... [ 0.220006] smp: Brought up 1 node, 1 CPU [ 0.224005] smpboot: Max logical packages: 1 [ 0.228030] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.232484] devtmpfs: initialized [ 0.236085] x86/mm: Memory block size: 128MB [ 0.240243] evm: security.selinux [ 0.244010] evm: security.SMACK64 [ 0.248007] evm: security.SMACK64EXEC [ 0.252004] evm: security.SMACK64TRANSMUTE [ 0.256005] evm: security.SMACK64MMAP [ 0.260004] evm: security.apparmor [ 0.264031] evm: security.ima [ 0.268005] evm: security.capability [ 0.272212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.276018] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.280072] pinctrl core: initialized pinctrl subsystem [ 0.284269] NET: Registered protocol family 16 [ 0.288117] audit: initializing netlink subsys (disabled) [ 0.292187] cpuidle: using governor ladder [ 0.296010] audit: type=2000 audit(1635349585.292:1): state=initialized audit_enabled=0 res=1 [ 0.300010] cpuidle: using governor menu [ 0.304070] ACPI: bus type PCI registered [ 0.308005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.313503] PCI: Using configuration type 1 for base access [ 0.320013] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.324288] ACPI: Added _OSI(Module Device) [ 0.328008] ACPI: Added _OSI(Processor Device) [ 0.332006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.336006] ACPI: Added _OSI(Processor Aggregator Device) [ 0.340023] ACPI: Added _OSI(Linux-Dell-Video) [ 0.350657] ACPI: Interpreter enabled [ 0.352016] ACPI: (supports S0 S5) [ 0.356005] ACPI: Using IOAPIC for interrupt routing [ 0.360054] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.364540] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.408963] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.412011] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.416036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.420016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.424451] PCI host bridge to bus 0000:00 [ 0.428007] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.432008] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.436008] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.440006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.444006] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.448008] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.492900] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.496006] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.500007] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.504007] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.510916] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.510916] * this clock source is slow. Consider trying other clock sources [ 0.525922] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.575943] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.576828] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.580878] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.584878] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.588677] SCSI subsystem initialized [ 0.592246] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.596000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.596006] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.600026] vgaarb: loaded [ 0.604054] pps_core: LinuxPPS API ver. 1 registered [ 0.608004] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.612016] PTP clock support registered [ 0.616060] EDAC MC: Ver: 3.0.0 [ 0.624924] hv_vmbus: Vmbus version:4.0 [ 0.628095] PCI: Using ACPI for IRQ routing [ 0.632712] NetLabel: Initializing [ 0.635883] NetLabel: domain hash size = 128 [ 0.636013] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.640064] NetLabel: unlabeled traffic allowed by default [ 0.644165] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.664995] VFS: Disk quotas dquot_6.6.0 [ 0.670137] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.675728] AppArmor: AppArmor Filesystem Enabled [ 0.680933] pnp: PnP ACPI init [ 0.689766] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.694936] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.700080] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.705672] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.710733] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.715995] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.721064] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.726302] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.731476] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.736648] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.742515] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.747921] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.753252] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.758829] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.764321] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.769959] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.775336] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.779916] pnp: PnP ACPI: found 9 devices [ 0.791371] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.797468] NET: Registered protocol family 2 [ 0.801729] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.806956] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.813874] TCP: Hash tables configured (established 8192 bind 8192) [ 0.819345] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.824612] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.830930] NET: Registered protocol family 1 [ 0.835653] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.843603] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.850649] Unpacking initramfs... [ 1.173190] Freeing initrd memory: 13088K [ 1.178546] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.186346] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.193054] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 1.199581] Scanning for low memory corruption every 60 seconds [ 1.205417] Initialise system trusted keyrings [ 1.210438] Key type blacklist registered [ 1.215139] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.221566] zbud: loaded [ 1.227113] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.232633] fuse init (API version 7.26) [ 1.238417] Key type asymmetric registered [ 1.242958] Asymmetric key parser 'x509' registered [ 1.248125] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.253832] io scheduler noop registered (default) [ 1.259335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.264342] ACPI: Power Button [PWRF] [ 1.269038] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.298241] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.328241] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.336802] Linux agpgart interface v0.103 [ 1.343124] loop: module loaded [ 1.347543] hv_vmbus: registering driver hv_storvsc [ 1.355806] scsi host0: storvsc_host_t [ 1.365292] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.372145] random: fast init done [ 1.389085] scsi host1: storvsc_host_t [ 1.399538] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.405374] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.413684] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.426174] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.435002] sd 0:0:0:0: [sda] Write Protect is off [ 1.440295] scsi host2: ata_piix [ 1.445354] scsi host3: ata_piix [ 1.449741] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.454416] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.460154] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.475801] libphy: Fixed MDIO Bus: probed [ 1.480121] tun: Universal TUN/TAP device driver, 1.6 [ 1.485315] PPP generic driver version 2.4.2 [ 1.489934] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.510269] sda: sda1 [ 1.519658] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526187] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.531014] mousedev: PS/2 mouse device common for all mice [ 1.535904] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 1.541645] rtc_cmos 00:00: RTC can wake from S4 [ 1.567055] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 1.571721] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 1.582103] sd 1:0:0:0: [sdb] Write Protect is off [ 1.588595] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.597144] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.602452] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.612160] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 1.618656] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.623797] device-mapper: uevent: version 1.0.3 [ 2.457832] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 2.581427] NET: Registered protocol family 10 [ 2.594141] Segment Routing with IPv6 [ 2.598900] NET: Registered protocol family 17 [ 2.603513] Key type dns_resolver registered [ 2.609488] RAS: Correctable Errors collector initialized. [ 2.615692] registered taskstats version 1 [ 2.620257] Loading compiled-in X.509 certificates [ 2.625190] sd 1:0:0:0: [sdb] Attached SCSI disk [ 2.633930] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.640834] zswap: loaded using pool lzo/zbud [ 2.651270] Key type big_key registered [ 2.655641] Key type trusted registered [ 2.662496] Key type encrypted registered [ 2.666960] AppArmor: AppArmor sha1 policy hashing enabled [ 2.673032] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 2.678517] evm: HMAC attrs: 0x1 [ 2.828381] rtc_cmos 00:00: setting system clock to 2021-10-27 15:46:28 UTC (1635349588) [ 2.834393] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.839449] EDD information not available. [ 3.277167] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.288292] ata2.00: configured for MWDMA2 [ 3.305306] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.322538] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.327329] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.335708] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 3.344164] Freeing unused kernel memory: 2248K [ 3.356239] Write protecting the kernel read-only data: 18432k [ 3.361475] Freeing unused kernel memory: 2008K [ 3.366414] Freeing unused kernel memory: 124K [ 3.381828] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.386694] x86/mm: Checking user space page tables [ 3.402669] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.458653] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.464752] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.470652] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.476824] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.482297] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.492084] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.507387] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.515838] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.522698] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.527865] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.672410] hv_utils: Registering HyperV Utility Driver [ 3.678457] hv_vmbus: registering driver hv_util [ 3.691789] hidraw: raw HID events driver (C) Jiri Kosina [ 3.700557] hv_vmbus: registering driver hv_netvsc [ 3.719237] hv_vmbus: registering driver hyperv_keyboard [ 3.741620] hv_vmbus: registering driver hid_hyperv [ 3.832644] 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 [ 3.842698] hv_utils: Heartbeat IC version 3.0 [ 3.860540] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 3.876894] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 3.895575] hv_utils: Shutdown IC version 3.0 [ 3.905016] hv_utils: TimeSync IC version 4.0 [ 3.943840] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.176038] raid6: sse2x1 gen() 4905 MB/s [ 4.228039] raid6: sse2x1 xor() 3726 MB/s [ 4.280038] raid6: sse2x2 gen() 6236 MB/s [ 4.332045] raid6: sse2x2 xor() 4440 MB/s [ 4.384035] raid6: sse2x4 gen() 7155 MB/s [ 4.436182] raid6: sse2x4 xor() 5316 MB/s [ 4.441481] raid6: using algorithm sse2x4 gen() 7155 MB/s [ 4.446351] raid6: .... xor() 5316 MB/s, rmw enabled [ 4.451366] raid6: using intx1 recovery algorithm [ 4.458991] xor: measuring software checksum speed [ 4.504025] prefetch64-sse: 10098.000 MB/sec [ 4.548034] generic_sse: 9355.000 MB/sec [ 4.552427] xor: using function: prefetch64-sse (10098.000 MB/sec) [ 4.560198] 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 ... [ 4.718863] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 4.888110] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 4.894540] EXT4-fs (sda1): write access will be enabled during recovery [ 4.951999] EXT4-fs (sda1): recovery complete [ 4.959553] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 5.389123] 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) [ 5.396744] systemd[1]: Detected virtualization microsoft. [ 5.401307] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 5.447042] systemd[1]: Set hostname to <tempest-serverrescuenegativetestjson-server-423458374>. [ 5.799344] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 5.846041] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 5.896460] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 5.944197] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 5.993929] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 6.039837] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[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] Created slice system-getty.slice. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on Journal Socket. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Mounting POSIX Message Queue File System... Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel... Mounting Huge Pages File System... Starting Journal Service... [ 6.885680] EXT4-fs (sda1): re-mounted. Opts: (null) Starting Load Kernel Modules... Mounting Debug File System...[ 6.951828] Loading iSCSI transport class v2.0-870. [[ 7.004797] iscsi: registered transport (tcp) [0;32m OK [0m] Mounted Debug File System. [ 7.048918] iscsi: registered transport (iser) [[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. Mounting Configuration File System... Starting Apply Kernel Variables... Mounting FUSE Cntrol 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 ocal 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. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[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] Reached target System Time Synchronized. [ 11.950142] cloud-init[333]: Cloud-init v. 18.2 running 'init-local' at Wed, 27 Oct 2021 15:46:36 +0000. Up 10.59 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 ifup for eth0. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 14.564232] cloud-init[654]: Cloud-init v. 18.2 running 'init' at Wed, 27 Oct 2021 15:46:39 +0000. Up 13.02 seconds. [ 14.649002] cloud-init[654]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++[[0;32m OK [0m ] [ 14.745338] Started Initial cloud-init job (metadata service crawler).cloud-init[654]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[[0;32m OK [0m ] [ 14.840239] Reached target Network is Online.cloud-init[654]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Starting iSCSI initiator daemon (iscsid)... [[ 14.951122] [0;32m OK [0mcloud-init] [654]: Reached target Cloud-config availability.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [ [0;32m OK [0m[ 15.048986] ] cloud-initReached target System Initialization.[654]: ci-info: | eth0 | True | 172.20.0.13 | 255.255.255.240 | . | fa:16:3e:10:8d:d5 | [[ 15.133977] [0;32m OK [0mcloud-init] [654]: Started Daily apt download activities.ci-info: | eth0 | True | fe80::f816:3eff:fe10:8dd5/64 | . | link | fa:16:3e:10:8d:d5 | [[0;32m OK [0m[ 15.235250] ] cloud-initListening on D-Bus System Message Bus Socket.[654]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[[0;32m OK [0m ] Started Daily apt upgrade and clean activities.[ 15.341941] cloud-init [654]: [[0;32m OK [0mci-info: | lo | True | ::1/128 | . | host | . |] Listening on ACPID Listen Socket. [ 15.442121] [cloud-init[654]: [0;32m OK [0mci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Reached target Sockets. [ 15.536280] cloud-init[[654]: [0;32m OK [0mci-info: +++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++] Started Daily Cleanup of Temporary Directories. [ 15.626993] [cloud-init[654]: [0;32m OK [0m] ci-info: +-------+-------------+------------+-----------------+-----------+-------+Reached target Timers. [ 15.718374] [cloud-init[0;32m OK [0m[654]: ] ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |Started ACPI Events Check. [ 15.809758] [cloud-init[0;32m OK [0m[654]: ] ci-info: +-------+-------------+------------+-----------------+-----------+-------+Reached target Paths. [[ 15.903681] [0;32m OK [0mcloud-init] [654]: Reached target Basic System.ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [[ 15.995298] [0;32m OK [0mcloud-init] [654]: Started Regular background program processing daemon.ci-info: | 1 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [[ 16.090261] [0;32m OK [0mcloud-init[654]: ] ci-info: +-------+-------------+------------+-----------------+-----------+-------+Started Unattended Upgrades Shutdown. Starting LSB: MD monitoring daemon... Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started D-Bus System Message Bus. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Deferred execution scheduler. Starting LSB: Record successful boot for GRUB... Starting OpenBSD Secure Shell server... Starting Login Service... [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: automatic crash report generation... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Reached target Multi-User System. [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. Ubuntu 16.04.4 LTS tempest-serverrescuenegativetestjson-server-423458374 ttyS0 tempest-serverrescuenegativetestjson-server-423458374 login: [ 70.707052] cloud-init[704]: Cloud-init v. 18.2 running 'modules:config' at Wed, 27 Oct 2021 15:46:43 +0000. Up 17.14 seconds. ci-info: no authorized ssh keys fingerprints found for user ubuntu. <14>Oct 27 15:47:38 ec2: <14>Oct 27 15:47:38 ec2: ############################################################# <14>Oct 27 15:47:38 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Oct 27 15:47:38 ec2: 1024 SHA256:9n775FPnVuHYC8DQIAu/sTeDXrTIiUcIn2Ehk75hUg0 root@tempest-serverrescuenegativetestjson-server-423458374 (DSA) <14>Oct 27 15:47:38 ec2: 256 SHA256:ReXUGK1oYN+W/hgsD+J7W3s/TNaY2XSL8FrC4CfSgFs root@tempest-serverrescuenegativetestjson-server-423458374 (ECDSA) <14>Oct 27 15:47:38 ec2: 256 SHA256:hN5B1R8fQsDKCBGMSIMkWKnUj6D1YKrdi5GdHbb5me8 root@tempest-serverrescuenegativetestjson-server-423458374 (ED25519) <14>Oct 27 15:47:38 ec2: 2048 SHA256:vrJkAk/Yr3YmyAYgG2690JhFlGpsX+fHZ4DmOCk7ZL4 root@tempest-serverrescuenegativetestjson-server-423458374 (RSA) <14>Oct 27 15:47:38 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Oct 27 15:47:38 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKnGPjGsxm6Snobl/C2CKLLRY9eEtHZXNx5znZm5ydzCZ++fEeT807dgppE3u7txlYQ1G39bRAOdQDWxrBnf8WM= root@tempest-serverrescuenegativetestjson-server-423458374 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0DlI2/L84fC45XD6Jfe/CQT03OTnU5Qg7nHI/07iXs root@tempest-serverrescuenegativetestjson-server-423458374 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOPQHLl45qkZGCh+2jSvKV30YqbDkkUkhNLd/ipYvwgRPq3D/yEIRh7ydT4/1O26Y5vTmyWxm/j9YlTBxQ0CmYHu018KmEYAOvC25MujGg2/3zm3xIop0NyTniC942xn2BHTq7HMroCdnKvNVyVKj3iESiOR6bgudle8GsAvwyfXjOabZ9YHaL+pORVHdht+5y0yAXLA5vkn1Bdm9uX7lJfKGmyQl3o6njWv3lA952SjMEnY4iDbnz4PuKEdrc/2RQlP0U/nbq4vu+Y2i/LHPepkAT9uywdFS+GQQ/hkVdY5NC/Q+rdZm4eEpZpZjZ2woMdmQIlTIbvktK82PlyZIX root@tempest-serverrescuenegativetestjson-server-423458374 -----END SSH HOST KEY KEYS----- [ 72.931890] cloud-init[788]: Cloud-init v. 18.2 running 'modules:final' at Wed, 27 Oct 2021 15:47:37 +0000. Up 71.33 seconds. [ 73.018347] cloud-init[788]: ci-info: no authorized ssh keys fingerprints found for user ubuntu. [ 73.107708] cloud-init[788]: Cloud-init v. 18.2 finished at Wed, 27 Oct 2021 15:47:39 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 72.77 seconds 2021-10-27 15:59:19,026 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.058s 2021-10-27 15:59:19,026 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2847f056-8e3a-4d33-8070-0062f088e7ce', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2847f056-8e3a-4d33-8070-0062f088e7ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:20,101 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.065s 2021-10-27 15:59:20,101 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1d16c4-0b10-4264-8bda-a42e140c11a1', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1d16c4-0b10-4264-8bda-a42e140c11a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:21,154 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 15:59:21,154 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-088a3ee2-7618-4e4f-b0f0-de13826cace1', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-088a3ee2-7618-4e4f-b0f0-de13826cace1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:22,205 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 15:59:22,205 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b41957c-201b-4037-96ad-0d1ae2f4829f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b41957c-201b-4037-96ad-0d1ae2f4829f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:23,257 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 15:59:23,257 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84116c85-b6b4-4e53-b927-d440db801ec5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84116c85-b6b4-4e53-b927-d440db801ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:24,311 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 15:59:24,312 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a2940bd-bb9b-43e9-9a12-bfe7c4144261', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a2940bd-bb9b-43e9-9a12-bfe7c4144261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:25,371 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.051s 2021-10-27 15:59:25,371 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b5ba6fa-7c62-4fa9-9a67-5bf5341a372a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b5ba6fa-7c62-4fa9-9a67-5bf5341a372a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:26,424 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 15:59:26,424 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a02712-d898-4bfb-a672-f9b6083a470e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a02712-d898-4bfb-a672-f9b6083a470e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:27,476 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 15:59:27,476 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0261d043-6d9c-4b24-829f-9874a1bdd5de', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0261d043-6d9c-4b24-829f-9874a1bdd5de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:28,526 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:28,527 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab3dbc24-6d72-4987-8ca6-22e3f1a44725', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab3dbc24-6d72-4987-8ca6-22e3f1a44725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:29,575 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:29,575 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81a15964-2789-454b-a711-d36f829ff6d7', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a15964-2789-454b-a711-d36f829ff6d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:30,630 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 15:59:30,630 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff194a05-58f2-494f-bfcf-38b927e54f13', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff194a05-58f2-494f-bfcf-38b927e54f13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:31,688 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 15:59:31,689 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2d3c01-ebd0-49db-b5cb-c33ca44e2f93', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2d3c01-ebd0-49db-b5cb-c33ca44e2f93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:32,739 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 15:59:32,740 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb60d16b-6db7-4ebd-9355-40673564fa7b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb60d16b-6db7-4ebd-9355-40673564fa7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:33,792 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 15:59:33,792 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6fd67f-4448-4147-8393-0c0e16df1a90', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6fd67f-4448-4147-8393-0c0e16df1a90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:34,861 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.061s 2021-10-27 15:59:34,861 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5f9dc9-7269-4a81-a646-8ad3271ab794', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f5f9dc9-7269-4a81-a646-8ad3271ab794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:35,912 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:35,913 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db08a141-9b6a-4f6f-ac92-b16b2ab57c93', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db08a141-9b6a-4f6f-ac92-b16b2ab57c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:36,970 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.048s 2021-10-27 15:59:36,970 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0dde417-7aac-4a44-a9c6-154097a74c81', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0dde417-7aac-4a44-a9c6-154097a74c81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:38,020 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 15:59:38,021 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-479c5ca9-9fa5-487c-8840-90a47ba85819', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-479c5ca9-9fa5-487c-8840-90a47ba85819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:39,071 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 15:59:39,072 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7e8a2c-1e0f-468f-a84b-e3d56b8dab98', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7e8a2c-1e0f-468f-a84b-e3d56b8dab98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:40,123 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 15:59:40,123 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40105bec-46c7-4a20-a71e-ad106c163117', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40105bec-46c7-4a20-a71e-ad106c163117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:41,177 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 15:59:41,177 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-022260c4-83e7-49d6-af8a-102c920c75dc', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-022260c4-83e7-49d6-af8a-102c920c75dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:42,229 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 15:59:42,230 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5807556a-ba98-46c8-82d2-aaac64072718', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5807556a-ba98-46c8-82d2-aaac64072718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:43,279 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:43,280 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f69602de-7326-4cd2-afc6-6f87b4999eec', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f69602de-7326-4cd2-afc6-6f87b4999eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:44,327 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 15:59:44,328 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b00325-e6eb-4334-8088-9ff7123a1123', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b00325-e6eb-4334-8088-9ff7123a1123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:45,377 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:45,377 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9712c082-702e-45f8-8b19-82b79141b6d2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9712c082-702e-45f8-8b19-82b79141b6d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:46,427 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:46,428 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1416f8a0-d794-4344-914a-0b5e0398dd28', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1416f8a0-d794-4344-914a-0b5e0398dd28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:47,476 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 15:59:47,477 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e789a186-b520-46dd-87ac-acc76fd49484', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e789a186-b520-46dd-87ac-acc76fd49484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:48,525 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 15:59:48,526 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f42dc64-bf35-43df-aeb6-db954d4dd6c3', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f42dc64-bf35-43df-aeb6-db954d4dd6c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:49,573 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.038s 2021-10-27 15:59:49,573 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63178c1b-9e55-49ec-b682-787030521c50', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63178c1b-9e55-49ec-b682-787030521c50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:50,623 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:50,623 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fbae574-8ec1-40f8-94eb-ce89a09a3337', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fbae574-8ec1-40f8-94eb-ce89a09a3337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:51,672 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 15:59:51,673 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74b97811-34fe-42eb-9dc9-255727614b98', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b97811-34fe-42eb-9dc9-255727614b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:52,721 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:52,721 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d1016d6-278b-445f-a037-e9a2d7a648ad', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d1016d6-278b-445f-a037-e9a2d7a648ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:53,769 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 15:59:53,769 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d017fadf-eb95-425d-a701-bd16ce56238e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d017fadf-eb95-425d-a701-bd16ce56238e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:54,817 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 15:59:54,817 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab215ac4-f303-4a5d-8e6a-df4f5fd4b5b7', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab215ac4-f303-4a5d-8e6a-df4f5fd4b5b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:55,867 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:55,867 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fffc1644-ffc3-4283-b994-f59c88ce1e61', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fffc1644-ffc3-4283-b994-f59c88ce1e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:56,916 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 15:59:56,917 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bf28682-2f5b-4e31-8077-8d1703ab8d37', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bf28682-2f5b-4e31-8077-8d1703ab8d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:57,967 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 15:59:57,967 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f13172-e48a-4554-bb74-51effd8d253f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f13172-e48a-4554-bb74-51effd8d253f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 15:59:59,015 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 15:59:59,016 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-930d5131-faef-44ca-a8bb-abe5b5ec202b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-930d5131-faef-44ca-a8bb-abe5b5ec202b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:00,064 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:00:00,064 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-095496fc-e3c0-4c83-95f5-4e01cfedaeea', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-095496fc-e3c0-4c83-95f5-4e01cfedaeea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:01,115 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:00:01,115 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9aaa63-1373-46ac-9c4b-0f5f9c6408ab', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9aaa63-1373-46ac-9c4b-0f5f9c6408ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:02,162 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:00:02,163 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-648d99f3-dade-4879-bcf0-52dd3fd9e3ad', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-648d99f3-dade-4879-bcf0-52dd3fd9e3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:03,216 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:00:03,216 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a89a89b4-bff9-4a50-a74c-5049e026e574', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a89a89b4-bff9-4a50-a74c-5049e026e574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:04,263 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:00:04,264 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77c2bc1-ef91-4858-a650-310b5df8ec4b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77c2bc1-ef91-4858-a650-310b5df8ec4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:05,312 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:00:05,312 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b8195bc-142f-4240-91d8-217b6b0d46a1', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b8195bc-142f-4240-91d8-217b6b0d46a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:06,362 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:06,363 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c70a5088-580c-4a36-af41-b5c7f270d068', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c70a5088-580c-4a36-af41-b5c7f270d068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:07,417 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:00:07,417 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd74afd8-48e0-4a7d-9701-b39d28a0d202', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd74afd8-48e0-4a7d-9701-b39d28a0d202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:08,466 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:00:08,467 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d6f56c-6c07-44d0-aa58-9f1244bd1d2d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d6f56c-6c07-44d0-aa58-9f1244bd1d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:09,520 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:00:09,520 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca447c0-8833-4bf8-967b-f9e6af23bc10', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca447c0-8833-4bf8-967b-f9e6af23bc10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:10,572 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:00:10,573 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dfd7b44-2746-4983-bf30-8a0fe9cff9ec', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dfd7b44-2746-4983-bf30-8a0fe9cff9ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:11,626 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:00:11,626 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b3ea03-6d9d-4190-a98c-17cbeb73e8fc', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b3ea03-6d9d-4190-a98c-17cbeb73e8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:12,675 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:00:12,675 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea48b5d6-8ece-42bb-abce-5d001f4a3f70', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea48b5d6-8ece-42bb-abce-5d001f4a3f70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:13,728 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:00:13,728 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2097283f-6af8-473f-a089-89e344d91b61', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2097283f-6af8-473f-a089-89e344d91b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:14,782 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:00:14,782 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85477df4-27b5-426e-9ca8-ae0cc856ee7a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85477df4-27b5-426e-9ca8-ae0cc856ee7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:15,939 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.149s 2021-10-27 16:00:15,940 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d9de7e1-c0c0-48b6-afbe-e5e268d909d6', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d9de7e1-c0c0-48b6-afbe-e5e268d909d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:16,991 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:00:16,991 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58168ffc-1ed6-4560-b7a0-1860e0817974', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58168ffc-1ed6-4560-b7a0-1860e0817974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:18,047 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:00:18,048 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8448d74-dd7c-4b09-a222-2190a1c5a523', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8448d74-dd7c-4b09-a222-2190a1c5a523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:19,101 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:00:19,101 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a9ab01b-83d2-4119-bfca-1aa4da7d312b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a9ab01b-83d2-4119-bfca-1aa4da7d312b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:20,153 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:00:20,154 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f2530e6-fab1-4fa0-85fc-bb8ac9b86ede', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f2530e6-fab1-4fa0-85fc-bb8ac9b86ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:21,206 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:00:21,207 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f215611-d5e7-4c1a-b913-fc64aeb13a68', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f215611-d5e7-4c1a-b913-fc64aeb13a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:22,269 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.053s 2021-10-27 16:00:22,269 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7dab798-f6f0-4158-973a-2bfd59250114', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7dab798-f6f0-4158-973a-2bfd59250114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:23,316 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:00:23,316 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf23807a-0863-4eb7-b7c0-4e3f1ffacb0b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf23807a-0863-4eb7-b7c0-4e3f1ffacb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:24,367 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:24,367 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f437f44-dc06-4f94-82b4-eb2f0f6a855f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f437f44-dc06-4f94-82b4-eb2f0f6a855f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:25,415 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:00:25,415 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f17e515d-3dfc-4a61-a42c-5680681eda1d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f17e515d-3dfc-4a61-a42c-5680681eda1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:26,465 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:00:26,466 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42013bcb-e924-45e7-812e-bb21b3526700', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42013bcb-e924-45e7-812e-bb21b3526700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:27,513 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:00:27,514 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2990ae63-93b1-4325-af9b-2608b7d5be2a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2990ae63-93b1-4325-af9b-2608b7d5be2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:28,566 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:00:28,566 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-138c7d9b-a4b0-42da-b2c9-8f1c94553857', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-138c7d9b-a4b0-42da-b2c9-8f1c94553857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:29,613 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:00:29,613 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0005b9de-07ec-40e3-909c-7041b35294cc', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0005b9de-07ec-40e3-909c-7041b35294cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:30,662 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:00:30,663 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e3530bb-5fac-437d-8af7-a1a01246d837', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e3530bb-5fac-437d-8af7-a1a01246d837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:31,712 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:00:31,713 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dd4e729-b635-49ef-bb6e-caf3512249ea', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dd4e729-b635-49ef-bb6e-caf3512249ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:32,764 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:32,764 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3db2f34-15aa-47dc-bceb-f09962012b5c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3db2f34-15aa-47dc-bceb-f09962012b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:33,814 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:33,814 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f5e4ed-b2ed-42be-86b6-46ae1660f734', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f5e4ed-b2ed-42be-86b6-46ae1660f734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:34,865 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:34,865 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87f85749-e426-4271-a98d-b23cc19ef7be', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87f85749-e426-4271-a98d-b23cc19ef7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:35,918 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:00:35,919 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a25b83bb-c82d-4862-ad4d-bb62e097c41d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a25b83bb-c82d-4862-ad4d-bb62e097c41d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:36,971 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:00:36,972 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-990810a2-bf8d-49de-8de2-4eb9ebac41e0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-990810a2-bf8d-49de-8de2-4eb9ebac41e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:38,019 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:00:38,020 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-310cd03a-7707-464f-abea-3df83cad27f8', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-310cd03a-7707-464f-abea-3df83cad27f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:39,074 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:00:39,074 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2baa8323-f3f6-4fd9-8e94-46607dd17324', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2baa8323-f3f6-4fd9-8e94-46607dd17324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:40,124 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:40,125 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da5b5d27-b045-4778-a2de-17139463eec0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da5b5d27-b045-4778-a2de-17139463eec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:41,175 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:00:41,175 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc8b772-6390-4e09-ad99-4dd349ad4e18', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc8b772-6390-4e09-ad99-4dd349ad4e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:42,226 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:42,227 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf7dd42-68e0-400d-826c-5a7ca33d6038', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf7dd42-68e0-400d-826c-5a7ca33d6038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:43,279 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:00:43,279 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f755e10-eebe-4f1c-8ec5-a4ff7f9a5b33', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f755e10-eebe-4f1c-8ec5-a4ff7f9a5b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:44,331 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:00:44,332 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69bb9fac-22a5-4416-8d4e-be7e6a999f65', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69bb9fac-22a5-4416-8d4e-be7e6a999f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:45,392 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.051s 2021-10-27 16:00:45,392 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83ebf877-d2d8-4acc-a4c7-95c6a8750ba7', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83ebf877-d2d8-4acc-a4c7-95c6a8750ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:46,445 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:46,446 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfeaaa21-2105-4e50-8946-4b259087c9d2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfeaaa21-2105-4e50-8946-4b259087c9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:47,494 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:00:47,495 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e594fb-0f34-4489-aa55-eee885e83c42', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e594fb-0f34-4489-aa55-eee885e83c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:48,542 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:00:48,543 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c6e5965-60bd-4c99-a315-0bfd68ed7d89', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c6e5965-60bd-4c99-a315-0bfd68ed7d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:49,592 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:00:49,592 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0f6b78-ecd0-44c9-b6ac-2bd2649cbc70', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0f6b78-ecd0-44c9-b6ac-2bd2649cbc70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:50,640 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:00:50,640 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8233668a-687d-46c8-97db-edfaba15f241', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8233668a-687d-46c8-97db-edfaba15f241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:51,690 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:51,690 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384712f2-918e-4831-a280-1614070e64d5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384712f2-918e-4831-a280-1614070e64d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:52,741 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:52,742 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0edeeaf-2280-4bdc-a599-fa24d9251f93', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0edeeaf-2280-4bdc-a599-fa24d9251f93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:53,793 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:00:53,794 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b4c893f-4b90-49d3-b6f1-e628b14bd4af', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b4c893f-4b90-49d3-b6f1-e628b14bd4af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:54,844 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:54,844 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fcaa50-0457-484f-869a-be3ee2c239bd', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fcaa50-0457-484f-869a-be3ee2c239bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:55,896 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:00:55,897 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-febc3fe7-7509-4085-aa0b-650db8503e84', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-febc3fe7-7509-4085-aa0b-650db8503e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:56,948 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:00:56,949 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eb722a1-2663-4c2a-87ed-13dc980a5852', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eb722a1-2663-4c2a-87ed-13dc980a5852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:57,999 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:00:57,999 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d3ae11-af83-4a87-b61b-35372518adc5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d3ae11-af83-4a87-b61b-35372518adc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:00:59,050 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:00:59,051 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-970ca4cb-2313-47f2-bd87-6f9e204c310c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-970ca4cb-2313-47f2-bd87-6f9e204c310c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:00,101 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:00,102 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83020ad4-5ba5-49e4-89f2-660a1c121561', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83020ad4-5ba5-49e4-89f2-660a1c121561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:01,160 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:01:01,160 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2445a5cc-49fc-468f-9d32-0598fab7e259', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2445a5cc-49fc-468f-9d32-0598fab7e259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:02,218 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:01:02,218 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21161e4b-dfb1-42d0-bc61-225148f707c4', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21161e4b-dfb1-42d0-bc61-225148f707c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:03,271 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:01:03,271 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f393d28-df70-44c3-a274-b3187ce01bb7', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f393d28-df70-44c3-a274-b3187ce01bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:04,322 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:04,323 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e21d9b04-4c65-41ae-a0db-28efefe50f56', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e21d9b04-4c65-41ae-a0db-28efefe50f56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:05,374 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:01:05,375 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6720f46d-25b6-4e04-bf78-4a8e5aa5033a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6720f46d-25b6-4e04-bf78-4a8e5aa5033a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:06,423 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:06,423 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2515842-c547-4745-b01d-6fb2d12da8e4', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2515842-c547-4745-b01d-6fb2d12da8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:07,471 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:01:07,471 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df133f7-fa94-4888-ae6e-00bfbdf94dae', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df133f7-fa94-4888-ae6e-00bfbdf94dae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:08,522 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:08,523 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a04b2ac-948f-4794-941e-fa7284a02158', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a04b2ac-948f-4794-941e-fa7284a02158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:09,573 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:01:09,573 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e984212-6c4d-4b11-805f-fdf0e19f9a1d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e984212-6c4d-4b11-805f-fdf0e19f9a1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:10,623 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:10,623 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f9127bd-f36a-4d7d-92b0-395d3cddd8b0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f9127bd-f36a-4d7d-92b0-395d3cddd8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:11,675 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:11,675 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9f08ac6-4193-4934-9e13-667a99ddca82', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9f08ac6-4193-4934-9e13-667a99ddca82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:12,727 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:12,727 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-943578c6-fdad-413c-85e8-09468e7d57b1', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-943578c6-fdad-413c-85e8-09468e7d57b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:13,780 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:01:13,780 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e429706-e919-4d61-a02b-a7805d57ce6c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e429706-e919-4d61-a02b-a7805d57ce6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:14,829 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:14,829 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b13731e-0e5b-4ba5-8374-98aa56255720', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b13731e-0e5b-4ba5-8374-98aa56255720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:15,885 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:01:15,885 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46004315-df23-42ac-8152-c1bb3c8a44f0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46004315-df23-42ac-8152-c1bb3c8a44f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:16,934 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:01:16,935 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f827b29-5578-456d-b173-d9da1e7100d0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f827b29-5578-456d-b173-d9da1e7100d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:17,984 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:01:17,984 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd5cc50-0387-4adb-891b-6f95fd1ef063', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd5cc50-0387-4adb-891b-6f95fd1ef063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:19,036 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:01:19,037 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-683b6ae2-11df-4f20-a207-c3496751a9b7', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-683b6ae2-11df-4f20-a207-c3496751a9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:20,085 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:20,086 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00e9a427-89a8-4ef8-8ab5-b4c35334f75d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00e9a427-89a8-4ef8-8ab5-b4c35334f75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:21,136 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:21,137 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb4b5c79-23a7-40fb-802d-3873059e3154', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb4b5c79-23a7-40fb-802d-3873059e3154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:22,187 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:22,188 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ca39e1e-b03c-40ee-9e71-82687446521c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ca39e1e-b03c-40ee-9e71-82687446521c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:23,240 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:01:23,240 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea5b6819-20dc-4ae4-beeb-925ab73dbec6', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea5b6819-20dc-4ae4-beeb-925ab73dbec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:24,289 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:01:24,290 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea04135-fbe3-4c33-815f-bc22cd409ed5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea04135-fbe3-4c33-815f-bc22cd409ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:25,341 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:25,342 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4023e3a-4631-4adc-8feb-80fe5b2169fd', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4023e3a-4631-4adc-8feb-80fe5b2169fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:26,391 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:26,392 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77fd785f-1034-44dd-a236-a035794d4366', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77fd785f-1034-44dd-a236-a035794d4366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:27,447 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:01:27,447 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e770f0-ddf9-49e4-801b-24ae4787004e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e770f0-ddf9-49e4-801b-24ae4787004e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:28,498 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:28,498 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649a19a2-75b4-4db4-8c40-fc9b678af1e2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649a19a2-75b4-4db4-8c40-fc9b678af1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:29,546 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:29,547 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b902af-31a0-4d82-9576-46f7f8ce8337', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b902af-31a0-4d82-9576-46f7f8ce8337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:30,609 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.055s 2021-10-27 16:01:30,610 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615e87bd-5a52-4d1c-9fa8-cb9d64271bee', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615e87bd-5a52-4d1c-9fa8-cb9d64271bee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:31,660 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:31,660 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04394a02-2bd9-4bda-b72b-8e99d6f9d813', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04394a02-2bd9-4bda-b72b-8e99d6f9d813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:32,711 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:32,711 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af0161c3-ed4d-4c9c-a7dd-1cb75b4930e4', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af0161c3-ed4d-4c9c-a7dd-1cb75b4930e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:33,772 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.052s 2021-10-27 16:01:33,773 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7adf900-4f54-4081-8089-0f94985ada04', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7adf900-4f54-4081-8089-0f94985ada04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:34,823 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:01:34,824 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4256f50b-a77d-437f-b598-1ca197a6f967', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4256f50b-a77d-437f-b598-1ca197a6f967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:35,875 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:35,876 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88006f4e-97b3-4d6b-ab1f-53f6e8735c1c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88006f4e-97b3-4d6b-ab1f-53f6e8735c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:36,924 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:36,924 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89209f0b-a018-4636-8406-96bc31fd5299', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89209f0b-a018-4636-8406-96bc31fd5299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:37,977 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:01:37,978 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df9d433-3be6-43ee-ab6c-d20cce2ec116', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df9d433-3be6-43ee-ab6c-d20cce2ec116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:39,029 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:39,029 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-249b3768-20bd-40c6-8d6d-2aff5ec67293', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249b3768-20bd-40c6-8d6d-2aff5ec67293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:40,080 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:40,080 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b92a483-a1a0-4b75-b653-9601d77d6bf2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b92a483-a1a0-4b75-b653-9601d77d6bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:41,134 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:01:41,134 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86fe3540-f566-48f0-8766-038fd79f08ec', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86fe3540-f566-48f0-8766-038fd79f08ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:42,183 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:01:42,184 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-788c9c0e-533d-4307-8636-a84f78572319', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788c9c0e-533d-4307-8636-a84f78572319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:43,232 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:01:43,233 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88d63b63-72ae-456a-bd7c-0e125f2c8396', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88d63b63-72ae-456a-bd7c-0e125f2c8396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:44,284 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:44,285 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a5f61a-fb3e-42d0-9e13-454a544b7ab0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a5f61a-fb3e-42d0-9e13-454a544b7ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:45,335 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:45,335 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc8d820d-e3c2-402d-a880-cba8129d7dc9', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc8d820d-e3c2-402d-a880-cba8129d7dc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:46,389 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:01:46,389 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c4208f-e761-4efe-8889-0f471f006411', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c4208f-e761-4efe-8889-0f471f006411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:47,437 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:47,437 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d90d5d47-3686-4a3f-8a39-377355d01c55', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d90d5d47-3686-4a3f-8a39-377355d01c55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:48,488 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:48,489 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31c5a5a9-b764-41fc-aa9b-14c3b5aefca3', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31c5a5a9-b764-41fc-aa9b-14c3b5aefca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:49,538 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:49,538 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e19352-d139-4c4b-874a-9f030e2809ce', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e19352-d139-4c4b-874a-9f030e2809ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:50,589 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:50,589 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21978e8-b709-4a3c-b6dd-f1a3d57293d0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f21978e8-b709-4a3c-b6dd-f1a3d57293d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:51,638 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:51,638 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f905431-e06a-42ec-b69b-e7b9c70f4cb9', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f905431-e06a-42ec-b69b-e7b9c70f4cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:52,689 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:52,689 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d15e63-3ebc-40df-bf6d-bb4979d106fa', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41d15e63-3ebc-40df-bf6d-bb4979d106fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:53,741 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:53,741 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d6b2e46-19f6-4f22-ad5b-f879853ef207', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d6b2e46-19f6-4f22-ad5b-f879853ef207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:54,790 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:54,790 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e002771-af89-48ca-9594-c7e8c2ea4a3e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e002771-af89-48ca-9594-c7e8c2ea4a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:55,839 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:01:55,839 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c71c19-5d11-4681-ab9a-76d0eb8affaf', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c71c19-5d11-4681-ab9a-76d0eb8affaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:56,890 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:01:56,890 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8864674f-bacc-4dff-899e-ce2ae6ef647b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8864674f-bacc-4dff-899e-ce2ae6ef647b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:57,943 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:01:57,943 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43b32c9-4ba4-41e7-89fa-fe1a1044f58c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d43b32c9-4ba4-41e7-89fa-fe1a1044f58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:01:58,994 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:01:58,994 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0048c91-3c7d-486c-999c-450a87c7b978', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0048c91-3c7d-486c-999c-450a87c7b978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:00,054 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.051s 2021-10-27 16:02:00,054 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b12653-8c64-460b-a5f9-59ace2c6194b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b12653-8c64-460b-a5f9-59ace2c6194b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:01,106 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:02:01,107 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0708918-a24d-4ab0-8040-335597d9fc97', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0708918-a24d-4ab0-8040-335597d9fc97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:02,167 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.053s 2021-10-27 16:02:02,168 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa58eff2-8670-43c9-b93f-1c318cf75c00', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa58eff2-8670-43c9-b93f-1c318cf75c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:03,220 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:03,220 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c531e2-9392-463a-9614-66b4a08cb93c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c531e2-9392-463a-9614-66b4a08cb93c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:04,268 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:02:04,268 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c71871d6-39a7-4be0-847f-f11a80ff9cd5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c71871d6-39a7-4be0-847f-f11a80ff9cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:05,317 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:02:05,318 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d066fd0a-30af-47bb-a5ea-34cab7404928', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d066fd0a-30af-47bb-a5ea-34cab7404928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:06,367 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:02:06,367 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144f91b3-cb4e-43fc-9fae-24285e8744fa', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144f91b3-cb4e-43fc-9fae-24285e8744fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:07,417 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:07,417 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa3b4333-f4cf-453e-abc0-3083e6739807', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa3b4333-f4cf-453e-abc0-3083e6739807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:08,469 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:02:08,470 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9b31fe4-ab6e-4343-8bae-c045fdb87b6f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9b31fe4-ab6e-4343-8bae-c045fdb87b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:09,526 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:02:09,527 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd905974-971d-421b-b5c3-3b08393677ce', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd905974-971d-421b-b5c3-3b08393677ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:10,576 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:10,577 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79038518-41b5-47c6-bff4-5463dcee700f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79038518-41b5-47c6-bff4-5463dcee700f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:11,628 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:11,628 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41f9775-7c72-48ff-a3c8-f4b0516e84f6', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41f9775-7c72-48ff-a3c8-f4b0516e84f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:12,682 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:02:12,683 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb4cb6a-6dd6-4f6a-97ba-791352ef5b82', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb4cb6a-6dd6-4f6a-97ba-791352ef5b82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:13,737 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:02:13,738 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a611adc-3ddf-4b2b-89c1-502c40a5365f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a611adc-3ddf-4b2b-89c1-502c40a5365f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:14,789 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:14,789 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87948f2b-7920-414a-95d8-557195dc5fa8', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87948f2b-7920-414a-95d8-557195dc5fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:15,844 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:02:15,844 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3587e4d7-2abe-4675-97c8-de19b33337e6', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3587e4d7-2abe-4675-97c8-de19b33337e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:16,895 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:16,895 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162ab231-0ac8-42d6-9973-d54ae87de1a0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162ab231-0ac8-42d6-9973-d54ae87de1a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:17,944 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:02:17,945 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb12416-a5d1-42f5-8e4f-a463ee2a4a42', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb12416-a5d1-42f5-8e4f-a463ee2a4a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:18,994 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:02:18,995 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6179f9c-948b-4127-a08d-7df8d67dced2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6179f9c-948b-4127-a08d-7df8d67dced2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:20,045 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:20,045 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55eda5ca-13df-43ba-b73c-3eac206aeeae', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55eda5ca-13df-43ba-b73c-3eac206aeeae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:21,097 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:02:21,098 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1563d269-df43-497e-9ddf-f4cca8fb3dff', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1563d269-df43-497e-9ddf-f4cca8fb3dff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:22,150 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:02:22,150 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f2daea-8f1f-47b6-9ca2-7b0af5ae5b37', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f2daea-8f1f-47b6-9ca2-7b0af5ae5b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:23,198 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:02:23,199 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0546e74-7e6c-4947-b808-329730f501b7', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0546e74-7e6c-4947-b808-329730f501b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:24,249 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:24,250 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5bac4b-311c-4be0-bd40-d01990661fcd', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5bac4b-311c-4be0-bd40-d01990661fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:25,305 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:02:25,305 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d7cc181-da9d-4b15-8d83-aee80e26a7d3', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d7cc181-da9d-4b15-8d83-aee80e26a7d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:26,355 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:26,355 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-097c3ed7-9ba3-45ca-bca1-7e4919d3a03c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-097c3ed7-9ba3-45ca-bca1-7e4919d3a03c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:27,404 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:02:27,405 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74abe199-ce10-4c9a-b4a7-c988b222ea88', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74abe199-ce10-4c9a-b4a7-c988b222ea88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:28,454 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:02:28,454 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e30640c5-440b-4c66-88b4-e3d7ae302d40', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e30640c5-440b-4c66-88b4-e3d7ae302d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:29,506 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:29,506 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a441109-1cd7-4324-bfd3-eba8f97f70a7', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a441109-1cd7-4324-bfd3-eba8f97f70a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:30,558 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:02:30,558 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2699959-1f6c-4b48-96b3-615db2a20fae', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2699959-1f6c-4b48-96b3-615db2a20fae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:31,611 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:02:31,611 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f94d8f-af53-4cf7-b8a3-6ad396a2e78e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f94d8f-af53-4cf7-b8a3-6ad396a2e78e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:32,660 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:02:32,660 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4396f04f-f3ff-4806-b878-85c097bfa303', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4396f04f-f3ff-4806-b878-85c097bfa303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:33,710 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:02:33,711 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29df27a6-5498-4ac3-9f73-f937580965ce', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29df27a6-5498-4ac3-9f73-f937580965ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:34,760 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:02:34,760 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b5101da-0c22-4481-abb5-d90c18e02e69', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b5101da-0c22-4481-abb5-d90c18e02e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:35,811 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:35,812 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa21eca7-cad8-4aed-a7a3-d7d3e7141dbb', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa21eca7-cad8-4aed-a7a3-d7d3e7141dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:36,863 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:36,863 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aafec17-2842-42d8-9276-f8c1834093af', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aafec17-2842-42d8-9276-f8c1834093af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:37,915 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:37,916 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff437d20-64e7-4de2-a74c-5c95869d1040', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff437d20-64e7-4de2-a74c-5c95869d1040', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:38,978 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.054s 2021-10-27 16:02:38,978 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fa5919f-e1e2-4a0c-bb53-e252accf7052', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fa5919f-e1e2-4a0c-bb53-e252accf7052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:40,031 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:02:40,031 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41b5cd87-cde1-44d4-addb-d1d168ae5f49', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41b5cd87-cde1-44d4-addb-d1d168ae5f49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:41,082 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:41,083 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b52e9069-4636-42ea-ac90-33406d5587ec', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b52e9069-4636-42ea-ac90-33406d5587ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:42,134 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:42,134 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8f1de6-a048-446a-8d0b-4ca1531d2f7c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8f1de6-a048-446a-8d0b-4ca1531d2f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:43,186 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:43,186 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7826db0-8841-477c-b75b-e908f9ee9394', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7826db0-8841-477c-b75b-e908f9ee9394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:44,236 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:02:44,236 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16cfa049-a823-4c29-a979-e60b98eb2322', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16cfa049-a823-4c29-a979-e60b98eb2322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:45,288 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:02:45,288 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b37c27f7-d286-4212-93ad-304b58453315', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b37c27f7-d286-4212-93ad-304b58453315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:46,336 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:02:46,337 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dfcc234-4c2e-403d-9256-05ea89a415f3', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dfcc234-4c2e-403d-9256-05ea89a415f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:47,385 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:02:47,385 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-614d37b2-6cc3-47f7-93b7-653185711c46', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-614d37b2-6cc3-47f7-93b7-653185711c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:48,436 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:48,437 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dd5034c-a1de-404e-8a4d-7352cb13bae7', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dd5034c-a1de-404e-8a4d-7352cb13bae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:49,489 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:02:49,490 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2efe9e01-d545-4f63-bf3e-6ef6eb0b2701', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2efe9e01-d545-4f63-bf3e-6ef6eb0b2701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:50,539 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:02:50,539 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e85012a5-392e-486e-929f-e9c99e9e69ba', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e85012a5-392e-486e-929f-e9c99e9e69ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:51,596 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.048s 2021-10-27 16:02:51,596 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f59b493-60a6-405d-a30a-c0abe3224cb8', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f59b493-60a6-405d-a30a-c0abe3224cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:52,650 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:02:52,650 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69d96664-90b5-4c1f-af9a-d37096408d9f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69d96664-90b5-4c1f-af9a-d37096408d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:53,701 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:53,702 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fbd87a4-033d-4f4d-b230-52bbde807634', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fbd87a4-033d-4f4d-b230-52bbde807634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:54,750 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:02:54,750 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98035b9f-e986-4724-bed9-cf3f57096952', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98035b9f-e986-4724-bed9-cf3f57096952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:55,802 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:55,802 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb76b0e6-570f-455f-910f-c92520c8249e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb76b0e6-570f-455f-910f-c92520c8249e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:56,854 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:56,854 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18295050-298a-4e20-964f-12caf122a35a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18295050-298a-4e20-964f-12caf122a35a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:57,912 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:02:57,912 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ce2fb4-6e17-47cf-bfcc-f474ba289c5b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ce2fb4-6e17-47cf-bfcc-f474ba289c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:02:58,963 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:02:58,963 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c9afc90-f483-4d41-b2bb-f5fa754a1cb5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c9afc90-f483-4d41-b2bb-f5fa754a1cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:00,012 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:00,012 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f40addc-ea0d-43e7-987d-b6bb5e06abe8', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f40addc-ea0d-43e7-987d-b6bb5e06abe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:01,067 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:03:01,067 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99742664-af3d-4c04-bf7c-a1e5cefe74e2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99742664-af3d-4c04-bf7c-a1e5cefe74e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:02,119 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:03:02,119 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9582513-5517-472b-a9b4-250d1fc7e767', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9582513-5517-472b-a9b4-250d1fc7e767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:03,184 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.056s 2021-10-27 16:03:03,184 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2382cdcb-b12e-44ae-a7b6-f4353fed8e01', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2382cdcb-b12e-44ae-a7b6-f4353fed8e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:04,233 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:04,233 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b386283a-79b1-4892-9824-274297329368', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b386283a-79b1-4892-9824-274297329368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:05,280 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:03:05,281 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5e9191f-d0e7-4c16-a9fe-1b55de065ee3', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5e9191f-d0e7-4c16-a9fe-1b55de065ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:06,331 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:06,331 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d59be252-3210-407f-8366-229c07995c9f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d59be252-3210-407f-8366-229c07995c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:07,379 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:03:07,379 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad803ed-0f1f-4358-9534-d13d1ca3bd26', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad803ed-0f1f-4358-9534-d13d1ca3bd26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:08,431 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:03:08,431 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e779463-fc28-4eca-a314-27fa61c23fb2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e779463-fc28-4eca-a314-27fa61c23fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:09,485 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:03:09,485 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57434d2a-edf7-4691-94f6-22ca1645881a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57434d2a-edf7-4691-94f6-22ca1645881a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:10,539 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:03:10,540 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a942b57-e832-4924-8bdb-90a9a7d346da', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a942b57-e832-4924-8bdb-90a9a7d346da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:11,589 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:11,589 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b93539f-0b05-4e63-90c2-baf9df7f9a88', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b93539f-0b05-4e63-90c2-baf9df7f9a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:12,640 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:03:12,640 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-868461a9-beea-4f7f-99bc-8fa7f4dd970d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-868461a9-beea-4f7f-99bc-8fa7f4dd970d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:13,689 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:13,689 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb9a910a-52dc-45f7-ad7a-273e59b1e8dd', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb9a910a-52dc-45f7-ad7a-273e59b1e8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:14,744 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:03:14,745 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5772d48-6604-46ea-926f-4fdd4b3aae37', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5772d48-6604-46ea-926f-4fdd4b3aae37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:15,799 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:03:15,799 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1a4ed4f-84ef-458a-872b-9899a66e3296', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1a4ed4f-84ef-458a-872b-9899a66e3296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:16,850 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:03:16,851 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41725960-be2d-4b72-9293-83b4571ff69b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41725960-be2d-4b72-9293-83b4571ff69b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:17,901 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:03:17,901 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62889717-f07e-46f9-a3b6-907b7a598871', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62889717-f07e-46f9-a3b6-907b7a598871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:18,954 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:03:18,954 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e27227-d394-4ae7-9454-42cb59bd30ea', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e27227-d394-4ae7-9454-42cb59bd30ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:20,012 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.048s 2021-10-27 16:03:20,012 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4aa6423-ff7d-4b31-ae9f-fc3fccbd74ef', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4aa6423-ff7d-4b31-ae9f-fc3fccbd74ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:21,064 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:03:21,065 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c61b99f-285b-4655-8bf9-0a42df0f6133', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c61b99f-285b-4655-8bf9-0a42df0f6133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:22,113 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:03:22,113 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3ab47f-73aa-44c5-b3df-374cd3f07aec', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3ab47f-73aa-44c5-b3df-374cd3f07aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:23,171 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:03:23,172 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74550f05-c074-4b78-a995-fe6ff964a334', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74550f05-c074-4b78-a995-fe6ff964a334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:24,222 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:03:24,223 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b719ecb-c568-43b4-80d0-3a625716d17e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b719ecb-c568-43b4-80d0-3a625716d17e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:25,277 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:03:25,278 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bcbe610-f1f3-45e4-a9a4-a16a2b223de5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bcbe610-f1f3-45e4-a9a4-a16a2b223de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:26,328 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:26,328 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10df83e9-2a5a-4f17-8bc3-499451d6b992', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10df83e9-2a5a-4f17-8bc3-499451d6b992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:27,377 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:03:27,377 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc3546ab-1b2d-48ca-a0ad-9087bebfd075', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc3546ab-1b2d-48ca-a0ad-9087bebfd075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:28,429 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:03:28,429 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ece746dd-c5ed-4348-8175-b258b5ce0044', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ece746dd-c5ed-4348-8175-b258b5ce0044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:29,484 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:03:29,485 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca29c702-f54c-4b97-acc4-6d173fd9ef9c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca29c702-f54c-4b97-acc4-6d173fd9ef9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:30,540 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:03:30,540 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0efeee6f-6b1c-4502-bad1-302f3bc91e69', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0efeee6f-6b1c-4502-bad1-302f3bc91e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:31,595 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:03:31,595 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8613d1a3-0836-49a4-b220-d2db95e1a61f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8613d1a3-0836-49a4-b220-d2db95e1a61f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:32,653 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:03:32,654 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad4e303-2828-45e3-9e41-f16d89cd503f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad4e303-2828-45e3-9e41-f16d89cd503f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:33,709 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:03:33,710 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2c3550d-f3b8-4758-93e4-f0109729a5da', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2c3550d-f3b8-4758-93e4-f0109729a5da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:34,760 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:03:34,760 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d380f9fb-0fd5-4674-aab4-fa77673afcb6', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d380f9fb-0fd5-4674-aab4-fa77673afcb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:35,811 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:03:35,811 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51640f87-296f-48c4-b824-6b47aacdd6df', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51640f87-296f-48c4-b824-6b47aacdd6df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:36,881 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.060s 2021-10-27 16:03:36,881 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21aac49a-c4cf-4b1c-a780-97e657222ed1', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21aac49a-c4cf-4b1c-a780-97e657222ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:37,943 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.053s 2021-10-27 16:03:37,944 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae9d1d6a-ab6c-45dd-aed3-e876db785763', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae9d1d6a-ab6c-45dd-aed3-e876db785763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:38,999 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.048s 2021-10-27 16:03:39,000 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb9d3817-0f68-4c4f-846f-6841e4fd56c4', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb9d3817-0f68-4c4f-846f-6841e4fd56c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:40,048 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.039s 2021-10-27 16:03:40,049 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61fc3a20-3293-40ac-965d-7b4cbb026857', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61fc3a20-3293-40ac-965d-7b4cbb026857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:41,104 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:03:41,104 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acbf44af-498a-48d4-b6ee-73d6135e473a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acbf44af-498a-48d4-b6ee-73d6135e473a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:42,157 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:03:42,158 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4312c39d-1bfe-410b-86c9-34d16450da4f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4312c39d-1bfe-410b-86c9-34d16450da4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:43,212 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:03:43,212 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7c9a912-3720-480f-9b9d-888fc83b0ba9', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7c9a912-3720-480f-9b9d-888fc83b0ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:44,272 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.052s 2021-10-27 16:03:44,273 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f1789a1-9ae8-4ef1-95bc-9ed2ebdcc89c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f1789a1-9ae8-4ef1-95bc-9ed2ebdcc89c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:45,322 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:45,322 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596ed5f3-ca4c-4f26-8003-b0d1fb64397d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596ed5f3-ca4c-4f26-8003-b0d1fb64397d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:46,376 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:46,376 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb78d8f6-60dc-4236-9187-881fc1830124', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb78d8f6-60dc-4236-9187-881fc1830124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:47,430 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:03:47,430 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f6efea4-4ebf-4521-b549-c5c3cde50c1a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f6efea4-4ebf-4521-b549-c5c3cde50c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:48,517 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.078s 2021-10-27 16:03:48,518 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e610c9be-e0bb-4f67-90e5-e2a021473aaf', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e610c9be-e0bb-4f67-90e5-e2a021473aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:49,569 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:03:49,570 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caad4e66-f0fb-4325-b722-9d12517dd524', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caad4e66-f0fb-4325-b722-9d12517dd524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:50,622 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:03:50,623 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2487b3a4-972a-4d3d-a281-cdc281f4852f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2487b3a4-972a-4d3d-a281-cdc281f4852f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:51,680 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.048s 2021-10-27 16:03:51,680 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3981ad5-fcb8-4e28-a9d4-9e19842ed720', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3981ad5-fcb8-4e28-a9d4-9e19842ed720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:52,728 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:03:52,728 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00333fcb-a674-44e9-8f5d-9cd80701f7bb', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00333fcb-a674-44e9-8f5d-9cd80701f7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:53,779 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:03:53,780 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e2e0db-0da3-493b-bdec-d598e9e78dd4', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e2e0db-0da3-493b-bdec-d598e9e78dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:54,833 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:03:54,834 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-073a8214-bef7-4fbb-abf1-b0673692bbad', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-073a8214-bef7-4fbb-abf1-b0673692bbad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:55,883 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:55,884 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a2defa-9ead-4774-b0df-1d337a9be562', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a2defa-9ead-4774-b0df-1d337a9be562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:56,946 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.054s 2021-10-27 16:03:56,946 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73eefc68-8742-49e7-88d7-8291ed0149d0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73eefc68-8742-49e7-88d7-8291ed0149d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:57,998 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:03:57,999 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c58d8dda-6f12-44f5-a349-78c65ad6beed', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c58d8dda-6f12-44f5-a349-78c65ad6beed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:03:59,050 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:03:59,050 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7bcc394-74d4-48b7-873b-44263f6ea30f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7bcc394-74d4-48b7-873b-44263f6ea30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:00,100 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:04:00,100 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29a75d16-e938-45e4-b526-d7730d4eb83c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29a75d16-e938-45e4-b526-d7730d4eb83c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:01,149 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:04:01,149 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1fafc9a-2ddb-4715-8ddb-c089d244a96d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1fafc9a-2ddb-4715-8ddb-c089d244a96d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:02,198 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:04:02,198 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64065bb6-7ee7-48d3-90a4-929871290824', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64065bb6-7ee7-48d3-90a4-929871290824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:03,253 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:04:03,254 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cef0c56c-5edd-460b-98f1-8c7b95b97cf2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cef0c56c-5edd-460b-98f1-8c7b95b97cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:04,305 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:04:04,305 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbcfd4e7-f5cc-42a7-af71-b457fd36ba90', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbcfd4e7-f5cc-42a7-af71-b457fd36ba90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:05,383 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.070s 2021-10-27 16:04:05,384 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5be16542-9d1c-47c5-8705-8a3c834fdd8c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5be16542-9d1c-47c5-8705-8a3c834fdd8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:06,439 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:04:06,440 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96e3a4c2-2d46-441a-a8f9-25b0bc3ae7be', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e3a4c2-2d46-441a-a8f9-25b0bc3ae7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:07,492 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:04:07,492 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad955f8f-4ae2-408e-81c7-e7861533ae70', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad955f8f-4ae2-408e-81c7-e7861533ae70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:08,541 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:04:08,541 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dcfbf53-14a7-45ec-8219-402cdd65c79e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dcfbf53-14a7-45ec-8219-402cdd65c79e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:09,597 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:04:09,597 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc934d9a-af47-4a94-abb1-4cd83de6efa5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc934d9a-af47-4a94-abb1-4cd83de6efa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:10,648 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:04:10,649 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b4b66f-66e9-4166-af29-b5aa2c78f74b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b4b66f-66e9-4166-af29-b5aa2c78f74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:11,707 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:04:11,707 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8df45ff2-2747-4c51-9cca-ce39fbbc64e2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8df45ff2-2747-4c51-9cca-ce39fbbc64e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:12,762 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:04:12,762 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-494c925b-943d-46e4-9743-febe5e22b49a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-494c925b-943d-46e4-9743-febe5e22b49a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:13,819 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.048s 2021-10-27 16:04:13,819 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9a3163-7500-4216-9d5b-7b57fc3e5658', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9a3163-7500-4216-9d5b-7b57fc3e5658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:14,872 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:04:14,873 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7b38c3d-7e04-4f23-9e12-b640d688d954', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7b38c3d-7e04-4f23-9e12-b640d688d954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:15,929 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:04:15,930 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ba3dd8d-9c47-4302-b4ff-1aa591f52059', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ba3dd8d-9c47-4302-b4ff-1aa591f52059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:16,983 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:04:16,983 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f76acfc-be22-4348-86d8-de9c72ee11e3', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f76acfc-be22-4348-86d8-de9c72ee11e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:18,104 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.112s 2021-10-27 16:04:18,104 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2f9ba59-d6ee-4561-bc5d-6fa27ea959c9', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2f9ba59-d6ee-4561-bc5d-6fa27ea959c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:19,157 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:04:19,157 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30da03cc-1d3f-4a68-9b85-d7a4bf4a0c11', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30da03cc-1d3f-4a68-9b85-d7a4bf4a0c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:20,219 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.051s 2021-10-27 16:04:20,219 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838c47cf-d898-4835-b890-e2bc2d7e64ed', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838c47cf-d898-4835-b890-e2bc2d7e64ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:21,278 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:04:21,279 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab058181-e62c-4f89-86e9-6c3a89f9fa8a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab058181-e62c-4f89-86e9-6c3a89f9fa8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:22,336 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.048s 2021-10-27 16:04:22,337 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a10498-f5ae-4523-92f0-93ad3d5887a8', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a10498-f5ae-4523-92f0-93ad3d5887a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:23,390 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:04:23,391 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda9e930-20ec-4723-8de2-10514934d1f6', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda9e930-20ec-4723-8de2-10514934d1f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:24,446 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:04:24,446 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9920144-7c7a-4720-89a9-c671d319bc4f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9920144-7c7a-4720-89a9-c671d319bc4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:25,503 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:04:25,504 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f98b33-cd3d-4080-b5b0-215c47d5850c', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f98b33-cd3d-4080-b5b0-215c47d5850c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:26,560 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:04:26,560 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a779aedf-a43f-4bb1-88be-5931a499fa8a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a779aedf-a43f-4bb1-88be-5931a499fa8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:27,617 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:04:27,618 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b72576d-2dd2-44f6-b5a9-257553a46a62', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b72576d-2dd2-44f6-b5a9-257553a46a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:28,672 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:04:28,672 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0e7c90a-3b4e-486b-892d-5447e9125c8a', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0e7c90a-3b4e-486b-892d-5447e9125c8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:29,730 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:04:29,731 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c70df593-cc72-4669-a23e-60b988ab4e5b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c70df593-cc72-4669-a23e-60b988ab4e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:30,784 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:04:30,784 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d50134a-3546-44d6-9565-f5eb9ae933e5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d50134a-3546-44d6-9565-f5eb9ae933e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:31,841 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.048s 2021-10-27 16:04:31,841 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-390dd238-6c3b-4f3a-90ee-a169389853e9', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-390dd238-6c3b-4f3a-90ee-a169389853e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:32,909 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.055s 2021-10-27 16:04:32,910 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6b5016-8303-4e1d-a8f3-1f24b1148c72', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6b5016-8303-4e1d-a8f3-1f24b1148c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:33,971 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.050s 2021-10-27 16:04:33,971 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-386270b5-0fe9-4526-a710-f700b1123c37', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-386270b5-0fe9-4526-a710-f700b1123c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:35,026 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:04:35,027 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e501b80-9875-451b-bce1-7c10ca042257', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e501b80-9875-451b-bce1-7c10ca042257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:36,076 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:04:36,077 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5f94e00-6a9d-4486-987d-a7cca3c4ae0d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5f94e00-6a9d-4486-987d-a7cca3c4ae0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:37,130 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:04:37,131 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff0734e-1f64-407c-9dda-06db38640b8f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff0734e-1f64-407c-9dda-06db38640b8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:38,188 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.049s 2021-10-27 16:04:38,188 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18cda773-4b38-41d7-935e-eda295ebb33e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18cda773-4b38-41d7-935e-eda295ebb33e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:39,241 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:04:39,241 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1a86a80-f0cc-4b97-9235-053a33a274c2', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1a86a80-f0cc-4b97-9235-053a33a274c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:40,294 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:04:40,294 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da27b21-9034-4524-88d7-9b6db40ee782', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da27b21-9034-4524-88d7-9b6db40ee782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:41,346 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:04:41,346 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f339f8-3cbd-4b51-81df-9e0c42f58da6', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f339f8-3cbd-4b51-81df-9e0c42f58da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:42,398 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:04:42,398 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee7e817-3481-46e4-9c68-2474db7d0b35', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee7e817-3481-46e4-9c68-2474db7d0b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:43,450 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:04:43,451 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65537490-85bf-45c7-abbe-a8444dcf147b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65537490-85bf-45c7-abbe-a8444dcf147b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:44,502 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:04:44,502 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be6a962-ac42-4737-a4cd-8471b6fae9f5', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be6a962-ac42-4737-a4cd-8471b6fae9f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:45,554 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:04:45,554 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e436f334-b99e-4292-8959-ea94ca27ff0b', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e436f334-b99e-4292-8959-ea94ca27ff0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:46,604 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:04:46,604 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6db6f04-1aa4-4603-b5af-a5dee666c864', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6db6f04-1aa4-4603-b5af-a5dee666c864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:47,654 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:04:47,655 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbdc91e2-01a2-4144-b641-3054249a58b9', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbdc91e2-01a2-4144-b641-3054249a58b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:48,704 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:04:48,705 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb83e968-5a7e-45ee-83db-afd4da760f0e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb83e968-5a7e-45ee-83db-afd4da760f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:49,758 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:04:49,758 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da66496-1c1a-41ac-995a-41708a650306', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da66496-1c1a-41ac-995a-41708a650306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:50,806 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:04:50,806 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7422bb83-8065-406f-8cda-4701ccd7db05', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7422bb83-8065-406f-8cda-4701ccd7db05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:51,855 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:04:51,855 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45fe1dbe-9be8-4049-9773-1eb14536b283', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45fe1dbe-9be8-4049-9773-1eb14536b283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:52,907 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:04:52,908 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42bb7569-33b4-4945-9a03-074bc3405242', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42bb7569-33b4-4945-9a03-074bc3405242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:53,962 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:04:53,962 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98dd6c0f-7de5-4932-aeea-6d31d37272ca', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98dd6c0f-7de5-4932-aeea-6d31d37272ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:55,016 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:04:55,016 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2222df8-eaff-408b-949e-a367921f5445', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2222df8-eaff-408b-949e-a367921f5445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:56,073 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.048s 2021-10-27 16:04:56,074 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5dab1ef-e3b6-4fa6-a73f-be1b51e244a3', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5dab1ef-e3b6-4fa6-a73f-be1b51e244a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:57,135 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.053s 2021-10-27 16:04:57,136 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c399e6ba-a166-4a8f-9580-83da4c47a4ed', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c399e6ba-a166-4a8f-9580-83da4c47a4ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:58,212 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.069s 2021-10-27 16:04:58,212 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b286174-83d2-41e6-8443-0dce6d6c0dca', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b286174-83d2-41e6-8443-0dce6d6c0dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:04:59,266 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:04:59,266 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c4edc7-24df-4cec-8a85-8a6060172c50', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c4edc7-24df-4cec-8a85-8a6060172c50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:00,322 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.046s 2021-10-27 16:05:00,322 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f4b3056-5181-4342-b90d-fe1820e8061e', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f4b3056-5181-4342-b90d-fe1820e8061e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:01,373 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:05:01,374 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2548603-86d0-497e-aa91-f543b07e9933', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2548603-86d0-497e-aa91-f543b07e9933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:02,424 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:05:02,424 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90133d90-8b06-45a2-a97b-ae6f316fdc8f', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90133d90-8b06-45a2-a97b-ae6f316fdc8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:03,474 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:05:03,475 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba1fb858-f2c4-4768-a10c-df38c3bcab6d', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba1fb858-f2c4-4768-a10c-df38c3bcab6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:04,524 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.041s 2021-10-27 16:05:04,525 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97fc074-08b4-4902-abbc-46b2eed9ae88', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97fc074-08b4-4902-abbc-46b2eed9ae88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:05,573 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.040s 2021-10-27 16:05:05,574 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ee7f72-bcfe-49be-897a-7cc7c710bc11', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ee7f72-bcfe-49be-897a-7cc7c710bc11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:06,626 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:05:06,627 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fb6af89-0f7a-427f-af29-f9f219fb8109', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fb6af89-0f7a-427f-af29-f9f219fb8109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:07,681 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:05:07,681 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df5107b-b74f-442d-a430-65e932ad6609', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df5107b-b74f-442d-a430-65e932ad6609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:08,733 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:05:08,733 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7cc581c-ff0c-44f0-b072-ca873b4b3a03', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7cc581c-ff0c-44f0-b072-ca873b4b3a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:09,786 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:05:09,787 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38a8808f-7ef1-4696-91d1-f1e329aa8ed7', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38a8808f-7ef1-4696-91d1-f1e329aa8ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:10,849 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.054s 2021-10-27 16:05:10,849 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3538c6f2-ed1d-4225-976f-0e9ad7025c21', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3538c6f2-ed1d-4225-976f-0e9ad7025c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:11,903 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.045s 2021-10-27 16:05:11,904 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028d0835-c759-427e-afd5-b45e90343a23', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028d0835-c759-427e-afd5-b45e90343a23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:12,960 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.047s 2021-10-27 16:05:12,961 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63081de1-671c-4600-b7e4-40afe8bd9afb', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63081de1-671c-4600-b7e4-40afe8bd9afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:14,012 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:05:14,013 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93c2e3ef-15e8-4b20-8dff-06a2136f2f77', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93c2e3ef-15e8-4b20-8dff-06a2136f2f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:15,064 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.042s 2021-10-27 16:05:15,064 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833d3b39-1ee9-410c-a85f-3fd9869fae51', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833d3b39-1ee9-410c-a85f-3fd9869fae51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:16,130 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.057s 2021-10-27 16:05:16,130 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb678bf-c4dc-4ee4-849d-e11d901fa206', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb678bf-c4dc-4ee4-849d-e11d901fa206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:17,225 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.083s 2021-10-27 16:05:17,226 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7408e4b1-0ad3-4487-adb2-aafe942608f4', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7408e4b1-0ad3-4487-adb2-aafe942608f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:18,281 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.043s 2021-10-27 16:05:18,282 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2ba904-9bbc-414f-a01b-d8880bb74670', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2ba904-9bbc-414f-a01b-d8880bb74670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' 2021-10-27 16:05:19,334 122918 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39 0.044s 2021-10-27 16:05:19,334 122918 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0622e1e4-b56b-45e7-b0a5-5ba754f432ab', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0622e1e4-b56b-45e7-b0a5-5ba754f432ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39'} Body: b'{"volume": {"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:18.000000", "updated_at": "2021-10-27T15:46:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956746429", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/00d7fcab5d3f465793d650f16c6ea8de/volumes/1a159978-aec1-4494-8cf3-0edd45b0ae39"}], "user_id": "96b599f8890b4281a7e311cf37a039e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "attachment_id": "1eff9726-11b9-4417-9044-f46db21b4e46", "volume_id": "1a159978-aec1-4494-8cf3-0edd45b0ae39", "server_id": "62c89161-c119-48b2-839d-712db798ff96", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:45:21.000000"}], "os-vol-tenant-attr:tenant_id": "00d7fcab5d3f465793d650f16c6ea8de"}}' }}} 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 1a159978-aec1-4494-8cf3-0edd45b0ae39 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 1a159978-aec1-4494-8cf3-0edd45b0ae39 failed to detach from server 62c89161-c119-48b2-839d-712db798ff96 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
ft8.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:'': {{{ 2021-10-27 15:42:44,601 122904 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-10-27 15:42:44,602 122904 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-10-27 15:42:46,281 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64/compute/v2.1/os-keypairs 1.679s 2021-10-27 15:42:46,281 122904 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-1925595656"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2316', '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-37f7f6f1-8a4d-43ce-9c45-e88ae2898d62', 'x-compute-request-id': 'req-37f7f6f1-8a4d-43ce-9c45-e88ae2898d62', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAp7IXAmbsrogLoYyeTdY1z9JmaiqSi1GS5HX2vFY0pQNtEh9N\\nnsl3RMtlIvwq6b7aox3epCk1LRaQDcd6aTW4xdmab8XuKg5lOUlD2tJ4DSlemRhz\\nKvKP6sPUyUYXa5nDm5qpsL5c0inO0cnI8cYqWFa22aWX2LCT2HD2Bb1goTRNAJwi\\nhFU5pz7HacJ8dEwHrrj/t6QgC9wvs8L5tHB7WX0+OzxMuOT6fMCmR3WRvg2jHTBi\\ndymrVsNG8tQhxOc64X44KMnhIZ+JbzZjR3SjRoibdxjiOy6Ba+FLAhkCvdQUCsOG\\nptXiLEgcgAk0CDSyYY+v9O2BJQqY8mksk3awtQIDAQABAoIBAGnYMUe12QusGNNF\\noyFz5BEhNr0p08cVnMaQYkSrkJzalbxLf72KYbpNOq+jRB629N7h2oX48HRd+lyI\\nHI5NdyuB1kVYQ6PN5DwNL0PtdhKwmuG8mexwnz/JjQPhNqUWr20GaLaC4KlR9BVb\\n7HYV4uJRESY8q6P8h8SkP9SNnHECQMG/KhKds4ZXOnl4gDJEm/TFRPzARMa5GLwW\\nODnwjUbZRVuXn3CpaSuuEGTYz6bKa3EilcGaMwx/lR5ld6dsXfgwY1A4ehiQtUiR\\nCMfmSI2TqVhhMQ/tMsoeJjJXXvks+gmUVjT9PF1fR37Sw1bwY04O5+nP3R1fyh08\\n/vnmbX0CgYEA3Qh9EBtizx8QXjMOuEKuNP16b7SoAMYyvzuGNAGTq+OMdBui8jlW\\nHVfZ28xL2KwX3wCdl9H81633knznV7E1GZs634mqA06ojNYnUb6eh18PqhgwY95g\\njzn7elwO36xm3RMSY4vauPiOsHg6rXYK14zGH+JWfLDt5LxInDnGR9MCgYEAwjmD\\nRqg/WSwOZb5eAQM9ILGYgx0y9Tm0tNFWgnM7CJyixBcW7Jh+YlOjUF02zZBSmMMD\\n19tuwiDay6zMJ80IKhJOSoN2OSCWBXu6Z0l7LI8jZTzBSOcilGuPKEwxc9jhOpDk\\nvzW4XoCigwidqf3IR9NhlbZdnd3OHyQ3UzF1mFcCgYEAojKEc7lk/NCy1i1pc9Wa\\nuM/5dNeBIXBP9PzdMnSlxNEqVFmjbVSd2NKK0DxOvCUtLzvoaWxyumKy9hAqQ7OK\\nX8wFm9wNoneqQA82s0nKU1RyzkMJ339kJDZMUDIVyBVfNoO0TtBmJK5hJyZTCM9C\\njYKEMQmKpd2/9MYmEl5jHnkCgYBk0j4XG5dmzrvajOt3UxsUMZyd0zZ0nbP0eQaT\\nSQXH/qdvaxz3TGGu4QPR39Fm/BgkPHduQfZIx41MVTLVJlWqoT4K6BsipIu75PJq\\nU3ahNtyE3PjowzLsILl7jbHOFTM1l6lmqJhAVj4GDx7o81hYEJ6DfNsz68Pn3oDp\\nqq8EmQKBgGXzzEn2Mnn1im9kNY/EQa0LWAoomw71J9IrFLOev9p8+pp3KCKdf6We\\nrKY2VotBql6+2Rq7Ie+37ysVT/iHLrwVt8tzkHllFVb0d1rtqOdINAp1I3HBh/du\\n9RJ4DilWoDsahAf3AjyiJC/RRd5ID/YisC80JrhzWPyfdqAXVgKg\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-1925595656", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnshcCZuyuiAuhjJ5N1jXP0mZqKpKLUZLkdfa8VjSlA20SH02eyXdEy2Ui/CrpvtqjHd6kKTUtFpANx3ppNbjF2Zpvxe4qDmU5SUPa0ngNKV6ZGHMq8o/qw9TJRhdrmcObmqmwvlzSKc7RycjxxipYVrbZpZfYsJPYcPYFvWChNE0AnCKEVTmnPsdpwnx0TAeuuP+3pCAL3C+zwvm0cHtZfT47PEy45Pp8wKZHdZG+DaMdMGJ3KatWw0by1CHE5zrhfjgoyeEhn4lvNmNHdKNGiJt3GOI7LoFr4UsCGQK91BQKw4am1eIsSByACTQINLJhj6/07YElCpjyaSyTdrC1 Generated-by-Nova", "fingerprint": "04:0b:00:16:96:c5:90:1d:2a:8f:33:08:d9:e3:b0:0d", "user_id": "ad48647323604612934a420a1accc6e8"}}' 2021-10-27 15:42:46,286 122904 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1925595656 created 2021-10-27 15:42:46,935 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64:9696/v2.0/security-groups 0.648s 2021-10-27 15:42:46,935 122904 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--1564271014", "description": "tempest-description--262223349"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1579', 'x-openstack-request-id': 'req-4467de46-caa4-4ed3-a63a-c03b90b97c79', 'date': 'Wed, 27 Oct 2021 15:42:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "92620dce-92e4-40f6-994b-ad535cd7e3df", "name": "tempest-securitygroup--1564271014", "stateful": true, "tenant_id": "230ec93c7707410da240669b0a3e26a0", "description": "tempest-description--262223349", "security_group_rules": [{"id": "11df326a-4e41-475d-a7bf-444533bfc1d1", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "security_group_id": "92620dce-92e4-40f6-994b-ad535cd7e3df", "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": 101, "description": null, "tags": [], "created_at": "2021-10-27T15:42:46Z", "updated_at": "2021-10-27T15:42:46Z", "revision_number": 0, "project_id": "230ec93c7707410da240669b0a3e26a0"}, {"id": "e24b6644-fc18-474d-b1d5-879f1174b7ba", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "security_group_id": "92620dce-92e4-40f6-994b-ad535cd7e3df", "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": 102, "description": null, "tags": [], "created_at": "2021-10-27T15:42:46Z", "updated_at": "2021-10-27T15:42:46Z", "revision_number": 0, "project_id": "230ec93c7707410da240669b0a3e26a0"}], "tags": [], "created_at": "2021-10-27T15:42:46Z", "updated_at": "2021-10-27T15:42:46Z", "revision_number": 1, "project_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:42:47,495 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.560s 2021-10-27 15:42:47,496 122904 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": "92620dce-92e4-40f6-994b-ad535cd7e3df", "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-8f52e769-36a1-4894-93a0-d98f83f2e742', 'date': 'Wed, 27 Oct 2021 15:42:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "66295d30-2e9a-495d-beb4-3273ac257f36", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "security_group_id": "92620dce-92e4-40f6-994b-ad535cd7e3df", "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": "2021-10-27T15:42:47Z", "updated_at": "2021-10-27T15:42:47Z", "revision_number": 0, "project_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:42:48,469 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.972s 2021-10-27 15:42:48,469 122904 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": "92620dce-92e4-40f6-994b-ad535cd7e3df", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d18677b2-d7c4-4755-b6d8-1e8a9fa27f83', 'date': 'Wed, 27 Oct 2021 15:42:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ca4fb495-518f-4ec3-a572-f34dc6e75b92", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "security_group_id": "92620dce-92e4-40f6-994b-ad535cd7e3df", "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": "2021-10-27T15:42:48Z", "updated_at": "2021-10-27T15:42:48Z", "revision_number": 0, "project_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:42:48,469 122904 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1564271014 created 2021-10-27 15:42:50,551 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64:9696/v2.0/floatingips 2.081s 2021-10-27 15:42:50,551 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-5c64bef3-6ec1-4943-8d13-43a017abee8f', 'date': 'Wed, 27 Oct 2021 15:42:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "28ee249d-494e-436c-a989-bc363cef3aaa", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "floating_ip_address": "172.27.2.204", "floating_network_id": "73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "230ec93c7707410da240669b0a3e26a0", "description": "", "port_details": null, "tags": [], "created_at": "2021-10-27T15:42:49Z", "updated_at": "2021-10-27T15:42:49Z", "revision_number": 0}}' 2021-10-27 15:42:50,552 122904 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '28ee249d-494e-436c-a989-bc363cef3aaa', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'floating_ip_address': '172.27.2.204', 'floating_network_id': '73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '230ec93c7707410da240669b0a3e26a0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T15:42:49Z', 'updated_at': '2021-10-27T15:42:49Z', 'revision_number': 0, 'ip': '172.27.2.204'} created 2021-10-27 15:42:50,690 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.64/identity/v3/auth/tokens 0.133s 2021-10-27 15:42:50,691 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 15:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3409', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8d6e40b1-a816-4a4f-a1b5-a47fb8fffb67', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ad48647323604612934a420a1accc6e8", "name": "tempest-AttachVolumeShelveTestJSON-1144793860-project", "password_expires_at": null}, "audit_ids": ["FsoeRgObQZKtu28o88wB5A"], "expires_at": "2021-10-27T16:42:50.000000Z", "issued_at": "2021-10-27T15:42:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "230ec93c7707410da240669b0a3e26a0", "name": "tempest-AttachVolumeShelveTestJSON-1144793860"}, "is_domain": false, "roles": [{"id": "00c8e00a761741e8819de28543428909", "name": "member"}, {"id": "e9940d740c0a4a0fbd94317893e5a802", "name": "reader"}], "catalog": [{"endpoints": [{"id": "b4db8dd0269c46829e2e76649ccb1e04", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0", "region": "RegionOne"}], "id": "21dbf5bfa1a8477c9ca79538352abfa1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ab514574bfb64ba59465e6bf62841582", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:9696/", "region": "RegionOne"}], "id": "3948e8a9abbd48c09e79056f91c5316a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "aca524351fcd44da92153bdaac2f449f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/image", "region": "RegionOne"}], "id": "4f00820f53644b6991510da7823af60c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "42a8b0527ee74f2f9403c9948b829245", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/placement", "region": "RegionOne"}], "id": "7152b137e2904bfd957884923990ea32", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fddd0e8011684747a31e59b5aa7e3ea4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2/230ec93c7707410da240669b0a3e26a0", "region": "RegionOne"}], "id": "822d203071214249a7a83ef440835e3b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4076637689554721974547285f58af92", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:8080/v1/AUTH_230ec93c7707410da240669b0a3e26a0", "region": "RegionOne"}, {"id": "a8d9bf22601c449e8b7a535d6d7276b2", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64:8080", "region": "RegionOne"}], "id": "8eff8e680a3c4406a065e6ecae5ba648", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "5d278f2ce716420e83193b40478b88ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2.1", "region": "RegionOne"}], "id": "ae9206745322423494edaa6a9e505642", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "1c8b9a49532b415298d4eee11f124d62", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}, {"id": "a2dc863a7c404207be9af45713d1f344", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}], "id": "d772d57bc3f94330ac63f753ce96888e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0da17f2b324b43fc8f9e453e0bbf5512", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0", "region": "RegionOne"}], "id": "ee642b2f9a8249c39d263d9d81a655f1", "type": "volumev3", "name": "cinderv3"}]}}' 2021-10-27 15:42:50,691 122904 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '8d1899d8-4d9e-4203-b7a3-8e2aac0591d6', 'name': 'tempest-AttachVolumeShelveTestJSON-2072730133-network', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '230ec93c7707410da240669b0a3e26a0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 1122, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T15:42:31Z', 'updated_at': '2021-10-27T15:42:31Z', 'revision_number': 1} available for tenant 2021-10-27 15:42:50,692 122904 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAp7IXAmbsrogLoYyeTdY1z9JmaiqSi1GS5HX2vFY0pQNtEh9N\nnsl3RMtlIvwq6b7aox3epCk1LRaQDcd6aTW4xdmab8XuKg5lOUlD2tJ4DSlemRhz\nKvKP6sPUyUYXa5nDm5qpsL5c0inO0cnI8cYqWFa22aWX2LCT2HD2Bb1goTRNAJwi\nhFU5pz7HacJ8dEwHrrj/t6QgC9wvs8L5tHB7WX0+OzxMuOT6fMCmR3WRvg2jHTBi\ndymrVsNG8tQhxOc64X44KMnhIZ+JbzZjR3SjRoibdxjiOy6Ba+FLAhkCvdQUCsOG\nptXiLEgcgAk0CDSyYY+v9O2BJQqY8mksk3awtQIDAQABAoIBAGnYMUe12QusGNNF\noyFz5BEhNr0p08cVnMaQYkSrkJzalbxLf72KYbpNOq+jRB629N7h2oX48HRd+lyI\nHI5NdyuB1kVYQ6PN5DwNL0PtdhKwmuG8mexwnz/JjQPhNqUWr20GaLaC4KlR9BVb\n7HYV4uJRESY8q6P8h8SkP9SNnHECQMG/KhKds4ZXOnl4gDJEm/TFRPzARMa5GLwW\nODnwjUbZRVuXn3CpaSuuEGTYz6bKa3EilcGaMwx/lR5ld6dsXfgwY1A4ehiQtUiR\nCMfmSI2TqVhhMQ/tMsoeJjJXXvks+gmUVjT9PF1fR37Sw1bwY04O5+nP3R1fyh08\n/vnmbX0CgYEA3Qh9EBtizx8QXjMOuEKuNP16b7SoAMYyvzuGNAGTq+OMdBui8jlW\nHVfZ28xL2KwX3wCdl9H81633knznV7E1GZs634mqA06ojNYnUb6eh18PqhgwY95g\njzn7elwO36xm3RMSY4vauPiOsHg6rXYK14zGH+JWfLDt5LxInDnGR9MCgYEAwjmD\nRqg/WSwOZb5eAQM9ILGYgx0y9Tm0tNFWgnM7CJyixBcW7Jh+YlOjUF02zZBSmMMD\n19tuwiDay6zMJ80IKhJOSoN2OSCWBXu6Z0l7LI8jZTzBSOcilGuPKEwxc9jhOpDk\nvzW4XoCigwidqf3IR9NhlbZdnd3OHyQ3UzF1mFcCgYEAojKEc7lk/NCy1i1pc9Wa\nuM/5dNeBIXBP9PzdMnSlxNEqVFmjbVSd2NKK0DxOvCUtLzvoaWxyumKy9hAqQ7OK\nX8wFm9wNoneqQA82s0nKU1RyzkMJ339kJDZMUDIVyBVfNoO0TtBmJK5hJyZTCM9C\njYKEMQmKpd2/9MYmEl5jHnkCgYBk0j4XG5dmzrvajOt3UxsUMZyd0zZ0nbP0eQaT\nSQXH/qdvaxz3TGGu4QPR39Fm/BgkPHduQfZIx41MVTLVJlWqoT4K6BsipIu75PJq\nU3ahNtyE3PjowzLsILl7jbHOFTM1l6lmqJhAVj4GDx7o81hYEJ6DfNsz68Pn3oDp\nqq8EmQKBgGXzzEn2Mnn1im9kNY/EQa0LWAoomw71J9IrFLOev9p8+pp3KCKdf6We\nrKY2VotBql6+2Rq7Ie+37ysVT/iHLrwVt8tzkHllFVb0d1rtqOdINAp1I3HBh/du\n9RJ4DilWoDsahAf3AjyiJC/RRd5ID/YisC80JrhzWPyfdqAXVgKg\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-1925595656', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnshcCZuyuiAuhjJ5N1jXP0mZqKpKLUZLkdfa8VjSlA20SH02eyXdEy2Ui/CrpvtqjHd6kKTUtFpANx3ppNbjF2Zpvxe4qDmU5SUPa0ngNKV6ZGHMq8o/qw9TJRhdrmcObmqmwvlzSKc7RycjxxipYVrbZpZfYsJPYcPYFvWChNE0AnCKEVTmnPsdpwnx0TAeuuP+3pCAL3C+zwvm0cHtZfT47PEy45Pp8wKZHdZG+DaMdMGJ3KatWw0by1CHE5zrhfjgoyeEhn4lvNmNHdKNGiJt3GOI7LoFr4UsCGQK91BQKw4am1eIsSByACTQINLJhj6/07YElCpjyaSyTdrC1 Generated-by-Nova', 'fingerprint': '04:0b:00:16:96:c5:90:1d:2a:8f:33:08:d9:e3:b0:0d', 'user_id': 'ad48647323604612934a420a1accc6e8'}, 'security_group': {'id': '92620dce-92e4-40f6-994b-ad535cd7e3df', 'name': 'tempest-securitygroup--1564271014', 'stateful': True, 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'description': 'tempest-description--262223349', 'security_group_rules': [{'id': '11df326a-4e41-475d-a7bf-444533bfc1d1', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'security_group_id': '92620dce-92e4-40f6-994b-ad535cd7e3df', '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': 101, 'description': None, 'tags': [], 'created_at': '2021-10-27T15:42:46Z', 'updated_at': '2021-10-27T15:42:46Z', 'revision_number': 0, 'project_id': '230ec93c7707410da240669b0a3e26a0'}, {'id': 'e24b6644-fc18-474d-b1d5-879f1174b7ba', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'security_group_id': '92620dce-92e4-40f6-994b-ad535cd7e3df', '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': 102, 'description': None, 'tags': [], 'created_at': '2021-10-27T15:42:46Z', 'updated_at': '2021-10-27T15:42:46Z', 'revision_number': 0, 'project_id': '230ec93c7707410da240669b0a3e26a0'}], 'tags': [], 'created_at': '2021-10-27T15:42:46Z', 'updated_at': '2021-10-27T15:42:46Z', 'revision_number': 1, 'project_id': '230ec93c7707410da240669b0a3e26a0'}, 'floating_ip': {'id': '28ee249d-494e-436c-a989-bc363cef3aaa', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'floating_ip_address': '172.27.2.204', 'floating_network_id': '73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '230ec93c7707410da240669b0a3e26a0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T15:42:49Z', 'updated_at': '2021-10-27T15:42:49Z', 'revision_number': 0, 'ip': '172.27.2.204'}} 2021-10-27 15:42:53,192 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.64/compute/v2.1/servers 2.499s 2021-10-27 15:42:53,192 122904 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-1215724564", "imageRef": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "8d1899d8-4d9e-4203-b7a3-8e2aac0591d6"}], "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "key_name": "tempest-keypair-1925595656", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672', '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-3f74e9b0-ffcc-4666-ac0a-de0571b97158', 'x-compute-request-id': 'req-3f74e9b0-ffcc-4666-ac0a-de0571b97158', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/servers'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "adminPass": "password"}}' 2021-10-27 15:42:53,969 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.775s 2021-10-27 15:42:53,970 122904 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': 'Wed, 27 Oct 2021 15:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', '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-03dccd56-e686-4c7e-abb2-977fb430fb0b', 'x-compute-request-id': 'req-03dccd56-e686-4c7e-abb2-977fb430fb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:42:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1925595656", "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}}' 2021-10-27 15:42:55,187 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.206s 2021-10-27 15:42:55,187 122904 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': 'Wed, 27 Oct 2021 15:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', '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-f60caa1b-6531-4e53-92cb-2e69c327d2a6', 'x-compute-request-id': 'req-f60caa1b-6531-4e53-92cb-2e69c327d2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:42:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "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}}' 2021-10-27 15:42:55,196 122904 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2021-10-27 15:42:56,395 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.197s 2021-10-27 15:42:56,395 122904 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': 'Wed, 27 Oct 2021 15:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', '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-f8f5b82a-a2a7-43ae-8fa6-19aff78ff396', 'x-compute-request-id': 'req-f8f5b82a-a2a7-43ae-8fa6-19aff78ff396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:42:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "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}}' 2021-10-27 15:42:57,652 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.248s 2021-10-27 15:42:57,652 122904 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': 'Wed, 27 Oct 2021 15:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1334', '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-522fe9d4-b767-4cc8-9ecf-09fc63d43d23', 'x-compute-request-id': 'req-522fe9d4-b767-4cc8-9ecf-09fc63d43d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:42:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "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}}' 2021-10-27 15:42:59,104 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.441s 2021-10-27 15:42:59,104 122904 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': 'Wed, 27 Oct 2021 15:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1334', '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-2e639f83-6cb2-4ae6-bf7c-16048bdea9d8', 'x-compute-request-id': 'req-2e639f83-6cb2-4ae6-bf7c-16048bdea9d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:42:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "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}}' 2021-10-27 15:43:00,220 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.105s 2021-10-27 15:43:00,220 122904 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': 'Wed, 27 Oct 2021 15:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1334', '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-1b387f9c-2203-4eb3-9916-ac91bb2e6853', 'x-compute-request-id': 'req-1b387f9c-2203-4eb3-9916-ac91bb2e6853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:42:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "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}}' 2021-10-27 15:43:01,958 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.728s 2021-10-27 15:43:01,958 122904 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': 'Wed, 27 Oct 2021 15:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', '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-0173d92c-5734-4767-8df7-8cc2687d81ca', 'x-compute-request-id': 'req-0173d92c-5734-4767-8df7-8cc2687d81ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "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}}' 2021-10-27 15:43:01,967 122904 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 8 second wait 2021-10-27 15:43:03,811 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.843s 2021-10-27 15:43:03,811 122904 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': 'Wed, 27 Oct 2021 15:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-0775f490-2e3c-46d7-9de9-cd903ce1c562', 'x-compute-request-id': 'req-0775f490-2e3c-46d7-9de9-cd903ce1c562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:05,165 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.344s 2021-10-27 15:43:05,166 122904 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': 'Wed, 27 Oct 2021 15:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-d51df920-70ff-4b22-8648-061e694aca44', 'x-compute-request-id': 'req-d51df920-70ff-4b22-8648-061e694aca44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:06,754 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.579s 2021-10-27 15:43:06,754 122904 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': 'Wed, 27 Oct 2021 15:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-c7a63f3c-ed60-45ba-bb3d-c7ef043f47fd', 'x-compute-request-id': 'req-c7a63f3c-ed60-45ba-bb3d-c7ef043f47fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:07,962 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.198s 2021-10-27 15:43:07,962 122904 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': 'Wed, 27 Oct 2021 15:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-16f158cf-5bd5-40a1-ab6d-e48dd4e70bd0', 'x-compute-request-id': 'req-16f158cf-5bd5-40a1-ab6d-e48dd4e70bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:09,136 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.164s 2021-10-27 15:43:09,137 122904 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': 'Wed, 27 Oct 2021 15:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-8595e968-585b-4b20-8314-1fa673017e54', 'x-compute-request-id': 'req-8595e968-585b-4b20-8314-1fa673017e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:11,046 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.900s 2021-10-27 15:43:11,046 122904 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': 'Wed, 27 Oct 2021 15:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-3179ff45-a136-45ff-a6ea-3b2562693c6e', 'x-compute-request-id': 'req-3179ff45-a136-45ff-a6ea-3b2562693c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:12,382 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.326s 2021-10-27 15:43:12,382 122904 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': 'Wed, 27 Oct 2021 15:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-1d1fbeba-49d0-4503-9957-0a44be436f5e', 'x-compute-request-id': 'req-1d1fbeba-49d0-4503-9957-0a44be436f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:13,571 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.180s 2021-10-27 15:43:13,572 122904 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': 'Wed, 27 Oct 2021 15:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-4f142961-6be4-427f-9191-47d051975386', 'x-compute-request-id': 'req-4f142961-6be4-427f-9191-47d051975386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:14,769 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.188s 2021-10-27 15:43:14,769 122904 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': 'Wed, 27 Oct 2021 15:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-494d1751-e304-46c7-8cfa-441855c5147d', 'x-compute-request-id': 'req-494d1751-e304-46c7-8cfa-441855c5147d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:16,074 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.296s 2021-10-27 15:43:16,075 122904 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': 'Wed, 27 Oct 2021 15:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-03dd1714-c93a-4b89-a56e-ef38c83757fa', 'x-compute-request-id': 'req-03dd1714-c93a-4b89-a56e-ef38c83757fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:17,341 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.255s 2021-10-27 15:43:17,341 122904 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': 'Wed, 27 Oct 2021 15:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-c3b7170c-52f5-45a0-8169-8adf377997f5', 'x-compute-request-id': 'req-c3b7170c-52f5-45a0-8169-8adf377997f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:18,780 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.429s 2021-10-27 15:43:18,781 122904 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': 'Wed, 27 Oct 2021 15:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-00d4011c-222d-4eed-bfe1-266a2804346a', 'x-compute-request-id': 'req-00d4011c-222d-4eed-bfe1-266a2804346a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:19,954 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.164s 2021-10-27 15:43:19,955 122904 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': 'Wed, 27 Oct 2021 15:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-8efc4739-b41a-418a-a5e0-94a184b3d7ce', 'x-compute-request-id': 'req-8efc4739-b41a-418a-a5e0-94a184b3d7ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:21,119 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:43:21,120 122904 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': 'Wed, 27 Oct 2021 15:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-0d2fb452-9ef1-4495-aab4-ff6ec4231425', 'x-compute-request-id': 'req-0d2fb452-9ef1-4495-aab4-ff6ec4231425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:22,877 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.748s 2021-10-27 15:43:22,878 122904 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': 'Wed, 27 Oct 2021 15:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', '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-d98527c2-3818-48ce-9d66-9edcc44c9f17', 'x-compute-request-id': 'req-d98527c2-3818-48ce-9d66-9edcc44c9f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:43:23Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "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}}' 2021-10-27 15:43:22,887 122904 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 29 second wait 2021-10-27 15:43:23,158 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-interface 0.268s 2021-10-27 15:43:23,158 122904 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': 'Wed, 27 Oct 2021 15:43:22 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-1f892bd9-faa4-4aab-b4bd-b5f945d64d5a', 'x-compute-request-id': 'req-1f892bd9-faa4-4aab-b4bd-b5f945d64d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8d1899d8-4d9e-4203-b7a3-8e2aac0591d6", "port_id": "c9ac335c-5a25-416c-803f-ac2f3d462176", "mac_addr": "fa:16:3e:11:5d:d6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f6132528-88f0-4c57-89b0-80a75197fb96", "ip_address": "172.20.0.5"}]}]}' 2021-10-27 15:43:24,984 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.64:9696/v2.0/floatingips/28ee249d-494e-436c-a989-bc363cef3aaa 1.822s 2021-10-27 15:43:24,984 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "c9ac335c-5a25-416c-803f-ac2f3d462176"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-a54ff4e2-dacb-4a41-9031-00c5eab061d6', 'date': 'Wed, 27 Oct 2021 15:43:24 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64:9696/v2.0/floatingips/28ee249d-494e-436c-a989-bc363cef3aaa'} Body: b'{"floatingip": {"id": "28ee249d-494e-436c-a989-bc363cef3aaa", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "floating_ip_address": "172.27.2.204", "floating_network_id": "73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3", "router_id": "222adc1b-69c7-491e-9c79-3e20d4340db8", "port_id": "c9ac335c-5a25-416c-803f-ac2f3d462176", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8d1899d8-4d9e-4203-b7a3-8e2aac0591d6", "mac_address": "fa:16:3e:11:5d:d6", "admin_state_up": true, "status": "ACTIVE", "device_id": "a115c672-012e-4e45-b5c9-4427e7b66672", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-10-27T15:42:49Z", "updated_at": "2021-10-27T15:43:23Z", "revision_number": 1, "project_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:43:25,241 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.256s 2021-10-27 15:43:25,241 122904 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': 'Wed, 27 Oct 2021 15:43:24 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-607133dd-c322-43fe-8789-cfac8b07aa8e', 'x-compute-request-id': 'req-607133dd-c322-43fe-8789-cfac8b07aa8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:26,387 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.143s 2021-10-27 15:43:26,387 122904 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': 'Wed, 27 Oct 2021 15:43:26 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-131c7f7d-9814-4eeb-b4f2-bc0d943ded17', 'x-compute-request-id': 'req-131c7f7d-9814-4eeb-b4f2-bc0d943ded17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:27,546 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.156s 2021-10-27 15:43:27,547 122904 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': 'Wed, 27 Oct 2021 15:43:27 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-9cc224da-99d8-4f5a-aec0-d9aaec22c680', 'x-compute-request-id': 'req-9cc224da-99d8-4f5a-aec0-d9aaec22c680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:28,664 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.114s 2021-10-27 15:43:28,664 122904 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': 'Wed, 27 Oct 2021 15:43:28 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-5b07607a-6a55-44de-8cfb-949a72dc84b0', 'x-compute-request-id': 'req-5b07607a-6a55-44de-8cfb-949a72dc84b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:29,770 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.103s 2021-10-27 15:43:29,770 122904 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': 'Wed, 27 Oct 2021 15:43:29 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-34a02f04-3288-489a-8114-a7fe70b84ff1', 'x-compute-request-id': 'req-34a02f04-3288-489a-8114-a7fe70b84ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:30,974 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.201s 2021-10-27 15:43:30,974 122904 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': 'Wed, 27 Oct 2021 15:43:30 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-fb50f8ba-4566-4f02-ac03-685c1dcc87e1', 'x-compute-request-id': 'req-fb50f8ba-4566-4f02-ac03-685c1dcc87e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:32,104 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.127s 2021-10-27 15:43:32,105 122904 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': 'Wed, 27 Oct 2021 15:43:31 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-2c1a67e8-ee37-470f-9576-fce8b1bdb2fd', 'x-compute-request-id': 'req-2c1a67e8-ee37-470f-9576-fce8b1bdb2fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:33,207 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.101s 2021-10-27 15:43:33,208 122904 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': 'Wed, 27 Oct 2021 15:43:33 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-cbce8a27-0e05-4a9b-bb5d-31ad01b9f4aa', 'x-compute-request-id': 'req-cbce8a27-0e05-4a9b-bb5d-31ad01b9f4aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:34,321 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.111s 2021-10-27 15:43:34,322 122904 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': 'Wed, 27 Oct 2021 15:43:34 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-f305d5d5-c390-4226-9310-83f6c30e6970', 'x-compute-request-id': 'req-f305d5d5-c390-4226-9310-83f6c30e6970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:35,497 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.174s 2021-10-27 15:43:35,498 122904 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': 'Wed, 27 Oct 2021 15:43:35 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-962af2c6-4518-409c-b14d-3d38ab4da55f', 'x-compute-request-id': 'req-962af2c6-4518-409c-b14d-3d38ab4da55f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:36,691 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.191s 2021-10-27 15:43:36,691 122904 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': 'Wed, 27 Oct 2021 15:43:36 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-dd5fe1a3-e7b4-446d-88bc-8d7dca1644e3', 'x-compute-request-id': 'req-dd5fe1a3-e7b4-446d-88bc-8d7dca1644e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:37,875 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.182s 2021-10-27 15:43:37,876 122904 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': 'Wed, 27 Oct 2021 15:43:37 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-8bd2f9e2-a2f4-4d58-bfe4-0552d184fe0e', 'x-compute-request-id': 'req-8bd2f9e2-a2f4-4d58-bfe4-0552d184fe0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:38,982 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.104s 2021-10-27 15:43:38,982 122904 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': 'Wed, 27 Oct 2021 15:43:38 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-38f7f4ce-8375-4a73-a657-70f752b85e9f', 'x-compute-request-id': 'req-38f7f4ce-8375-4a73-a657-70f752b85e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:40,142 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.157s 2021-10-27 15:43:40,142 122904 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': 'Wed, 27 Oct 2021 15:43:39 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-b5c96793-0b92-4aca-a68a-127a72c5e999', 'x-compute-request-id': 'req-b5c96793-0b92-4aca-a68a-127a72c5e999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:41,298 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.154s 2021-10-27 15:43:41,298 122904 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': 'Wed, 27 Oct 2021 15:43:41 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-00772151-0cb2-43ce-b8e1-80b76f2966f2', 'x-compute-request-id': 'req-00772151-0cb2-43ce-b8e1-80b76f2966f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:42,476 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.175s 2021-10-27 15:43:42,476 122904 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': 'Wed, 27 Oct 2021 15:43:42 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-cf880e27-5409-48a7-a429-84bddaa571e6', 'x-compute-request-id': 'req-cf880e27-5409-48a7-a429-84bddaa571e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:43,601 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.123s 2021-10-27 15:43:43,601 122904 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': 'Wed, 27 Oct 2021 15:43:43 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-fd47ac04-ac32-40a8-8515-0a0e8069559d', 'x-compute-request-id': 'req-fd47ac04-ac32-40a8-8515-0a0e8069559d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:44,754 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.151s 2021-10-27 15:43:44,755 122904 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': 'Wed, 27 Oct 2021 15:43:44 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-0cf09363-0597-4744-b749-d04957e6daa0', 'x-compute-request-id': 'req-0cf09363-0597-4744-b749-d04957e6daa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": ""}' 2021-10-27 15:43:45,867 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.110s 2021-10-27 15:43:45,868 122904 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': 'Wed, 27 Oct 2021 15:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '6451', '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-c336c0f7-407a-42d2-aec3-cf7c29869bd7', 'x-compute-request-id': 'req-c336c0f7-407a-42d2-aec3-cf7c29869bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:43:47,003 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.133s 2021-10-27 15:43:47,004 122904 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': 'Wed, 27 Oct 2021 15:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '10701', '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-c30de0cc-b0f7-492a-9868-a4a8a43fb5a7', 'x-compute-request-id': 'req-c30de0cc-b0f7-492a-9868-a4a8a43fb5a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:43:48,132 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.125s 2021-10-27 15:43:48,133 122904 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': 'Wed, 27 Oct 2021 15:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '15025', '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-02afdb6b-70b4-422a-aba2-1743beaa77ed', 'x-compute-request-id': 'req-02afdb6b-70b4-422a-aba2-1743beaa77ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:43:49,270 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.134s 2021-10-27 15:43:49,271 122904 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': 'Wed, 27 Oct 2021 15:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17602', '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-c0e04b59-34f7-45aa-85a7-c324622a0e8b', 'x-compute-request-id': 'req-c0e04b59-34f7-45aa-85a7-c324622a0e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:43:50,368 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.094s 2021-10-27 15:43:50,368 122904 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': 'Wed, 27 Oct 2021 15:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17602', '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-ef3b9d2e-f295-458c-91fc-ad29bcb2e868', 'x-compute-request-id': 'req-ef3b9d2e-f295-458c-91fc-ad29bcb2e868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:43:51,541 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.170s 2021-10-27 15:43:51,542 122904 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': 'Wed, 27 Oct 2021 15:43:51 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-dca9788d-ef22-4c63-9f8e-c2d3bde59cda', 'x-compute-request-id': 'req-dca9788d-ef22-4c63-9f8e-c2d3bde59cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:43:55,737 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 3.191s 2021-10-27 15:43:55,738 122904 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': 'Wed, 27 Oct 2021 15:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23591', '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-5e2d45a1-1bb7-49b1-b318-7d6313ba5d8e', 'x-compute-request-id': 'req-5e2d45a1-1bb7-49b1-b318-7d6313ba5d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:43:56,931 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.191s 2021-10-27 15:43:56,932 122904 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': 'Wed, 27 Oct 2021 15:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23890', '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-13bda14f-bdcc-4bc3-9e0c-e38a2492c5c0', 'x-compute-request-id': 'req-13bda14f-bdcc-4bc3-9e0c-e38a2492c5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:43:58,049 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.115s 2021-10-27 15:43:58,050 122904 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': 'Wed, 27 Oct 2021 15:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24516', '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-68f020dc-95dd-4521-9a27-8f11a32b53ea', 'x-compute-request-id': 'req-68f020dc-95dd-4521-9a27-8f11a32b53ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:01,772 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 2.719s 2021-10-27 15:44:01,773 122904 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': 'Wed, 27 Oct 2021 15:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26941', '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-0c96baaf-cfbb-4f9c-8ca5-84b0f91e9c0c', 'x-compute-request-id': 'req-0c96baaf-cfbb-4f9c-8ca5-84b0f91e9c0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:06,062 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 3.286s 2021-10-27 15:44:06,063 122904 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': 'Wed, 27 Oct 2021 15:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27806', '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-dd810d34-fdb8-4784-bd8c-aab7f0fe9581', 'x-compute-request-id': 'req-dd810d34-fdb8-4784-bd8c-aab7f0fe9581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:07,244 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.178s 2021-10-27 15:44:07,245 122904 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': 'Wed, 27 Oct 2021 15:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27982', '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-dd5be970-b82e-4591-bf6f-f68a8204f66d', 'x-compute-request-id': 'req-dd5be970-b82e-4591-bf6f-f68a8204f66d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:08,371 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.123s 2021-10-27 15:44:08,372 122904 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': 'Wed, 27 Oct 2021 15:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28164', '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-b836da7f-0bd7-4116-9470-09ddf9ddec96', 'x-compute-request-id': 'req-b836da7f-0bd7-4116-9470-09ddf9ddec96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:09,494 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.119s 2021-10-27 15:44:09,495 122904 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': 'Wed, 27 Oct 2021 15:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28164', '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-b2051391-c004-44b8-a995-ffab87206ea3', 'x-compute-request-id': 'req-b2051391-c004-44b8-a995-ffab87206ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:10,604 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.106s 2021-10-27 15:44:10,605 122904 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': 'Wed, 27 Oct 2021 15:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28164', '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-182908f1-3190-4a0b-a531-f77c9be583f1', 'x-compute-request-id': 'req-182908f1-3190-4a0b-a531-f77c9be583f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:14,105 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 2.498s 2021-10-27 15:44:14,106 122904 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': 'Wed, 27 Oct 2021 15:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28164', '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-5ad68880-a0b6-43b5-ad17-b2233029393a', 'x-compute-request-id': 'req-5ad68880-a0b6-43b5-ad17-b2233029393a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:15,229 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.119s 2021-10-27 15:44:15,229 122904 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': 'Wed, 27 Oct 2021 15:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28164', '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-905f949b-ea01-404e-97b3-f9ca8478c8dd', 'x-compute-request-id': 'req-905f949b-ea01-404e-97b3-f9ca8478c8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:16,370 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.139s 2021-10-27 15:44:16,371 122904 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': 'Wed, 27 Oct 2021 15:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28356', '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-612de818-bd50-4b34-bc69-4c6c71ed0be0', 'x-compute-request-id': 'req-612de818-bd50-4b34-bc69-4c6c71ed0be0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:20,353 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 2.978s 2021-10-27 15:44:20,354 122904 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': 'Wed, 27 Oct 2021 15:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28453', '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-bf3c78aa-1abe-4542-9780-02903715c296', 'x-compute-request-id': 'req-bf3c78aa-1abe-4542-9780-02903715c296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:21,462 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.106s 2021-10-27 15:44:21,462 122904 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': 'Wed, 27 Oct 2021 15:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28453', '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-7f10003a-d4fb-4ca2-a218-6b8f1a638094', 'x-compute-request-id': 'req-7f10003a-d4fb-4ca2-a218-6b8f1a638094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:26,081 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 3.616s 2021-10-27 15:44:26,082 122904 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': 'Wed, 27 Oct 2021 15:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-88902efb-2d0d-48a8-ab89-d5fa4b1629cd', 'x-compute-request-id': 'req-88902efb-2d0d-48a8-ab89-d5fa4b1629cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:27,236 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.152s 2021-10-27 15:44:27,237 122904 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': 'Wed, 27 Oct 2021 15:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-740ab960-ab1b-4ca8-81bd-91b0adaa024d', 'x-compute-request-id': 'req-740ab960-ab1b-4ca8-81bd-91b0adaa024d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:28,390 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.149s 2021-10-27 15:44:28,391 122904 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': 'Wed, 27 Oct 2021 15:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-81aa0a39-acb2-4d7c-96ee-3ebf3df025ec', 'x-compute-request-id': 'req-81aa0a39-acb2-4d7c-96ee-3ebf3df025ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:29,509 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.116s 2021-10-27 15:44:29,510 122904 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': 'Wed, 27 Oct 2021 15:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-19ab3264-0d31-4123-b52e-326a9a15c619', 'x-compute-request-id': 'req-19ab3264-0d31-4123-b52e-326a9a15c619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:30,657 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.145s 2021-10-27 15:44:30,658 122904 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': 'Wed, 27 Oct 2021 15:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-35bf4edd-6b84-407e-85fe-9f1f14d6553f', 'x-compute-request-id': 'req-35bf4edd-6b84-407e-85fe-9f1f14d6553f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:34,164 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 2.502s 2021-10-27 15:44:34,164 122904 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': 'Wed, 27 Oct 2021 15:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-35b866d2-5809-420a-98ee-f8239223e87c', 'x-compute-request-id': 'req-35b866d2-5809-420a-98ee-f8239223e87c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:35,305 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.138s 2021-10-27 15:44:35,306 122904 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': 'Wed, 27 Oct 2021 15:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-f4a13b8c-9472-4e18-9815-ee848b8c6134', 'x-compute-request-id': 'req-f4a13b8c-9472-4e18-9815-ee848b8c6134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:36,437 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.128s 2021-10-27 15:44:36,438 122904 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': 'Wed, 27 Oct 2021 15:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-917999bf-dad4-412d-b2bd-ba4fd202dc15', 'x-compute-request-id': 'req-917999bf-dad4-412d-b2bd-ba4fd202dc15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:37,589 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.147s 2021-10-27 15:44:37,589 122904 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': 'Wed, 27 Oct 2021 15:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-65bad433-1641-456a-b25a-80fbaf8966e9', 'x-compute-request-id': 'req-65bad433-1641-456a-b25a-80fbaf8966e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:38,698 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.106s 2021-10-27 15:44:38,699 122904 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': 'Wed, 27 Oct 2021 15:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-045de6cd-466a-4803-b2f2-6712622764bb', 'x-compute-request-id': 'req-045de6cd-466a-4803-b2f2-6712622764bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:39,859 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.158s 2021-10-27 15:44:39,860 122904 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': 'Wed, 27 Oct 2021 15:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28707', '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-d2293009-3495-437b-9bad-905a602f1e54', 'x-compute-request-id': 'req-d2293009-3495-437b-9bad-905a602f1e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:41,008 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.146s 2021-10-27 15:44:41,009 122904 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': 'Wed, 27 Oct 2021 15:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28844', '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-91a429ec-aadf-40f6-a3c7-fd6f6f50be64', 'x-compute-request-id': 'req-91a429ec-aadf-40f6-a3c7-fd6f6f50be64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:42,319 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.308s 2021-10-27 15:44:42,320 122904 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': 'Wed, 27 Oct 2021 15:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '29450', '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-a1ad1e70-047d-4355-b17d-eb9bdc1cd2fe', 'x-compute-request-id': 'req-a1ad1e70-047d-4355-b17d-eb9bdc1cd2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:43,528 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.205s 2021-10-27 15:44:43,529 122904 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': 'Wed, 27 Oct 2021 15:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30676', '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-ae1f8ac7-dcd0-46a5-8905-89896e8b007a', 'x-compute-request-id': 'req-ae1f8ac7-dcd0-46a5-8905-89896e8b007a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:44,699 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.167s 2021-10-27 15:44:44,699 122904 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': 'Wed, 27 Oct 2021 15:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31169', '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-a27d888c-a55c-4bd5-8ced-8e3425744d22', 'x-compute-request-id': 'req-a27d888c-a55c-4bd5-8ced-8e3425744d22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:45,972 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.270s 2021-10-27 15:44:45,973 122904 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': 'Wed, 27 Oct 2021 15:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31687', '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-5253246f-3345-443c-8360-17a2c0e18cc0', 'x-compute-request-id': 'req-5253246f-3345-443c-8360-17a2c0e18cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:47,170 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.192s 2021-10-27 15:44:47,170 122904 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': 'Wed, 27 Oct 2021 15:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32113', '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-5a7aa6b5-40d9-4d6d-ad81-98abbbbf0b20', 'x-compute-request-id': 'req-5a7aa6b5-40d9-4d6d-ad81-98abbbbf0b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:48,321 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.148s 2021-10-27 15:44:48,322 122904 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': 'Wed, 27 Oct 2021 15:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32729', '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-27ce0f45-6de4-455a-85b0-77b48b0a8fd2', 'x-compute-request-id': 'req-27ce0f45-6de4-455a-85b0-77b48b0a8fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:49,652 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.328s 2021-10-27 15:44:49,653 122904 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': 'Wed, 27 Oct 2021 15:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33249', '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-2bffd323-94ea-429d-b730-12d0493046a2', 'x-compute-request-id': 'req-2bffd323-94ea-429d-b730-12d0493046a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:50,853 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.197s 2021-10-27 15:44:50,854 122904 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': 'Wed, 27 Oct 2021 15:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33643', '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-7ac525d9-ef93-4482-9f92-28406a00453d', 'x-compute-request-id': 'req-7ac525d9-ef93-4482-9f92-28406a00453d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:52,114 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.258s 2021-10-27 15:44:52,115 122904 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': 'Wed, 27 Oct 2021 15:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33974', '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-10ea1621-636c-4d84-a17b-3d43e08fa864', 'x-compute-request-id': 'req-10ea1621-636c-4d84-a17b-3d43e08fa864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:57,264 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 4.145s 2021-10-27 15:44:57,264 122904 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': 'Wed, 27 Oct 2021 15:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36038', '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-86a421a7-123a-4001-af72-ffd974d87426', 'x-compute-request-id': 'req-86a421a7-123a-4001-af72-ffd974d87426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:44:58,398 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.130s 2021-10-27 15:44:58,398 122904 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': 'Wed, 27 Oct 2021 15:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36509', '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-632dd2e1-9f9e-48d3-aab6-32f463fe2cc5', 'x-compute-request-id': 'req-632dd2e1-9f9e-48d3-aab6-32f463fe2cc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:45:02,598 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 3.197s 2021-10-27 15:45:02,599 122904 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': 'Wed, 27 Oct 2021 15:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38156', '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-48f203de-35da-458a-bc21-96e6b202e6ca', 'x-compute-request-id': 'req-48f203de-35da-458a-bc21-96e6b202e6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:45:03,711 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.109s 2021-10-27 15:45:03,712 122904 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': 'Wed, 27 Oct 2021 15:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38156', '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-b48ef4c1-887a-4171-a45e-604af8841407', 'x-compute-request-id': 'req-b48ef4c1-887a-4171-a45e-604af8841407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:45:07,479 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 2.764s 2021-10-27 15:45:07,480 122904 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': 'Wed, 27 Oct 2021 15:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38296', '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-d617f56e-031f-404e-a6af-b9274d936867', 'x-compute-request-id': 'req-d617f56e-031f-404e-a6af-b9274d936867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:45:07,754 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/ips 0.272s 2021-10-27 15:45:07,754 122904 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': 'Wed, 27 Oct 2021 15:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '152', '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-8196522e-c554-4a57-8208-2bf8fd849b54', 'x-compute-request-id': 'req-8196522e-c554-4a57-8208-2bf8fd849b54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5"}, {"version": 4, "addr": "172.27.2.204"}]}}' 2021-10-27 15:45:08,003 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes 0.246s 2021-10-27 15:45:08,003 122904 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-930212315"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c922f72-d6a5-4003-829d-5377c937e6e9', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c922f72-d6a5-4003-829d-5377c937e6e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes'} Body: b'{"volume": {"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:07.933413", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-930212315", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 15:45:08,053 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3 0.042s 2021-10-27 15:45:08,053 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7775a27-0b15-40dc-aa5e-eda836ba7b9a', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7775a27-0b15-40dc-aa5e-eda836ba7b9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3'} Body: b'{"volume": {"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:08.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-930212315", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:45:09,122 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3 0.061s 2021-10-27 15:45:09,122 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e9f6b5-c7bd-4ee1-bd53-70723ca87d3b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e9f6b5-c7bd-4ee1-bd53-70723ca87d3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3'} Body: b'{"volume": {"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:08.000000", "updated_at": "2021-10-27T15:45:08.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-930212315", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:45:09,129 122904 INFO [tempest.common.waiters] volume edff6846-9aa2-4888-8ad9-b3c115a453d3 reached available after waiting for 1.129547 seconds 2021-10-27 15:45:09,141 122904 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; grep -c -E [vs]d.$ /proc/partitions 2021-10-27 15:45:09,142 122904 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.204:22' as 'ubuntu' with public key authentication 2021-10-27 15:45:09,234 122904 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 15:45:09,521 122904 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 15:45:09,521 122904 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.204 successfully created 2021-10-27 15:45:10,440 122904 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.204:22' as 'ubuntu' with public key authentication 2021-10-27 15:45:10,474 122904 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 15:45:10,625 122904 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 15:45:10,625 122904 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.204 successfully created 2021-10-27 15:45:10,971 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.345s 2021-10-27 15:45:10,972 122904 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: {"shelve": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', '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-104c388f-830c-41d0-86bf-f1b9fcacc53f', 'x-compute-request-id': 'req-104c388f-830c-41d0-86bf-f1b9fcacc53f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'' 2021-10-27 15:45:11,228 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.255s 2021-10-27 15:45:11,228 122904 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': 'Wed, 27 Oct 2021 15:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-f85a7552-f7eb-44cb-8f0e-39aad98eb1c9', 'x-compute-request-id': 'req-f85a7552-f7eb-44cb-8f0e-39aad98eb1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:12,392 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:45:12,392 122904 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': 'Wed, 27 Oct 2021 15:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-9a93e112-774e-4d6c-91bc-3e16d8527e68', 'x-compute-request-id': 'req-9a93e112-774e-4d6c-91bc-3e16d8527e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:13,555 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:45:13,555 122904 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': 'Wed, 27 Oct 2021 15:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-8d157e98-8b63-44fb-ba14-6f0479a02594', 'x-compute-request-id': 'req-8d157e98-8b63-44fb-ba14-6f0479a02594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:14,787 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.222s 2021-10-27 15:45:14,788 122904 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': 'Wed, 27 Oct 2021 15:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-c122af0e-a39c-4dd4-b130-e4787863a25e', 'x-compute-request-id': 'req-c122af0e-a39c-4dd4-b130-e4787863a25e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:16,065 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.255s 2021-10-27 15:45:16,065 122904 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': 'Wed, 27 Oct 2021 15:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-89fb47b5-0a86-4a3d-8b1d-c905583494a0', 'x-compute-request-id': 'req-89fb47b5-0a86-4a3d-8b1d-c905583494a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:17,359 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.283s 2021-10-27 15:45:17,360 122904 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': 'Wed, 27 Oct 2021 15:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-b259dd3b-c1d9-48f9-80c2-78d134288d19', 'x-compute-request-id': 'req-b259dd3b-c1d9-48f9-80c2-78d134288d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:18,690 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.317s 2021-10-27 15:45:18,691 122904 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': 'Wed, 27 Oct 2021 15:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-702af0ce-509d-42bc-b68a-30943ae6eb4e', 'x-compute-request-id': 'req-702af0ce-509d-42bc-b68a-30943ae6eb4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:19,949 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.248s 2021-10-27 15:45:19,950 122904 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': 'Wed, 27 Oct 2021 15:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-073d848c-2536-4db8-94f7-320d91f5c8a4', 'x-compute-request-id': 'req-073d848c-2536-4db8-94f7-320d91f5c8a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:21,173 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.213s 2021-10-27 15:45:21,174 122904 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': 'Wed, 27 Oct 2021 15:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-e250bf72-6fa9-4fa0-9a6c-9882e3af021b', 'x-compute-request-id': 'req-e250bf72-6fa9-4fa0-9a6c-9882e3af021b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:22,477 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.293s 2021-10-27 15:45:22,477 122904 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': 'Wed, 27 Oct 2021 15:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-94b6ca3e-e6bd-45bf-a6ca-2e32d710407f', 'x-compute-request-id': 'req-94b6ca3e-e6bd-45bf-a6ca-2e32d710407f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:23,703 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.216s 2021-10-27 15:45:23,704 122904 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': 'Wed, 27 Oct 2021 15:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-378628b2-1664-4401-a524-f24321dad690', 'x-compute-request-id': 'req-378628b2-1664-4401-a524-f24321dad690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:24,961 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.245s 2021-10-27 15:45:24,961 122904 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': 'Wed, 27 Oct 2021 15:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-8a8b6c43-f617-4695-91d2-f3d4e5481ce9', 'x-compute-request-id': 'req-8a8b6c43-f617-4695-91d2-f3d4e5481ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:26,242 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.270s 2021-10-27 15:45:26,242 122904 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': 'Wed, 27 Oct 2021 15:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-ed99adf2-a9d6-4354-a126-2c87cf7e13a1', 'x-compute-request-id': 'req-ed99adf2-a9d6-4354-a126-2c87cf7e13a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:27,486 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.234s 2021-10-27 15:45:27,486 122904 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': 'Wed, 27 Oct 2021 15:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-cc7663e7-2f34-43ba-8a7f-1be39fd268fe', 'x-compute-request-id': 'req-cc7663e7-2f34-43ba-8a7f-1be39fd268fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:28,750 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.253s 2021-10-27 15:45:28,751 122904 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': 'Wed, 27 Oct 2021 15:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-bf9e27a2-fe81-4274-8515-790a49bec436', 'x-compute-request-id': 'req-bf9e27a2-fe81-4274-8515-790a49bec436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:29,951 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.190s 2021-10-27 15:45:29,951 122904 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': 'Wed, 27 Oct 2021 15:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-26f80963-b337-4515-9149-4811dd4531ff', 'x-compute-request-id': 'req-26f80963-b337-4515-9149-4811dd4531ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:31,156 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.195s 2021-10-27 15:45:31,156 122904 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': 'Wed, 27 Oct 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-b5c9f3c2-77c5-4e60-b554-9cfb155fcc40', 'x-compute-request-id': 'req-b5c9f3c2-77c5-4e60-b554-9cfb155fcc40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:32,361 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.194s 2021-10-27 15:45:32,361 122904 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': 'Wed, 27 Oct 2021 15:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-62752aba-7056-4e74-9170-637434569bf8', 'x-compute-request-id': 'req-62752aba-7056-4e74-9170-637434569bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:33,532 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.160s 2021-10-27 15:45:33,532 122904 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': 'Wed, 27 Oct 2021 15:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-77935419-aa73-41cd-9975-645aeb70da6d', 'x-compute-request-id': 'req-77935419-aa73-41cd-9975-645aeb70da6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:34,734 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.192s 2021-10-27 15:45:34,734 122904 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': 'Wed, 27 Oct 2021 15:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-251c87db-dfdd-436d-a5aa-464281dca083', 'x-compute-request-id': 'req-251c87db-dfdd-436d-a5aa-464281dca083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:35,968 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.222s 2021-10-27 15:45:35,968 122904 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': 'Wed, 27 Oct 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-e386caa0-6f11-449e-88bc-5efe4ed0f7e5', 'x-compute-request-id': 'req-e386caa0-6f11-449e-88bc-5efe4ed0f7e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:37,147 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.169s 2021-10-27 15:45:37,148 122904 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': 'Wed, 27 Oct 2021 15:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-583e09a5-dc3a-4962-b49c-eb63345fc6dc', 'x-compute-request-id': 'req-583e09a5-dc3a-4962-b49c-eb63345fc6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:38,373 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.216s 2021-10-27 15:45:38,374 122904 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': 'Wed, 27 Oct 2021 15:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-403a17fa-983d-47e6-bf40-d5e969fd163b', 'x-compute-request-id': 'req-403a17fa-983d-47e6-bf40-d5e969fd163b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:39,542 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.157s 2021-10-27 15:45:39,542 122904 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': 'Wed, 27 Oct 2021 15:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-af01c263-a9fe-4a3a-8a93-5961e4617918', 'x-compute-request-id': 'req-af01c263-a9fe-4a3a-8a93-5961e4617918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:40,720 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.169s 2021-10-27 15:45:40,721 122904 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': 'Wed, 27 Oct 2021 15:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-5a4396d9-5393-4689-b099-6b2bd3545180', 'x-compute-request-id': 'req-5a4396d9-5393-4689-b099-6b2bd3545180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:41,882 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:45:41,882 122904 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': 'Wed, 27 Oct 2021 15:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', '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-ef5584a0-8006-48d9-bcc3-c65e663b508c', 'x-compute-request-id': 'req-ef5584a0-8006-48d9-bcc3-c65e663b508c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:43,142 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.250s 2021-10-27 15:45:43,142 122904 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': 'Wed, 27 Oct 2021 15:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', '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-1ac6da5f-f9e2-4745-93cc-4c821a5b5a0d', 'x-compute-request-id': 'req-1ac6da5f-f9e2-4745-93cc-4c821a5b5a0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:43,160 122904 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/shelving_image_pending_upload" after 32 second wait 2021-10-27 15:45:44,351 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.190s 2021-10-27 15:45:44,352 122904 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': 'Wed, 27 Oct 2021 15:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', '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-42dbdd78-1405-4a44-987d-7baf97eba287', 'x-compute-request-id': 'req-42dbdd78-1405-4a44-987d-7baf97eba287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:45,526 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.165s 2021-10-27 15:45:45,526 122904 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': 'Wed, 27 Oct 2021 15:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-fc9f8107-cbfa-45ff-9fd1-4b16a19da5ea', 'x-compute-request-id': 'req-fc9f8107-cbfa-45ff-9fd1-4b16a19da5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:45,535 122904 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_pending_upload" ==> "ACTIVE/shelving_image_uploading" after 34 second wait 2021-10-27 15:45:46,788 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.252s 2021-10-27 15:45:46,788 122904 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': 'Wed, 27 Oct 2021 15:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-fa90e1dc-4869-4626-926c-51426ad68e99', 'x-compute-request-id': 'req-fa90e1dc-4869-4626-926c-51426ad68e99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:47,980 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.181s 2021-10-27 15:45:47,980 122904 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': 'Wed, 27 Oct 2021 15:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-7740eab8-fda0-439a-8fd5-5763c730a902', 'x-compute-request-id': 'req-7740eab8-fda0-439a-8fd5-5763c730a902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:49,258 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.268s 2021-10-27 15:45:49,259 122904 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': 'Wed, 27 Oct 2021 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-551b40af-cf0c-42b8-bd78-793e2718c1d0', 'x-compute-request-id': 'req-551b40af-cf0c-42b8-bd78-793e2718c1d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:50,842 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.574s 2021-10-27 15:45:50,842 122904 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': 'Wed, 27 Oct 2021 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-c0902f4e-62eb-481e-9347-6a6bd78c64ee', 'x-compute-request-id': 'req-c0902f4e-62eb-481e-9347-6a6bd78c64ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:52,198 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.345s 2021-10-27 15:45:52,198 122904 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': 'Wed, 27 Oct 2021 15:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-63f62a23-c4c2-4954-be09-0df09c75ea63', 'x-compute-request-id': 'req-63f62a23-c4c2-4954-be09-0df09c75ea63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:53,503 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.295s 2021-10-27 15:45:53,503 122904 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': 'Wed, 27 Oct 2021 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-6291114e-8971-47d1-9375-ab104045218c', 'x-compute-request-id': 'req-6291114e-8971-47d1-9375-ab104045218c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:54,703 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.190s 2021-10-27 15:45:54,704 122904 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': 'Wed, 27 Oct 2021 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-e5db1dda-d764-40f9-9f56-4408e1aec21a', 'x-compute-request-id': 'req-e5db1dda-d764-40f9-9f56-4408e1aec21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:55,879 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.163s 2021-10-27 15:45:55,879 122904 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': 'Wed, 27 Oct 2021 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-c34951e6-0e9f-4702-a826-87632c4053ea', 'x-compute-request-id': 'req-c34951e6-0e9f-4702-a826-87632c4053ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:57,078 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.188s 2021-10-27 15:45:57,078 122904 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': 'Wed, 27 Oct 2021 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-5aedaed4-b983-4d31-8863-96d665d5cf35', 'x-compute-request-id': 'req-5aedaed4-b983-4d31-8863-96d665d5cf35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:58,340 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.250s 2021-10-27 15:45:58,340 122904 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': 'Wed, 27 Oct 2021 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-e6fe5c9f-5067-4fb4-96c7-4aa625a0cff7', 'x-compute-request-id': 'req-e6fe5c9f-5067-4fb4-96c7-4aa625a0cff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:45:59,568 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.216s 2021-10-27 15:45:59,568 122904 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': 'Wed, 27 Oct 2021 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-29759d11-58bf-4a12-8596-f7c447cf1392', 'x-compute-request-id': 'req-29759d11-58bf-4a12-8596-f7c447cf1392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:46:00,797 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.168s 2021-10-27 15:46:00,797 122904 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': 'Wed, 27 Oct 2021 15:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', '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-ee2c3fe8-8118-4b34-bc15-59632e6abe82', 'x-compute-request-id': 'req-ee2c3fe8-8118-4b34-bc15-59632e6abe82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:45:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:46:01,969 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:46:01,970 122904 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': 'Wed, 27 Oct 2021 15:46:01 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-6ee99113-ae46-44e8-a59a-0b94781be5fc', 'x-compute-request-id': 'req-6ee99113-ae46-44e8-a59a-0b94781be5fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:46:01,980 122904 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_uploading" ==> "SHELVED/shelving_offloading" after 50 second wait 2021-10-27 15:46:03,153 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.172s 2021-10-27 15:46:03,153 122904 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': 'Wed, 27 Oct 2021 15:46:02 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-93eeb353-c1c1-43b9-a568-a44097c8460b', 'x-compute-request-id': 'req-93eeb353-c1c1-43b9-a568-a44097c8460b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:46:04,320 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:46:04,320 122904 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': 'Wed, 27 Oct 2021 15:46:04 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-4101dac4-f0a0-4de3-89ff-923a768df186', 'x-compute-request-id': 'req-4101dac4-f0a0-4de3-89ff-923a768df186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:46:05,503 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.173s 2021-10-27 15:46:05,504 122904 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': 'Wed, 27 Oct 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1666', '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-971b593f-bd27-4dc6-b6e5-2193c5498ddf', 'x-compute-request-id': 'req-971b593f-bd27-4dc6-b6e5-2193c5498ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 15:46:05,514 122904 INFO [tempest.common.waiters] State transition "SHELVED/shelving_offloading" ==> "SHELVED_OFFLOADED/None" after 54 second wait 2021-10-27 15:46:05,985 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments 0.470s 2021-10-27 15:46:05,985 122904 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: {"volumeAttachment": {"volumeId": "edff6846-9aa2-4888-8ad9-b3c115a453d3"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '188', '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-bb58151f-a66d-46c0-b3d8-24692b420b5a', 'x-compute-request-id': 'req-bb58151f-a66d-46c0-b3d8-24692b420b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "serverId": "a115c672-012e-4e45-b5c9-4427e7b66672", "volumeId": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "device": null}}' 2021-10-27 15:46:06,075 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3 0.088s 2021-10-27 15:46:06,075 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11c8f55e-8fd4-4795-8d3b-d72b1bcce5b4', 'content-length': '1180', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11c8f55e-8fd4-4795-8d3b-d72b1bcce5b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3'} Body: b'{"volume": {"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:08.000000", "updated_at": "2021-10-27T15:46:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-930212315", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "attachment_id": "a5c31f10-e82d-4950-916d-3c66ef792b48", "volume_id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "server_id": "a115c672-012e-4e45-b5c9-4427e7b66672", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:46:06,083 122904 INFO [tempest.common.waiters] Attachment a5c31f10-e82d-4950-916d-3c66ef792b48 created for volume edff6846-9aa2-4888-8ad9-b3c115a453d3 to server a115c672-012e-4e45-b5c9-4427e7b66672 after waiting for 1.083329 seconds 2021-10-27 15:46:06,177 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3 0.093s 2021-10-27 15:46:06,177 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f312e8ba-5a97-4073-9218-2d6633bf238c', 'content-length': '1180', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f312e8ba-5a97-4073-9218-2d6633bf238c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3'} Body: b'{"volume": {"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:08.000000", "updated_at": "2021-10-27T15:46:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-930212315", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "attachment_id": "a5c31f10-e82d-4950-916d-3c66ef792b48", "volume_id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "server_id": "a115c672-012e-4e45-b5c9-4427e7b66672", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:46:06,184 122904 INFO [tempest.common.waiters] volume edff6846-9aa2-4888-8ad9-b3c115a453d3 reached in-use after waiting for 0.184643 seconds 2021-10-27 15:46:06,325 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action 0.140s 2021-10-27 15:46:06,326 122904 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: {"unshelve": null} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', '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-ba969e23-2858-4582-b501-3f51fc69b792', 'x-compute-request-id': 'req-ba969e23-2858-4582-b501-3f51fc69b792', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/action'} Body: b'' 2021-10-27 15:46:06,521 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.194s 2021-10-27 15:46:06,521 122904 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': 'Wed, 27 Oct 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', '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-f56ec229-9eae-4e1b-8491-aaea21dcbeac', 'x-compute-request-id': 'req-f56ec229-9eae-4e1b-8491-aaea21dcbeac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:06Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:07,787 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.255s 2021-10-27 15:46:07,787 122904 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': 'Wed, 27 Oct 2021 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', '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-ee7e96bb-ad8c-47af-adb3-263d7e50fbe1', 'x-compute-request-id': 'req-ee7e96bb-ad8c-47af-adb3-263d7e50fbe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:06Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:09,206 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.409s 2021-10-27 15:46:09,207 122904 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': 'Wed, 27 Oct 2021 15:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-1e15f8f1-07ac-4efa-b363-85c35686b52f', 'x-compute-request-id': 'req-1e15f8f1-07ac-4efa-b363-85c35686b52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:09,216 122904 INFO [tempest.common.waiters] State transition "SHELVED_OFFLOADED/unshelving" ==> "SHELVED_OFFLOADED/spawning" after 3 second wait 2021-10-27 15:46:10,494 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.276s 2021-10-27 15:46:10,494 122904 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': 'Wed, 27 Oct 2021 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-2964d160-f11a-4709-b409-247181e35326', 'x-compute-request-id': 'req-2964d160-f11a-4709-b409-247181e35326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:11,689 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.185s 2021-10-27 15:46:11,690 122904 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': 'Wed, 27 Oct 2021 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-8458b244-0254-462a-b317-db3c53928ff3', 'x-compute-request-id': 'req-8458b244-0254-462a-b317-db3c53928ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:12,866 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.166s 2021-10-27 15:46:12,866 122904 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': 'Wed, 27 Oct 2021 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-d5366084-ee28-4b33-a846-47c8f2a81a18', 'x-compute-request-id': 'req-d5366084-ee28-4b33-a846-47c8f2a81a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:14,049 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.173s 2021-10-27 15:46:14,049 122904 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': 'Wed, 27 Oct 2021 15:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-8938035a-2125-44b5-a86e-b2b9b5d62cd8', 'x-compute-request-id': 'req-8938035a-2125-44b5-a86e-b2b9b5d62cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:15,224 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.164s 2021-10-27 15:46:15,224 122904 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': 'Wed, 27 Oct 2021 15:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-3a1973db-7808-4e1d-94bf-7fdca37328c0', 'x-compute-request-id': 'req-3a1973db-7808-4e1d-94bf-7fdca37328c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:16,384 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:46:16,385 122904 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': 'Wed, 27 Oct 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-a56c75a4-836f-4c28-be35-087e56fd4581', 'x-compute-request-id': 'req-a56c75a4-836f-4c28-be35-087e56fd4581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:17,546 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:46:17,547 122904 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': 'Wed, 27 Oct 2021 15:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-51a01849-72ea-4264-a25c-f9157d9a6227', 'x-compute-request-id': 'req-51a01849-72ea-4264-a25c-f9157d9a6227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:18,708 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:46:18,708 122904 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': 'Wed, 27 Oct 2021 15:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-e938c32b-7c5b-4691-84ee-ee697ccd094f', 'x-compute-request-id': 'req-e938c32b-7c5b-4691-84ee-ee697ccd094f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:19,873 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:46:19,873 122904 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': 'Wed, 27 Oct 2021 15:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-cdba1282-c936-4b74-afb6-256a97db0270', 'x-compute-request-id': 'req-cdba1282-c936-4b74-afb6-256a97db0270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:21,034 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:46:21,034 122904 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': 'Wed, 27 Oct 2021 15:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-cdf48291-b55e-466d-a7a9-ba10c0d071e9', 'x-compute-request-id': 'req-cdf48291-b55e-466d-a7a9-ba10c0d071e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:22,194 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:46:22,194 122904 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': 'Wed, 27 Oct 2021 15:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-e547fb8b-99da-4cd8-8aab-e83164d7eedb', 'x-compute-request-id': 'req-e547fb8b-99da-4cd8-8aab-e83164d7eedb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:23,362 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:46:23,362 122904 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': 'Wed, 27 Oct 2021 15:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-d9874d08-1e4c-4221-8e68-1dc51b1ce2cd', 'x-compute-request-id': 'req-d9874d08-1e4c-4221-8e68-1dc51b1ce2cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:24,523 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:46:24,523 122904 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': 'Wed, 27 Oct 2021 15:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-ffe814ab-ad62-40c0-b174-4f4532f675d3', 'x-compute-request-id': 'req-ffe814ab-ad62-40c0-b174-4f4532f675d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:25,681 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:46:25,682 122904 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': 'Wed, 27 Oct 2021 15:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-0224bb87-7e9f-4f8c-b283-7ec14169bc5f', 'x-compute-request-id': 'req-0224bb87-7e9f-4f8c-b283-7ec14169bc5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:26,861 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.169s 2021-10-27 15:46:26,861 122904 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': 'Wed, 27 Oct 2021 15:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-94805810-8f49-4491-a9c1-8c48bec6eabe', 'x-compute-request-id': 'req-94805810-8f49-4491-a9c1-8c48bec6eabe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:28,022 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:46:28,023 122904 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': 'Wed, 27 Oct 2021 15:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-1489d87c-30f2-485c-a063-c1d06e9dc001', 'x-compute-request-id': 'req-1489d87c-30f2-485c-a063-c1d06e9dc001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:29,184 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:46:29,184 122904 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': 'Wed, 27 Oct 2021 15:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-8e3637ff-c718-49d5-a3a0-23b4c2533695', 'x-compute-request-id': 'req-8e3637ff-c718-49d5-a3a0-23b4c2533695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:30,346 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:46:30,346 122904 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': 'Wed, 27 Oct 2021 15:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-54c5f2ec-fb1d-4379-a08c-a8372082723e', 'x-compute-request-id': 'req-54c5f2ec-fb1d-4379-a08c-a8372082723e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:31,505 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:46:31,506 122904 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': 'Wed, 27 Oct 2021 15:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-0e23cdb2-f2c1-4610-85cb-977a745be9ef', 'x-compute-request-id': 'req-0e23cdb2-f2c1-4610-85cb-977a745be9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:32,663 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:46:32,664 122904 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': 'Wed, 27 Oct 2021 15:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-a72a3a8a-9a29-4b8e-8c62-bc773f5c55e6', 'x-compute-request-id': 'req-a72a3a8a-9a29-4b8e-8c62-bc773f5c55e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:33,826 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:46:33,827 122904 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': 'Wed, 27 Oct 2021 15:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-b46e7c79-e389-4443-9230-cc7cc5865683', 'x-compute-request-id': 'req-b46e7c79-e389-4443-9230-cc7cc5865683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:34,989 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:46:34,989 122904 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': 'Wed, 27 Oct 2021 15:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-ee0d635e-8ac4-4c6f-b765-74fe463f358e', 'x-compute-request-id': 'req-ee0d635e-8ac4-4c6f-b765-74fe463f358e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:36,152 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:46:36,152 122904 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': 'Wed, 27 Oct 2021 15:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-4f5f9dde-9cf0-4109-bdb6-add9f3d3385b', 'x-compute-request-id': 'req-4f5f9dde-9cf0-4109-bdb6-add9f3d3385b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:37,329 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.166s 2021-10-27 15:46:37,329 122904 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': 'Wed, 27 Oct 2021 15:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-b3f952b2-ac92-4d72-b134-169414cdc79a', 'x-compute-request-id': 'req-b3f952b2-ac92-4d72-b134-169414cdc79a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:38,492 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:46:38,492 122904 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': 'Wed, 27 Oct 2021 15:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-2a434243-755b-4f12-9889-94000eb520fb', 'x-compute-request-id': 'req-2a434243-755b-4f12-9889-94000eb520fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:39,655 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:46:39,656 122904 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': 'Wed, 27 Oct 2021 15:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-54e20c73-4c3a-4d3f-93ac-9b2cb518ef75', 'x-compute-request-id': 'req-54e20c73-4c3a-4d3f-93ac-9b2cb518ef75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:40,824 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:46:40,824 122904 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': 'Wed, 27 Oct 2021 15:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-174833d9-3372-49b6-b2ab-3e50ca50e379', 'x-compute-request-id': 'req-174833d9-3372-49b6-b2ab-3e50ca50e379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:41,989 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:46:41,990 122904 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': 'Wed, 27 Oct 2021 15:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-60e130ea-4b01-4144-904e-b27a1b7bc618', 'x-compute-request-id': 'req-60e130ea-4b01-4144-904e-b27a1b7bc618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:43,148 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:46:43,149 122904 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': 'Wed, 27 Oct 2021 15:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-0681f9ba-1e6b-4a08-9c39-91e7a0b07e71', 'x-compute-request-id': 'req-0681f9ba-1e6b-4a08-9c39-91e7a0b07e71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:44,344 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.185s 2021-10-27 15:46:44,344 122904 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': 'Wed, 27 Oct 2021 15:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-b9a4243d-feca-4efb-b720-f034332b9e8a', 'x-compute-request-id': 'req-b9a4243d-feca-4efb-b720-f034332b9e8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:45,521 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.166s 2021-10-27 15:46:45,521 122904 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': 'Wed, 27 Oct 2021 15:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-76f0bb32-65ee-4712-a979-23aed2011417', 'x-compute-request-id': 'req-76f0bb32-65ee-4712-a979-23aed2011417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:46,704 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.173s 2021-10-27 15:46:46,704 122904 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': 'Wed, 27 Oct 2021 15:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-e4b1bd1e-ffdd-4529-8c6e-90e2bd067ccf', 'x-compute-request-id': 'req-e4b1bd1e-ffdd-4529-8c6e-90e2bd067ccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:47,888 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.173s 2021-10-27 15:46:47,888 122904 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': 'Wed, 27 Oct 2021 15:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-7a685c97-dcf0-4b6d-af9a-e6a8f63ee915', 'x-compute-request-id': 'req-7a685c97-dcf0-4b6d-af9a-e6a8f63ee915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:49,108 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.210s 2021-10-27 15:46:49,108 122904 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': 'Wed, 27 Oct 2021 15:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-667cb721-55f5-4581-8b35-c600b122ed9d', 'x-compute-request-id': 'req-667cb721-55f5-4581-8b35-c600b122ed9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:50,268 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:46:50,268 122904 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': 'Wed, 27 Oct 2021 15:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-4358ef14-e8a7-47e7-8049-dd18096bf586', 'x-compute-request-id': 'req-4358ef14-e8a7-47e7-8049-dd18096bf586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:51,429 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:46:51,429 122904 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': 'Wed, 27 Oct 2021 15:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-9f1b0952-f809-42a9-a5c0-b2fc9b0d7f6e', 'x-compute-request-id': 'req-9f1b0952-f809-42a9-a5c0-b2fc9b0d7f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:52,591 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:46:52,592 122904 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': 'Wed, 27 Oct 2021 15:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-6fff3b0e-1279-4559-ba9d-c8a0f86fb618', 'x-compute-request-id': 'req-6fff3b0e-1279-4559-ba9d-c8a0f86fb618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:53,749 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:46:53,749 122904 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': 'Wed, 27 Oct 2021 15:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-24656ead-29e0-4ec4-8fd7-bcdf7f10bde1', 'x-compute-request-id': 'req-24656ead-29e0-4ec4-8fd7-bcdf7f10bde1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:54,915 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:46:54,915 122904 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': 'Wed, 27 Oct 2021 15:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-b728054c-9827-4755-927f-b2984467ad13', 'x-compute-request-id': 'req-b728054c-9827-4755-927f-b2984467ad13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:56,074 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:46:56,074 122904 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': 'Wed, 27 Oct 2021 15:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-14b89279-6b36-4886-ae34-a164653b1de2', 'x-compute-request-id': 'req-14b89279-6b36-4886-ae34-a164653b1de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:57,239 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:46:57,239 122904 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': 'Wed, 27 Oct 2021 15:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-f766e894-2bc6-47eb-96a4-3f803d7df54f', 'x-compute-request-id': 'req-f766e894-2bc6-47eb-96a4-3f803d7df54f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:58,406 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.157s 2021-10-27 15:46:58,407 122904 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': 'Wed, 27 Oct 2021 15:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-d92b32f0-7dcd-4183-9405-dfe578f35c88', 'x-compute-request-id': 'req-d92b32f0-7dcd-4183-9405-dfe578f35c88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:46:59,571 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:46:59,571 122904 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': 'Wed, 27 Oct 2021 15:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-bdb45dd0-6867-497a-b212-60b763e33364', 'x-compute-request-id': 'req-bdb45dd0-6867-497a-b212-60b763e33364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:00,732 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:47:00,733 122904 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': 'Wed, 27 Oct 2021 15:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-d4b19294-3bf3-4f98-9a96-b5932aec0fc4', 'x-compute-request-id': 'req-d4b19294-3bf3-4f98-9a96-b5932aec0fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:01,895 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:47:01,896 122904 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': 'Wed, 27 Oct 2021 15:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-e03dc880-80c7-4201-bdb8-f61bfd5ff608', 'x-compute-request-id': 'req-e03dc880-80c7-4201-bdb8-f61bfd5ff608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:03,051 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:47:03,051 122904 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': 'Wed, 27 Oct 2021 15:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-da944777-c835-4dde-8528-89dc5b711e9d', 'x-compute-request-id': 'req-da944777-c835-4dde-8528-89dc5b711e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:04,210 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:47:04,210 122904 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': 'Wed, 27 Oct 2021 15:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-3c3bb56f-6f39-4b54-9197-3320f43978bd', 'x-compute-request-id': 'req-3c3bb56f-6f39-4b54-9197-3320f43978bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:05,371 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:47:05,371 122904 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': 'Wed, 27 Oct 2021 15:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-c19b91f2-36b3-4e3d-bc74-7740599ac9d0', 'x-compute-request-id': 'req-c19b91f2-36b3-4e3d-bc74-7740599ac9d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:06,536 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:47:06,536 122904 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': 'Wed, 27 Oct 2021 15:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-de760f06-f507-4de4-83fa-c5e1af1d45ad', 'x-compute-request-id': 'req-de760f06-f507-4de4-83fa-c5e1af1d45ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:07,707 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.161s 2021-10-27 15:47:07,707 122904 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': 'Wed, 27 Oct 2021 15:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-da5974fc-c07b-450d-a611-b062c04d9f5a', 'x-compute-request-id': 'req-da5974fc-c07b-450d-a611-b062c04d9f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:08,869 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:47:08,869 122904 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': 'Wed, 27 Oct 2021 15:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-2bcfd93c-150c-4bc2-afe6-63c75a51d65f', 'x-compute-request-id': 'req-2bcfd93c-150c-4bc2-afe6-63c75a51d65f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:10,039 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.159s 2021-10-27 15:47:10,039 122904 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': 'Wed, 27 Oct 2021 15:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-b77ef344-c7e4-4cb2-b654-a60e4c6c00da', 'x-compute-request-id': 'req-b77ef344-c7e4-4cb2-b654-a60e4c6c00da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:11,201 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:47:11,201 122904 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': 'Wed, 27 Oct 2021 15:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-fe667690-426b-4106-a643-9b54d3dd1a88', 'x-compute-request-id': 'req-fe667690-426b-4106-a643-9b54d3dd1a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:12,360 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:47:12,360 122904 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': 'Wed, 27 Oct 2021 15:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-7e8adfb8-7462-439c-a8e7-a7cd288c458c', 'x-compute-request-id': 'req-7e8adfb8-7462-439c-a8e7-a7cd288c458c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:13,528 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:47:13,528 122904 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': 'Wed, 27 Oct 2021 15:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-766053dd-abf9-4052-9521-167c58bf06fd', 'x-compute-request-id': 'req-766053dd-abf9-4052-9521-167c58bf06fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:14,697 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:47:14,698 122904 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': 'Wed, 27 Oct 2021 15:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-3584ef0b-00d5-440a-b232-59794a19cadd', 'x-compute-request-id': 'req-3584ef0b-00d5-440a-b232-59794a19cadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:15,945 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.237s 2021-10-27 15:47:15,945 122904 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': 'Wed, 27 Oct 2021 15:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-845fcc34-4776-4e5f-b67e-835363049d95', 'x-compute-request-id': 'req-845fcc34-4776-4e5f-b67e-835363049d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:17,117 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.161s 2021-10-27 15:47:17,117 122904 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': 'Wed, 27 Oct 2021 15:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-b60ad9a6-0317-4087-b8f2-707ddc9a1353', 'x-compute-request-id': 'req-b60ad9a6-0317-4087-b8f2-707ddc9a1353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:18,274 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:47:18,274 122904 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': 'Wed, 27 Oct 2021 15:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-54ca5bdd-ffbd-4f54-8f74-a43e462c7d19', 'x-compute-request-id': 'req-54ca5bdd-ffbd-4f54-8f74-a43e462c7d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:19,430 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:47:19,431 122904 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': 'Wed, 27 Oct 2021 15:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-a4e288ca-20f8-4e01-bb89-bcbf8945029a', 'x-compute-request-id': 'req-a4e288ca-20f8-4e01-bb89-bcbf8945029a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:20,594 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:47:20,594 122904 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': 'Wed, 27 Oct 2021 15:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-456754e5-ae71-40c6-a083-6ad10307370c', 'x-compute-request-id': 'req-456754e5-ae71-40c6-a083-6ad10307370c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:21,750 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:47:21,750 122904 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': 'Wed, 27 Oct 2021 15:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-e984ee8e-3b8a-43d2-9ecd-c32d5694609b', 'x-compute-request-id': 'req-e984ee8e-3b8a-43d2-9ecd-c32d5694609b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:22,904 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.144s 2021-10-27 15:47:22,905 122904 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': 'Wed, 27 Oct 2021 15:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-7161bb8d-82fd-431c-8720-a1e23071921d', 'x-compute-request-id': 'req-7161bb8d-82fd-431c-8720-a1e23071921d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:24,065 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:47:24,065 122904 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': 'Wed, 27 Oct 2021 15:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-72ea0b10-37e0-42a2-8ae5-09d2daeeaecb', 'x-compute-request-id': 'req-72ea0b10-37e0-42a2-8ae5-09d2daeeaecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:25,226 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:47:25,227 122904 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': 'Wed, 27 Oct 2021 15:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-bd022986-ae7e-4278-84c7-483b381578fe', 'x-compute-request-id': 'req-bd022986-ae7e-4278-84c7-483b381578fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:26,385 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:47:26,385 122904 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': 'Wed, 27 Oct 2021 15:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-e273ec69-1bc9-44f9-9546-c8299e3955a1', 'x-compute-request-id': 'req-e273ec69-1bc9-44f9-9546-c8299e3955a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:27,546 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:47:27,547 122904 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': 'Wed, 27 Oct 2021 15:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-5683154d-cefa-4757-8b84-f68efae79205', 'x-compute-request-id': 'req-5683154d-cefa-4757-8b84-f68efae79205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:28,704 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:47:28,704 122904 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': 'Wed, 27 Oct 2021 15:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-92dfab8e-131c-4a92-a0aa-27f9d1a8af9c', 'x-compute-request-id': 'req-92dfab8e-131c-4a92-a0aa-27f9d1a8af9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:29,860 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:47:29,860 122904 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': 'Wed, 27 Oct 2021 15:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-87ed9aec-4a19-49f7-8c5e-e0b9ea4648df', 'x-compute-request-id': 'req-87ed9aec-4a19-49f7-8c5e-e0b9ea4648df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:31,025 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:47:31,025 122904 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': 'Wed, 27 Oct 2021 15:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-7e5a2df7-065a-484e-b301-056bcd732c23', 'x-compute-request-id': 'req-7e5a2df7-065a-484e-b301-056bcd732c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:32,183 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:47:32,183 122904 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': 'Wed, 27 Oct 2021 15:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-64f1cf34-e369-4099-b460-2d2b483ccade', 'x-compute-request-id': 'req-64f1cf34-e369-4099-b460-2d2b483ccade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:33,339 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:47:33,339 122904 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': 'Wed, 27 Oct 2021 15:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-93d63fa3-9133-4828-9b25-07c2d2bc9c33', 'x-compute-request-id': 'req-93d63fa3-9133-4828-9b25-07c2d2bc9c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:34,502 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:47:34,503 122904 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': 'Wed, 27 Oct 2021 15:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-185e8125-3f7f-4d50-b295-7dc5931d7ec5', 'x-compute-request-id': 'req-185e8125-3f7f-4d50-b295-7dc5931d7ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:35,765 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.253s 2021-10-27 15:47:35,766 122904 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': 'Wed, 27 Oct 2021 15:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-8d7697e8-e24d-4196-afc2-118dfee7e0c6', 'x-compute-request-id': 'req-8d7697e8-e24d-4196-afc2-118dfee7e0c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:36,926 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:47:36,926 122904 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': 'Wed, 27 Oct 2021 15:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-10f87b59-8847-49b5-b33b-275231eb4f58', 'x-compute-request-id': 'req-10f87b59-8847-49b5-b33b-275231eb4f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:38,091 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:47:38,092 122904 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': 'Wed, 27 Oct 2021 15:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-3f9a2f97-0139-4e8b-b4bb-b2016f3808b2', 'x-compute-request-id': 'req-3f9a2f97-0139-4e8b-b4bb-b2016f3808b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:39,254 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:47:39,255 122904 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': 'Wed, 27 Oct 2021 15:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-0d02cf0b-5315-408a-b9ca-25a663394b79', 'x-compute-request-id': 'req-0d02cf0b-5315-408a-b9ca-25a663394b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:40,416 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:47:40,416 122904 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': 'Wed, 27 Oct 2021 15:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-85de02c7-f9f2-4797-88d4-45b00050b87f', 'x-compute-request-id': 'req-85de02c7-f9f2-4797-88d4-45b00050b87f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:41,574 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:47:41,575 122904 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': 'Wed, 27 Oct 2021 15:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-4f885053-cdc7-41ce-9d6d-047ffaebe0e9', 'x-compute-request-id': 'req-4f885053-cdc7-41ce-9d6d-047ffaebe0e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:42,734 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:47:42,734 122904 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': 'Wed, 27 Oct 2021 15:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-b9e5de8b-2aeb-4f4d-b846-d1802155c12b', 'x-compute-request-id': 'req-b9e5de8b-2aeb-4f4d-b846-d1802155c12b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:44,071 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.326s 2021-10-27 15:47:44,071 122904 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': 'Wed, 27 Oct 2021 15:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-f23fe65b-45dd-49b1-a85c-8d5d965cb041', 'x-compute-request-id': 'req-f23fe65b-45dd-49b1-a85c-8d5d965cb041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:45,236 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:47:45,236 122904 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': 'Wed, 27 Oct 2021 15:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-dc81a523-cb05-452c-a1e3-59e51ba8da4c', 'x-compute-request-id': 'req-dc81a523-cb05-452c-a1e3-59e51ba8da4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:46,416 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.171s 2021-10-27 15:47:46,417 122904 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': 'Wed, 27 Oct 2021 15:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-66f6a54c-b59f-4a0c-9f59-94edd3c26cc1', 'x-compute-request-id': 'req-66f6a54c-b59f-4a0c-9f59-94edd3c26cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:47,577 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:47:47,578 122904 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': 'Wed, 27 Oct 2021 15:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-de968bd1-e0c8-4147-893a-17d402ab5a26', 'x-compute-request-id': 'req-de968bd1-e0c8-4147-893a-17d402ab5a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:48,735 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:47:48,736 122904 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': 'Wed, 27 Oct 2021 15:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-c35587e8-28b4-475c-9497-a4375c85acf7', 'x-compute-request-id': 'req-c35587e8-28b4-475c-9497-a4375c85acf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:49,893 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:47:49,893 122904 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': 'Wed, 27 Oct 2021 15:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-1d3d5b60-7e9a-45c5-8642-39a20c0eb9dd', 'x-compute-request-id': 'req-1d3d5b60-7e9a-45c5-8642-39a20c0eb9dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:51,056 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:47:51,056 122904 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': 'Wed, 27 Oct 2021 15:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-12316fe6-7c47-4264-abfc-aef171371ba3', 'x-compute-request-id': 'req-12316fe6-7c47-4264-abfc-aef171371ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:52,212 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:47:52,212 122904 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': 'Wed, 27 Oct 2021 15:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-61edc991-073e-4aab-9f41-081dfbf46cb8', 'x-compute-request-id': 'req-61edc991-073e-4aab-9f41-081dfbf46cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:53,366 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.144s 2021-10-27 15:47:53,366 122904 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': 'Wed, 27 Oct 2021 15:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-05877d3a-5e39-44db-b337-dae7e28a976e', 'x-compute-request-id': 'req-05877d3a-5e39-44db-b337-dae7e28a976e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:54,529 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:47:54,529 122904 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': 'Wed, 27 Oct 2021 15:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-e4cb0f50-17e8-43a6-a917-201602bb7e64', 'x-compute-request-id': 'req-e4cb0f50-17e8-43a6-a917-201602bb7e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:55,688 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:47:55,688 122904 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': 'Wed, 27 Oct 2021 15:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-a800e44a-e511-46d5-bb0f-75bad04e59a3', 'x-compute-request-id': 'req-a800e44a-e511-46d5-bb0f-75bad04e59a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:56,847 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:47:56,848 122904 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': 'Wed, 27 Oct 2021 15:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-59679669-e276-4778-bac3-676799ca9380', 'x-compute-request-id': 'req-59679669-e276-4778-bac3-676799ca9380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:58,008 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:47:58,009 122904 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': 'Wed, 27 Oct 2021 15:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-bfe7ed20-ff98-45d1-86f6-2e609e610f77', 'x-compute-request-id': 'req-bfe7ed20-ff98-45d1-86f6-2e609e610f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:47:59,164 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:47:59,164 122904 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': 'Wed, 27 Oct 2021 15:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-80a69db7-364c-420d-bfdf-e1e40bc0fcde', 'x-compute-request-id': 'req-80a69db7-364c-420d-bfdf-e1e40bc0fcde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:00,331 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.157s 2021-10-27 15:48:00,332 122904 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': 'Wed, 27 Oct 2021 15:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-ea81100c-28be-47c7-acd8-7babf2af9563', 'x-compute-request-id': 'req-ea81100c-28be-47c7-acd8-7babf2af9563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:01,493 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:48:01,493 122904 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': 'Wed, 27 Oct 2021 15:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-22afdb06-062e-487e-84c1-f4c1d08f7708', 'x-compute-request-id': 'req-22afdb06-062e-487e-84c1-f4c1d08f7708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:02,654 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:48:02,654 122904 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': 'Wed, 27 Oct 2021 15:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-4fef1af6-05ac-49a8-85df-cb17eea56c41', 'x-compute-request-id': 'req-4fef1af6-05ac-49a8-85df-cb17eea56c41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:03,813 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:48:03,814 122904 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': 'Wed, 27 Oct 2021 15:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-c6c723ad-eafa-4237-9aa6-8a687582c58d', 'x-compute-request-id': 'req-c6c723ad-eafa-4237-9aa6-8a687582c58d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:04,980 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:48:04,981 122904 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': 'Wed, 27 Oct 2021 15:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-c6f67b94-76c5-4286-813b-3f62fe34e63f', 'x-compute-request-id': 'req-c6f67b94-76c5-4286-813b-3f62fe34e63f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:06,137 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:48:06,137 122904 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': 'Wed, 27 Oct 2021 15:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-b9588a38-60c2-46e6-b3c8-101fb7eb6db6', 'x-compute-request-id': 'req-b9588a38-60c2-46e6-b3c8-101fb7eb6db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:07,305 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:48:07,306 122904 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': 'Wed, 27 Oct 2021 15:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-6e798715-9814-47d3-a5dd-926ac7272689', 'x-compute-request-id': 'req-6e798715-9814-47d3-a5dd-926ac7272689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:08,478 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.162s 2021-10-27 15:48:08,478 122904 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': 'Wed, 27 Oct 2021 15:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-823d1a8d-7a40-4ac4-bc19-19ec2372ca0e', 'x-compute-request-id': 'req-823d1a8d-7a40-4ac4-bc19-19ec2372ca0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:09,637 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:48:09,637 122904 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': 'Wed, 27 Oct 2021 15:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-f810774d-2dc9-48e3-b066-a3f1e1b51357', 'x-compute-request-id': 'req-f810774d-2dc9-48e3-b066-a3f1e1b51357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:10,801 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:48:10,802 122904 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': 'Wed, 27 Oct 2021 15:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', '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-79c2aacd-6fb1-4f79-807d-ffe46c79bd63', 'x-compute-request-id': 'req-79c2aacd-6fb1-4f79-807d-ffe46c79bd63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:46:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:11,963 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:48:11,964 122904 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': 'Wed, 27 Oct 2021 15:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c93de1c5-00e2-4447-826f-077c0e961899', 'x-compute-request-id': 'req-c93de1c5-00e2-4447-826f-077c0e961899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:11,972 122904 INFO [tempest.common.waiters] State transition "SHELVED_OFFLOADED/spawning" ==> "SHELVED_OFFLOADED/None" after 125 second wait 2021-10-27 15:48:13,127 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:48:13,128 122904 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': 'Wed, 27 Oct 2021 15:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-947d508d-1d3a-466e-ae54-92407fafcbcb', 'x-compute-request-id': 'req-947d508d-1d3a-466e-ae54-92407fafcbcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:14,291 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:48:14,292 122904 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': 'Wed, 27 Oct 2021 15:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-e8c3907b-bc46-4762-8606-2c48156417de', 'x-compute-request-id': 'req-e8c3907b-bc46-4762-8606-2c48156417de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:15,458 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:48:15,458 122904 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': 'Wed, 27 Oct 2021 15:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-dbedb354-678e-464e-94fc-02d30e2a4b41', 'x-compute-request-id': 'req-dbedb354-678e-464e-94fc-02d30e2a4b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:16,623 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:48:16,623 122904 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': 'Wed, 27 Oct 2021 15:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-66eaddde-5bbd-4a54-b96f-95c6761f3484', 'x-compute-request-id': 'req-66eaddde-5bbd-4a54-b96f-95c6761f3484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:17,787 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:48:17,787 122904 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': 'Wed, 27 Oct 2021 15:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a1a0fc97-03be-4327-9bf6-54781a91da12', 'x-compute-request-id': 'req-a1a0fc97-03be-4327-9bf6-54781a91da12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:18,949 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:48:18,950 122904 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': 'Wed, 27 Oct 2021 15:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-63c275f6-8c33-4389-97c0-c2d250fccc02', 'x-compute-request-id': 'req-63c275f6-8c33-4389-97c0-c2d250fccc02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:20,108 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:48:20,109 122904 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': 'Wed, 27 Oct 2021 15:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-66daae4e-9f62-4e97-9a81-88201444f91b', 'x-compute-request-id': 'req-66daae4e-9f62-4e97-9a81-88201444f91b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:21,267 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:48:21,268 122904 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': 'Wed, 27 Oct 2021 15:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-11bfb3cc-df7e-4fdd-8b51-534cfaa8e2b8', 'x-compute-request-id': 'req-11bfb3cc-df7e-4fdd-8b51-534cfaa8e2b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:22,431 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:48:22,432 122904 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': 'Wed, 27 Oct 2021 15:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-7df99ddc-5c20-4eb2-a0c5-dae2252b9f33', 'x-compute-request-id': 'req-7df99ddc-5c20-4eb2-a0c5-dae2252b9f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:23,598 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:48:23,599 122904 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': 'Wed, 27 Oct 2021 15:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-107c48f7-20a7-444d-81fd-a4823331f059', 'x-compute-request-id': 'req-107c48f7-20a7-444d-81fd-a4823331f059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:24,758 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:48:24,758 122904 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': 'Wed, 27 Oct 2021 15:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-8e6500fb-6071-4320-b61f-a271ee11dbb1', 'x-compute-request-id': 'req-8e6500fb-6071-4320-b61f-a271ee11dbb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:25,919 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:48:25,919 122904 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': 'Wed, 27 Oct 2021 15:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a278e471-f887-4071-a35c-6bb4190fdf28', 'x-compute-request-id': 'req-a278e471-f887-4071-a35c-6bb4190fdf28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:27,092 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.162s 2021-10-27 15:48:27,092 122904 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': 'Wed, 27 Oct 2021 15:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-cdbca813-750b-4e17-98fb-c967092454c6', 'x-compute-request-id': 'req-cdbca813-750b-4e17-98fb-c967092454c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:28,257 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:48:28,257 122904 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': 'Wed, 27 Oct 2021 15:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-91e8450c-dc7d-4dc3-845f-e74c32c5989c', 'x-compute-request-id': 'req-91e8450c-dc7d-4dc3-845f-e74c32c5989c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:29,418 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:48:29,419 122904 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': 'Wed, 27 Oct 2021 15:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-71576f26-9a2c-40bd-95a1-377f3f939dd2', 'x-compute-request-id': 'req-71576f26-9a2c-40bd-95a1-377f3f939dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:30,584 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:48:30,585 122904 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': 'Wed, 27 Oct 2021 15:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-f4848287-5241-48d8-9312-967e49d3c07d', 'x-compute-request-id': 'req-f4848287-5241-48d8-9312-967e49d3c07d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:31,749 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:48:31,750 122904 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': 'Wed, 27 Oct 2021 15:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-05de71a7-8226-46e3-8e9f-92f853bd89ce', 'x-compute-request-id': 'req-05de71a7-8226-46e3-8e9f-92f853bd89ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:32,924 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.164s 2021-10-27 15:48:32,924 122904 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': 'Wed, 27 Oct 2021 15:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-80213e43-592c-4b30-861a-a2be1d6655ad', 'x-compute-request-id': 'req-80213e43-592c-4b30-861a-a2be1d6655ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:34,082 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:48:34,082 122904 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': 'Wed, 27 Oct 2021 15:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-17f23d83-6fc9-45a1-9c1c-e4ddd5d91b18', 'x-compute-request-id': 'req-17f23d83-6fc9-45a1-9c1c-e4ddd5d91b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:35,238 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:48:35,238 122904 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': 'Wed, 27 Oct 2021 15:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-75dce9ed-ee2c-4dac-b8fb-1678f63260b7', 'x-compute-request-id': 'req-75dce9ed-ee2c-4dac-b8fb-1678f63260b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:36,396 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:48:36,396 122904 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': 'Wed, 27 Oct 2021 15:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-d08a0a16-6715-4e27-8801-ecf031b7224c', 'x-compute-request-id': 'req-d08a0a16-6715-4e27-8801-ecf031b7224c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:37,552 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:48:37,552 122904 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': 'Wed, 27 Oct 2021 15:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-82c02e72-6af8-4fda-b430-8ef8bf83af0e', 'x-compute-request-id': 'req-82c02e72-6af8-4fda-b430-8ef8bf83af0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:38,721 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:48:38,721 122904 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': 'Wed, 27 Oct 2021 15:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-def7b2da-474d-403b-94ca-0e853f3cc122', 'x-compute-request-id': 'req-def7b2da-474d-403b-94ca-0e853f3cc122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:39,881 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:48:39,882 122904 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': 'Wed, 27 Oct 2021 15:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-626914bf-71dd-4c5c-8ad1-37911586e5c6', 'x-compute-request-id': 'req-626914bf-71dd-4c5c-8ad1-37911586e5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:41,042 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:48:41,042 122904 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': 'Wed, 27 Oct 2021 15:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-5ab6d35e-c998-45f1-a507-608ebcd8db3a', 'x-compute-request-id': 'req-5ab6d35e-c998-45f1-a507-608ebcd8db3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:42,196 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:48:42,196 122904 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': 'Wed, 27 Oct 2021 15:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ca6d7b19-a28b-41ca-952d-a8b94cd953c5', 'x-compute-request-id': 'req-ca6d7b19-a28b-41ca-952d-a8b94cd953c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:43,354 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:48:43,354 122904 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': 'Wed, 27 Oct 2021 15:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-4e8b9715-f51f-4381-b850-62410dee8cde', 'x-compute-request-id': 'req-4e8b9715-f51f-4381-b850-62410dee8cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:44,509 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:48:44,510 122904 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': 'Wed, 27 Oct 2021 15:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-1349e27c-cef8-4349-8d5c-d25026527ba4', 'x-compute-request-id': 'req-1349e27c-cef8-4349-8d5c-d25026527ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:45,673 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:48:45,673 122904 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': 'Wed, 27 Oct 2021 15:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ec6d14a1-b70b-492b-bc47-042c991ef3b1', 'x-compute-request-id': 'req-ec6d14a1-b70b-492b-bc47-042c991ef3b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:46,840 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:48:46,840 122904 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': 'Wed, 27 Oct 2021 15:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ee0d4841-8a34-4c84-8753-452b418b0b46', 'x-compute-request-id': 'req-ee0d4841-8a34-4c84-8753-452b418b0b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:47,999 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:48:48,000 122904 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': 'Wed, 27 Oct 2021 15:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-dbde9f3d-bced-4d5b-9dab-0f679f705f52', 'x-compute-request-id': 'req-dbde9f3d-bced-4d5b-9dab-0f679f705f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:49,161 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:48:49,161 122904 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': 'Wed, 27 Oct 2021 15:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-2397e444-92ef-4dfc-b6e8-d2f763a26b05', 'x-compute-request-id': 'req-2397e444-92ef-4dfc-b6e8-d2f763a26b05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:50,320 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:48:50,320 122904 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': 'Wed, 27 Oct 2021 15:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-2ca41593-3435-48aa-bb7f-24f2db12b421', 'x-compute-request-id': 'req-2ca41593-3435-48aa-bb7f-24f2db12b421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:51,478 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:48:51,478 122904 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': 'Wed, 27 Oct 2021 15:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-35f4e7b0-4c84-498c-97cf-711014dc3899', 'x-compute-request-id': 'req-35f4e7b0-4c84-498c-97cf-711014dc3899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:52,637 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:48:52,638 122904 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': 'Wed, 27 Oct 2021 15:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-843d81a3-f6ba-4dda-86d9-4af8872070cb', 'x-compute-request-id': 'req-843d81a3-f6ba-4dda-86d9-4af8872070cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:54,019 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.371s 2021-10-27 15:48:54,019 122904 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': 'Wed, 27 Oct 2021 15:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-7f52c9f0-3919-44ca-ad93-ba584a8be62e', 'x-compute-request-id': 'req-7f52c9f0-3919-44ca-ad93-ba584a8be62e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:55,185 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:48:55,186 122904 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': 'Wed, 27 Oct 2021 15:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-7820d8e9-c815-4500-8175-e4bfa4ecb497', 'x-compute-request-id': 'req-7820d8e9-c815-4500-8175-e4bfa4ecb497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:56,352 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:48:56,352 122904 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': 'Wed, 27 Oct 2021 15:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-9aeaa191-5bfc-4b25-8f47-b1c5372fa299', 'x-compute-request-id': 'req-9aeaa191-5bfc-4b25-8f47-b1c5372fa299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:57,513 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:48:57,513 122904 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': 'Wed, 27 Oct 2021 15:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-2e12a2eb-e4ae-4e0b-a334-c97b528a5093', 'x-compute-request-id': 'req-2e12a2eb-e4ae-4e0b-a334-c97b528a5093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:58,669 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:48:58,670 122904 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': 'Wed, 27 Oct 2021 15:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-dc654259-565f-4122-be33-4106c4997d11', 'x-compute-request-id': 'req-dc654259-565f-4122-be33-4106c4997d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:48:59,832 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:48:59,832 122904 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': 'Wed, 27 Oct 2021 15:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-0e22bd58-a79b-4b1e-939a-0b6180658f47', 'x-compute-request-id': 'req-0e22bd58-a79b-4b1e-939a-0b6180658f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:00,990 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:49:00,990 122904 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': 'Wed, 27 Oct 2021 15:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-0c6ab2f7-96f7-436a-b172-de4138e2caf9', 'x-compute-request-id': 'req-0c6ab2f7-96f7-436a-b172-de4138e2caf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:02,149 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:49:02,150 122904 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': 'Wed, 27 Oct 2021 15:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-57541d48-8898-41de-beb0-8b30263d8f99', 'x-compute-request-id': 'req-57541d48-8898-41de-beb0-8b30263d8f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:03,309 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:49:03,310 122904 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': 'Wed, 27 Oct 2021 15:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-8b686d29-ff2b-4f3f-be1a-93d566edc11a', 'x-compute-request-id': 'req-8b686d29-ff2b-4f3f-be1a-93d566edc11a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:04,464 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:49:04,464 122904 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': 'Wed, 27 Oct 2021 15:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-790f7919-2ebc-496f-98a8-2495fb26ca57', 'x-compute-request-id': 'req-790f7919-2ebc-496f-98a8-2495fb26ca57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:05,621 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:49:05,622 122904 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': 'Wed, 27 Oct 2021 15:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-8c5007d7-0828-4c1e-a161-5ff9d1cc636f', 'x-compute-request-id': 'req-8c5007d7-0828-4c1e-a161-5ff9d1cc636f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:06,784 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:49:06,785 122904 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': 'Wed, 27 Oct 2021 15:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-6bb1c40e-a97d-4430-a7a8-9c754e61b7be', 'x-compute-request-id': 'req-6bb1c40e-a97d-4430-a7a8-9c754e61b7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:07,947 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:49:07,948 122904 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': 'Wed, 27 Oct 2021 15:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a1516184-9d42-40ec-ab07-10fa2c57fc96', 'x-compute-request-id': 'req-a1516184-9d42-40ec-ab07-10fa2c57fc96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:09,107 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:49:09,107 122904 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': 'Wed, 27 Oct 2021 15:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ca265dd1-bb41-45c4-95c8-38c6d7ba8abc', 'x-compute-request-id': 'req-ca265dd1-bb41-45c4-95c8-38c6d7ba8abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:10,273 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:49:10,273 122904 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': 'Wed, 27 Oct 2021 15:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-3fcce1e1-e68c-4d93-917e-424c99a3e617', 'x-compute-request-id': 'req-3fcce1e1-e68c-4d93-917e-424c99a3e617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:11,430 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:49:11,431 122904 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': 'Wed, 27 Oct 2021 15:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ad96a370-1517-4dc6-91e6-e05ce2c5cd9b', 'x-compute-request-id': 'req-ad96a370-1517-4dc6-91e6-e05ce2c5cd9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:12,591 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:49:12,592 122904 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': 'Wed, 27 Oct 2021 15:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-104bab28-db33-4882-b4fa-d14ee980ea99', 'x-compute-request-id': 'req-104bab28-db33-4882-b4fa-d14ee980ea99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:13,752 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:49:13,752 122904 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': 'Wed, 27 Oct 2021 15:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-f73b7591-344e-4f6b-a9a1-81e935abfa81', 'x-compute-request-id': 'req-f73b7591-344e-4f6b-a9a1-81e935abfa81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:15,146 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.383s 2021-10-27 15:49:15,147 122904 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': 'Wed, 27 Oct 2021 15:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c8fc9312-dfea-400f-8a1d-22c4ead8b4d0', 'x-compute-request-id': 'req-c8fc9312-dfea-400f-8a1d-22c4ead8b4d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:16,326 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.168s 2021-10-27 15:49:16,326 122904 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': 'Wed, 27 Oct 2021 15:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c23de35c-f6e2-406d-b9d0-a4ffb05154f9', 'x-compute-request-id': 'req-c23de35c-f6e2-406d-b9d0-a4ffb05154f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:17,490 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:49:17,491 122904 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': 'Wed, 27 Oct 2021 15:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c2efc2cb-6c79-401d-8bc1-ca94ab775969', 'x-compute-request-id': 'req-c2efc2cb-6c79-401d-8bc1-ca94ab775969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:18,650 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:49:18,650 122904 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': 'Wed, 27 Oct 2021 15:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-194d638a-9648-469e-a5d0-ab24ba3da8b0', 'x-compute-request-id': 'req-194d638a-9648-469e-a5d0-ab24ba3da8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:19,808 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:49:19,808 122904 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': 'Wed, 27 Oct 2021 15:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-05c80ba0-5d78-4dbb-aeee-7f49abd50457', 'x-compute-request-id': 'req-05c80ba0-5d78-4dbb-aeee-7f49abd50457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:20,966 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:49:20,966 122904 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': 'Wed, 27 Oct 2021 15:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-7a0a4406-7991-4d5f-a887-ad1380e615c6', 'x-compute-request-id': 'req-7a0a4406-7991-4d5f-a887-ad1380e615c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:22,123 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:49:22,123 122904 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': 'Wed, 27 Oct 2021 15:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-f12a6b01-ad96-4319-a564-0f213ccfb742', 'x-compute-request-id': 'req-f12a6b01-ad96-4319-a564-0f213ccfb742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:23,286 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:49:23,287 122904 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': 'Wed, 27 Oct 2021 15:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-385cdd1b-5eca-4378-9d07-b59490ca4379', 'x-compute-request-id': 'req-385cdd1b-5eca-4378-9d07-b59490ca4379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:24,449 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:49:24,449 122904 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': 'Wed, 27 Oct 2021 15:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ea606747-74c0-4c39-af13-4bfb09075fb4', 'x-compute-request-id': 'req-ea606747-74c0-4c39-af13-4bfb09075fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:25,615 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:49:25,615 122904 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': 'Wed, 27 Oct 2021 15:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-1d7a831d-103a-421d-82f3-aafcad119b6d', 'x-compute-request-id': 'req-1d7a831d-103a-421d-82f3-aafcad119b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:26,774 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:49:26,775 122904 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': 'Wed, 27 Oct 2021 15:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-e5698545-7783-411c-84f5-104a675ef45b', 'x-compute-request-id': 'req-e5698545-7783-411c-84f5-104a675ef45b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:27,937 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:49:27,937 122904 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': 'Wed, 27 Oct 2021 15:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-3597400d-a41b-460e-bf21-3b5ad16a13d1', 'x-compute-request-id': 'req-3597400d-a41b-460e-bf21-3b5ad16a13d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:29,099 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:49:29,100 122904 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': 'Wed, 27 Oct 2021 15:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-20652657-4265-47f8-910c-6863144003dd', 'x-compute-request-id': 'req-20652657-4265-47f8-910c-6863144003dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:30,268 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:49:30,269 122904 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': 'Wed, 27 Oct 2021 15:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c4d9eeb4-f0a9-45f6-87a7-a08ac94b70b0', 'x-compute-request-id': 'req-c4d9eeb4-f0a9-45f6-87a7-a08ac94b70b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:31,423 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:49:31,424 122904 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': 'Wed, 27 Oct 2021 15:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-51401d60-ca1b-4fc7-8e7c-0c41f3cd4f15', 'x-compute-request-id': 'req-51401d60-ca1b-4fc7-8e7c-0c41f3cd4f15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:32,585 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:49:32,585 122904 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': 'Wed, 27 Oct 2021 15:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-514ccd56-a73d-4278-841b-be399f9ceeb0', 'x-compute-request-id': 'req-514ccd56-a73d-4278-841b-be399f9ceeb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:33,744 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:49:33,745 122904 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': 'Wed, 27 Oct 2021 15:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-23ba4fb6-50cc-4351-b1d9-0d4313847474', 'x-compute-request-id': 'req-23ba4fb6-50cc-4351-b1d9-0d4313847474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:34,906 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:49:34,906 122904 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': 'Wed, 27 Oct 2021 15:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-15cb3680-cbe0-4b0e-9963-3cb5b2ee53ed', 'x-compute-request-id': 'req-15cb3680-cbe0-4b0e-9963-3cb5b2ee53ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:36,064 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:49:36,065 122904 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': 'Wed, 27 Oct 2021 15:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-3649274a-3bd2-4157-9e69-65ae447cac19', 'x-compute-request-id': 'req-3649274a-3bd2-4157-9e69-65ae447cac19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:37,226 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:49:37,227 122904 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': 'Wed, 27 Oct 2021 15:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-abf3d8fc-e136-4ff3-8002-0d1f2e33c1e9', 'x-compute-request-id': 'req-abf3d8fc-e136-4ff3-8002-0d1f2e33c1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:38,386 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:49:38,386 122904 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': 'Wed, 27 Oct 2021 15:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-eb264a0a-d05a-4d46-8259-46927f2f854d', 'x-compute-request-id': 'req-eb264a0a-d05a-4d46-8259-46927f2f854d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:39,552 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:49:39,552 122904 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': 'Wed, 27 Oct 2021 15:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-04985453-d2cb-46a6-a050-e3f3751aed16', 'x-compute-request-id': 'req-04985453-d2cb-46a6-a050-e3f3751aed16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:40,720 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.159s 2021-10-27 15:49:40,721 122904 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': 'Wed, 27 Oct 2021 15:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-73f82b28-6f4e-4e4f-9076-82f61b4f7510', 'x-compute-request-id': 'req-73f82b28-6f4e-4e4f-9076-82f61b4f7510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:41,890 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.159s 2021-10-27 15:49:41,890 122904 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': 'Wed, 27 Oct 2021 15:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-e3889173-e5da-44e8-a350-a357e7b63ea7', 'x-compute-request-id': 'req-e3889173-e5da-44e8-a350-a357e7b63ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:43,051 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:49:43,051 122904 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': 'Wed, 27 Oct 2021 15:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-61907284-ead7-4536-9205-ccd6d3a10fca', 'x-compute-request-id': 'req-61907284-ead7-4536-9205-ccd6d3a10fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:44,213 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:49:44,213 122904 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': 'Wed, 27 Oct 2021 15:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-4d5221cb-9508-4cfa-be5d-e6ea9ff383ce', 'x-compute-request-id': 'req-4d5221cb-9508-4cfa-be5d-e6ea9ff383ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:45,384 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.159s 2021-10-27 15:49:45,384 122904 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': 'Wed, 27 Oct 2021 15:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-3b52d3a6-2546-422e-b6d3-62a85db224cc', 'x-compute-request-id': 'req-3b52d3a6-2546-422e-b6d3-62a85db224cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:46,541 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:49:46,541 122904 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': 'Wed, 27 Oct 2021 15:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-32961311-66ed-405a-bbd5-f40f8822c3c1', 'x-compute-request-id': 'req-32961311-66ed-405a-bbd5-f40f8822c3c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:47,698 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:49:47,699 122904 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': 'Wed, 27 Oct 2021 15:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-502ba8fd-cfc1-44ec-85f8-7ca5e71a6016', 'x-compute-request-id': 'req-502ba8fd-cfc1-44ec-85f8-7ca5e71a6016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:48,866 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:49:48,867 122904 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': 'Wed, 27 Oct 2021 15:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c564cc66-c39f-402e-b8f6-80e178b1c8df', 'x-compute-request-id': 'req-c564cc66-c39f-402e-b8f6-80e178b1c8df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:50,035 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.157s 2021-10-27 15:49:50,035 122904 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': 'Wed, 27 Oct 2021 15:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-5dc3820d-89bd-42ef-8b09-6c416be1f6fe', 'x-compute-request-id': 'req-5dc3820d-89bd-42ef-8b09-6c416be1f6fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:51,195 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:49:51,195 122904 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': 'Wed, 27 Oct 2021 15:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-8e166ff7-6fbb-4662-8428-7f157a275c09', 'x-compute-request-id': 'req-8e166ff7-6fbb-4662-8428-7f157a275c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:52,351 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:49:52,352 122904 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': 'Wed, 27 Oct 2021 15:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-461a00ef-d0e5-4348-ab78-14deafcf878a', 'x-compute-request-id': 'req-461a00ef-d0e5-4348-ab78-14deafcf878a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:53,510 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:49:53,510 122904 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': 'Wed, 27 Oct 2021 15:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-fe23d575-2921-41a8-8039-782222b818c8', 'x-compute-request-id': 'req-fe23d575-2921-41a8-8039-782222b818c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:54,669 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:49:54,669 122904 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': 'Wed, 27 Oct 2021 15:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-bc80f86a-e5fb-40ba-a2e8-17c8e395f583', 'x-compute-request-id': 'req-bc80f86a-e5fb-40ba-a2e8-17c8e395f583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:55,826 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:49:55,826 122904 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': 'Wed, 27 Oct 2021 15:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-42ed52b6-0445-4b5f-951d-e7497df04f92', 'x-compute-request-id': 'req-42ed52b6-0445-4b5f-951d-e7497df04f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:56,986 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:49:56,986 122904 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': 'Wed, 27 Oct 2021 15:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-61de122c-31f3-4abe-ae96-cc2e24366179', 'x-compute-request-id': 'req-61de122c-31f3-4abe-ae96-cc2e24366179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:58,155 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:49:58,155 122904 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': 'Wed, 27 Oct 2021 15:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-707478e6-cc0a-48bf-8448-422520c42c6f', 'x-compute-request-id': 'req-707478e6-cc0a-48bf-8448-422520c42c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:49:59,318 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:49:59,319 122904 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': 'Wed, 27 Oct 2021 15:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-61db18fa-703e-499e-b272-dae147afcc80', 'x-compute-request-id': 'req-61db18fa-703e-499e-b272-dae147afcc80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:00,497 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.169s 2021-10-27 15:50:00,498 122904 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': 'Wed, 27 Oct 2021 15:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-97df7fbb-d2fe-444e-8248-a54d98a26bb0', 'x-compute-request-id': 'req-97df7fbb-d2fe-444e-8248-a54d98a26bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:01,669 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:50:01,669 122904 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': 'Wed, 27 Oct 2021 15:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-68e29025-6231-4473-96e1-4a2a745c3003', 'x-compute-request-id': 'req-68e29025-6231-4473-96e1-4a2a745c3003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:02,832 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:50:02,833 122904 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': 'Wed, 27 Oct 2021 15:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-4d782839-2fc9-4b5b-a255-69d25a616bd0', 'x-compute-request-id': 'req-4d782839-2fc9-4b5b-a255-69d25a616bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:03,997 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:50:03,998 122904 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': 'Wed, 27 Oct 2021 15:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-724a9622-f0e8-4d6b-b782-9a7e6b28f205', 'x-compute-request-id': 'req-724a9622-f0e8-4d6b-b782-9a7e6b28f205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:05,158 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:50:05,158 122904 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': 'Wed, 27 Oct 2021 15:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-d8b01c37-a418-456c-a8e4-32fd9198695d', 'x-compute-request-id': 'req-d8b01c37-a418-456c-a8e4-32fd9198695d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:06,316 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:50:06,316 122904 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': 'Wed, 27 Oct 2021 15:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-b52fa965-4ba8-47b6-9d54-c7dacaf84afc', 'x-compute-request-id': 'req-b52fa965-4ba8-47b6-9d54-c7dacaf84afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:07,482 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:50:07,483 122904 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': 'Wed, 27 Oct 2021 15:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-fcdab806-f5e6-4411-9088-e6f8bf9ee86b', 'x-compute-request-id': 'req-fcdab806-f5e6-4411-9088-e6f8bf9ee86b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:08,643 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:50:08,643 122904 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': 'Wed, 27 Oct 2021 15:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ccf8744a-1fd2-491b-a6c9-cee3bad5c98a', 'x-compute-request-id': 'req-ccf8744a-1fd2-491b-a6c9-cee3bad5c98a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:09,807 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:50:09,808 122904 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': 'Wed, 27 Oct 2021 15:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c0d8a62a-77d6-458e-8be6-f8cdaa47be84', 'x-compute-request-id': 'req-c0d8a62a-77d6-458e-8be6-f8cdaa47be84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:10,965 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:50:10,965 122904 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': 'Wed, 27 Oct 2021 15:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-6c639c21-30f2-48fb-8c7e-89b194596920', 'x-compute-request-id': 'req-6c639c21-30f2-48fb-8c7e-89b194596920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:12,133 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.159s 2021-10-27 15:50:12,134 122904 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': 'Wed, 27 Oct 2021 15:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-795ecb4b-ace1-4853-9a2e-04b6a7823fca', 'x-compute-request-id': 'req-795ecb4b-ace1-4853-9a2e-04b6a7823fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:13,298 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:50:13,299 122904 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': 'Wed, 27 Oct 2021 15:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-6d079177-fbc6-4b62-99c7-b78520a8df69', 'x-compute-request-id': 'req-6d079177-fbc6-4b62-99c7-b78520a8df69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:14,460 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:50:14,460 122904 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': 'Wed, 27 Oct 2021 15:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-2cd910e7-9c46-42e1-87b8-633eeda8b468', 'x-compute-request-id': 'req-2cd910e7-9c46-42e1-87b8-633eeda8b468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:15,627 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:50:15,627 122904 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': 'Wed, 27 Oct 2021 15:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ff5eb9e0-a8c6-425e-ac67-d939cf508e37', 'x-compute-request-id': 'req-ff5eb9e0-a8c6-425e-ac67-d939cf508e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:16,790 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:50:16,790 122904 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': 'Wed, 27 Oct 2021 15:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-eb229308-417e-4c06-b71f-b0c5d2654fc5', 'x-compute-request-id': 'req-eb229308-417e-4c06-b71f-b0c5d2654fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:17,958 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:50:17,959 122904 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': 'Wed, 27 Oct 2021 15:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-274a3816-b196-483f-bb8b-6b8023407e34', 'x-compute-request-id': 'req-274a3816-b196-483f-bb8b-6b8023407e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:19,124 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:50:19,124 122904 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': 'Wed, 27 Oct 2021 15:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-2959ef40-e4e7-4f95-9946-37a894e2c588', 'x-compute-request-id': 'req-2959ef40-e4e7-4f95-9946-37a894e2c588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:20,308 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.172s 2021-10-27 15:50:20,308 122904 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': 'Wed, 27 Oct 2021 15:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-f9d41160-1c8f-4f6f-b267-24c841ea7f2f', 'x-compute-request-id': 'req-f9d41160-1c8f-4f6f-b267-24c841ea7f2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:21,471 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:50:21,471 122904 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': 'Wed, 27 Oct 2021 15:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-69a8072b-6763-4b10-9c8a-92aff0f8bc57', 'x-compute-request-id': 'req-69a8072b-6763-4b10-9c8a-92aff0f8bc57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:22,632 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:50:22,633 122904 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': 'Wed, 27 Oct 2021 15:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-108a31eb-3123-48b1-b525-2932794314d4', 'x-compute-request-id': 'req-108a31eb-3123-48b1-b525-2932794314d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:23,790 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:50:23,791 122904 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': 'Wed, 27 Oct 2021 15:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-2d091e55-113a-4d85-a39b-754918bd75c1', 'x-compute-request-id': 'req-2d091e55-113a-4d85-a39b-754918bd75c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:24,949 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:50:24,949 122904 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': 'Wed, 27 Oct 2021 15:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-470f48ed-e4c1-4047-b6fc-86701673a600', 'x-compute-request-id': 'req-470f48ed-e4c1-4047-b6fc-86701673a600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:26,110 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:50:26,110 122904 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': 'Wed, 27 Oct 2021 15:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c69d6d95-671a-48f3-b96f-17f3f5c36d5f', 'x-compute-request-id': 'req-c69d6d95-671a-48f3-b96f-17f3f5c36d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:27,273 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:50:27,274 122904 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': 'Wed, 27 Oct 2021 15:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-433e15db-f92a-4450-8e2f-cdab5cecb404', 'x-compute-request-id': 'req-433e15db-f92a-4450-8e2f-cdab5cecb404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:28,447 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.163s 2021-10-27 15:50:28,447 122904 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': 'Wed, 27 Oct 2021 15:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-b74aa232-5d72-49f4-b38e-6036fd2e0ac3', 'x-compute-request-id': 'req-b74aa232-5d72-49f4-b38e-6036fd2e0ac3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:29,602 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:50:29,602 122904 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': 'Wed, 27 Oct 2021 15:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-895d7e89-6c51-4e3d-a59e-046cde6770c5', 'x-compute-request-id': 'req-895d7e89-6c51-4e3d-a59e-046cde6770c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:30,765 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:50:30,766 122904 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': 'Wed, 27 Oct 2021 15:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-638467b3-52ff-46de-a0ba-4aec4a37e326', 'x-compute-request-id': 'req-638467b3-52ff-46de-a0ba-4aec4a37e326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:31,925 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:50:31,926 122904 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': 'Wed, 27 Oct 2021 15:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-df2b4e49-9bee-45e2-bdb1-19cf1c8b4506', 'x-compute-request-id': 'req-df2b4e49-9bee-45e2-bdb1-19cf1c8b4506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:33,079 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.144s 2021-10-27 15:50:33,080 122904 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': 'Wed, 27 Oct 2021 15:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-e12ca6fe-c669-49eb-a8be-0097e1b347c2', 'x-compute-request-id': 'req-e12ca6fe-c669-49eb-a8be-0097e1b347c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:34,240 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:50:34,240 122904 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': 'Wed, 27 Oct 2021 15:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-d0423d49-9540-42f0-beed-9a4161681126', 'x-compute-request-id': 'req-d0423d49-9540-42f0-beed-9a4161681126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:35,395 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:50:35,396 122904 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': 'Wed, 27 Oct 2021 15:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-b2a4593d-bc00-4753-a4ff-6edfaddcf149', 'x-compute-request-id': 'req-b2a4593d-bc00-4753-a4ff-6edfaddcf149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:36,553 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:50:36,553 122904 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': 'Wed, 27 Oct 2021 15:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-1b6e18d8-6b67-4776-89c8-70af1c012cdd', 'x-compute-request-id': 'req-1b6e18d8-6b67-4776-89c8-70af1c012cdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:37,715 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:50:37,716 122904 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': 'Wed, 27 Oct 2021 15:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-5921a1cd-c999-4750-8ada-05ac169e6693', 'x-compute-request-id': 'req-5921a1cd-c999-4750-8ada-05ac169e6693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:38,876 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:50:38,876 122904 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': 'Wed, 27 Oct 2021 15:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-1c6b8983-e771-47ac-86ea-f7b07d73b7ad', 'x-compute-request-id': 'req-1c6b8983-e771-47ac-86ea-f7b07d73b7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:40,037 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:50:40,037 122904 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': 'Wed, 27 Oct 2021 15:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-d9a58316-7d5f-431f-bff2-446256313b24', 'x-compute-request-id': 'req-d9a58316-7d5f-431f-bff2-446256313b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:41,201 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:50:41,201 122904 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': 'Wed, 27 Oct 2021 15:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c7e30b1a-017e-451d-9d30-b564df85f1a3', 'x-compute-request-id': 'req-c7e30b1a-017e-451d-9d30-b564df85f1a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:42,359 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:50:42,359 122904 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': 'Wed, 27 Oct 2021 15:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a65413e8-5bd9-48bf-966f-aeda6d7fc5ed', 'x-compute-request-id': 'req-a65413e8-5bd9-48bf-966f-aeda6d7fc5ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:43,514 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:50:43,514 122904 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': 'Wed, 27 Oct 2021 15:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a574598f-a4f3-4906-985d-b33c5db21196', 'x-compute-request-id': 'req-a574598f-a4f3-4906-985d-b33c5db21196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:44,674 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:50:44,674 122904 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': 'Wed, 27 Oct 2021 15:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-2da2b79c-a950-4d02-9792-3784b1c9bb25', 'x-compute-request-id': 'req-2da2b79c-a950-4d02-9792-3784b1c9bb25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:45,835 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:50:45,836 122904 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': 'Wed, 27 Oct 2021 15:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-00dd15f6-5af6-4cc7-a4e7-27528a2a506e', 'x-compute-request-id': 'req-00dd15f6-5af6-4cc7-a4e7-27528a2a506e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:46,993 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:50:46,993 122904 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': 'Wed, 27 Oct 2021 15:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-663ff67b-165a-4a7b-873b-d24095d886b5', 'x-compute-request-id': 'req-663ff67b-165a-4a7b-873b-d24095d886b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:48,150 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:50:48,150 122904 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': 'Wed, 27 Oct 2021 15:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-8f42a912-1f82-46fd-a019-d9acbe597e15', 'x-compute-request-id': 'req-8f42a912-1f82-46fd-a019-d9acbe597e15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:49,308 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:50:49,308 122904 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': 'Wed, 27 Oct 2021 15:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a9ef625b-4470-4123-bd73-127c61dc209a', 'x-compute-request-id': 'req-a9ef625b-4470-4123-bd73-127c61dc209a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:50,466 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:50:50,467 122904 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': 'Wed, 27 Oct 2021 15:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-40914324-8e15-45d7-ad61-6e584d7320da', 'x-compute-request-id': 'req-40914324-8e15-45d7-ad61-6e584d7320da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:51,627 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:50:51,627 122904 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': 'Wed, 27 Oct 2021 15:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-c4ef35b4-e7af-4ab2-aeca-f3c87927002e', 'x-compute-request-id': 'req-c4ef35b4-e7af-4ab2-aeca-f3c87927002e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:52,787 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:50:52,787 122904 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': 'Wed, 27 Oct 2021 15:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-32b021d2-4788-46cc-9edf-f755e63d0659', 'x-compute-request-id': 'req-32b021d2-4788-46cc-9edf-f755e63d0659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:53,953 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:50:53,953 122904 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': 'Wed, 27 Oct 2021 15:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-3e4b2730-fb36-4e5d-9450-ffb3e835a1e4', 'x-compute-request-id': 'req-3e4b2730-fb36-4e5d-9450-ffb3e835a1e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:55,120 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:50:55,120 122904 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': 'Wed, 27 Oct 2021 15:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-8ab4534d-e127-4238-8656-6cda0bd03098', 'x-compute-request-id': 'req-8ab4534d-e127-4238-8656-6cda0bd03098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:56,278 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:50:56,279 122904 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': 'Wed, 27 Oct 2021 15:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-caaed79c-b0b3-4ec5-a51b-79294d1e84a1', 'x-compute-request-id': 'req-caaed79c-b0b3-4ec5-a51b-79294d1e84a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:57,441 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:50:57,441 122904 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': 'Wed, 27 Oct 2021 15:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-94ea5215-9008-43d9-b97d-722bb0a39c02', 'x-compute-request-id': 'req-94ea5215-9008-43d9-b97d-722bb0a39c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:58,825 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.374s 2021-10-27 15:50:58,826 122904 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': 'Wed, 27 Oct 2021 15:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-0730032d-c5ee-4e2c-b2cd-1137b9d477d9', 'x-compute-request-id': 'req-0730032d-c5ee-4e2c-b2cd-1137b9d477d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:50:59,995 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.159s 2021-10-27 15:50:59,995 122904 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': 'Wed, 27 Oct 2021 15:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-dc79afbf-1793-4390-90cf-3a90eadc2b9b', 'x-compute-request-id': 'req-dc79afbf-1793-4390-90cf-3a90eadc2b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:01,157 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:51:01,157 122904 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': 'Wed, 27 Oct 2021 15:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a51bfd01-ef06-423d-9631-6d1e673ae21f', 'x-compute-request-id': 'req-a51bfd01-ef06-423d-9631-6d1e673ae21f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:02,326 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.159s 2021-10-27 15:51:02,326 122904 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': 'Wed, 27 Oct 2021 15:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-d1b1b71c-a378-4f40-9d5d-3c732e158ee5', 'x-compute-request-id': 'req-d1b1b71c-a378-4f40-9d5d-3c732e158ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:03,489 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.153s 2021-10-27 15:51:03,489 122904 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': 'Wed, 27 Oct 2021 15:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-5c051aed-f686-4e86-b6fa-a79bfb9ca3a6', 'x-compute-request-id': 'req-5c051aed-f686-4e86-b6fa-a79bfb9ca3a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:04,655 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:51:04,656 122904 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': 'Wed, 27 Oct 2021 15:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-5a45b206-0f68-4229-b0aa-6246b69f4258', 'x-compute-request-id': 'req-5a45b206-0f68-4229-b0aa-6246b69f4258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:05,822 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.156s 2021-10-27 15:51:05,823 122904 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': 'Wed, 27 Oct 2021 15:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-975345f7-4fae-40f6-8aa7-852d34e7355d', 'x-compute-request-id': 'req-975345f7-4fae-40f6-8aa7-852d34e7355d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:06,992 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.158s 2021-10-27 15:51:06,992 122904 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': 'Wed, 27 Oct 2021 15:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-f981e915-bf9a-4eb2-a69c-3b710efe3459', 'x-compute-request-id': 'req-f981e915-bf9a-4eb2-a69c-3b710efe3459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:08,149 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:51:08,149 122904 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': 'Wed, 27 Oct 2021 15:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-91db77ad-b76a-409b-bdb3-44cf27875871', 'x-compute-request-id': 'req-91db77ad-b76a-409b-bdb3-44cf27875871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:09,306 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:51:09,306 122904 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': 'Wed, 27 Oct 2021 15:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-97336d57-e214-4b54-8321-aa8fe575ece6', 'x-compute-request-id': 'req-97336d57-e214-4b54-8321-aa8fe575ece6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:10,463 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:51:10,463 122904 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': 'Wed, 27 Oct 2021 15:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-934e4de7-a1f2-4ba9-a753-b641e578fcf9', 'x-compute-request-id': 'req-934e4de7-a1f2-4ba9-a753-b641e578fcf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:11,622 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:51:11,623 122904 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': 'Wed, 27 Oct 2021 15:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-e1eba02f-1e9a-4e38-9ef7-b924a2e647b7', 'x-compute-request-id': 'req-e1eba02f-1e9a-4e38-9ef7-b924a2e647b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:12,785 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:51:12,786 122904 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': 'Wed, 27 Oct 2021 15:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-6887900e-a6b2-42c9-bff0-e372501f956f', 'x-compute-request-id': 'req-6887900e-a6b2-42c9-bff0-e372501f956f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:13,969 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.173s 2021-10-27 15:51:13,970 122904 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': 'Wed, 27 Oct 2021 15:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-0413c6de-a45e-420c-84b2-3a77caa31f2e', 'x-compute-request-id': 'req-0413c6de-a45e-420c-84b2-3a77caa31f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:15,290 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.301s 2021-10-27 15:51:15,290 122904 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': 'Wed, 27 Oct 2021 15:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-5e53c351-4835-4d75-b9fd-b2a219e1c947', 'x-compute-request-id': 'req-5e53c351-4835-4d75-b9fd-b2a219e1c947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:16,456 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.157s 2021-10-27 15:51:16,457 122904 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': 'Wed, 27 Oct 2021 15:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-0bfd6774-e5b1-46b0-9f68-2e07da4bac6f', 'x-compute-request-id': 'req-0bfd6774-e5b1-46b0-9f68-2e07da4bac6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:17,617 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:51:17,618 122904 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': 'Wed, 27 Oct 2021 15:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-382370db-9bbf-42f8-8bef-e380232827ff', 'x-compute-request-id': 'req-382370db-9bbf-42f8-8bef-e380232827ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:18,775 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:51:18,776 122904 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': 'Wed, 27 Oct 2021 15:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-7488371c-c771-466a-a695-6fd797026ff8', 'x-compute-request-id': 'req-7488371c-c771-466a-a695-6fd797026ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:19,937 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:51:19,937 122904 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': 'Wed, 27 Oct 2021 15:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a74c2c64-0ce0-4104-9ac6-631104d0d5b8', 'x-compute-request-id': 'req-a74c2c64-0ce0-4104-9ac6-631104d0d5b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:21,101 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:51:21,101 122904 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': 'Wed, 27 Oct 2021 15:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-d0a4abfd-7168-4764-aaa4-0281f722e584', 'x-compute-request-id': 'req-d0a4abfd-7168-4764-aaa4-0281f722e584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:22,261 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.150s 2021-10-27 15:51:22,262 122904 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': 'Wed, 27 Oct 2021 15:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-11d28a0c-487d-49ce-bf1a-795e81a59117', 'x-compute-request-id': 'req-11d28a0c-487d-49ce-bf1a-795e81a59117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:23,419 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:51:23,420 122904 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': 'Wed, 27 Oct 2021 15:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-14c8589d-c58e-4b82-96f4-ce27bd794454', 'x-compute-request-id': 'req-14c8589d-c58e-4b82-96f4-ce27bd794454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:24,597 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.167s 2021-10-27 15:51:24,597 122904 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': 'Wed, 27 Oct 2021 15:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-4f926c1e-44ec-449f-9707-c4adf022a348', 'x-compute-request-id': 'req-4f926c1e-44ec-449f-9707-c4adf022a348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:25,752 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:51:25,752 122904 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': 'Wed, 27 Oct 2021 15:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-8a35f091-e033-4ec5-8e9e-492bc4293c97', 'x-compute-request-id': 'req-8a35f091-e033-4ec5-8e9e-492bc4293c97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:26,910 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:51:26,911 122904 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': 'Wed, 27 Oct 2021 15:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-915e89ff-9a70-40ae-b020-1dfe59c89afc', 'x-compute-request-id': 'req-915e89ff-9a70-40ae-b020-1dfe59c89afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:28,069 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:51:28,069 122904 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': 'Wed, 27 Oct 2021 15:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-9f765f2e-21c6-4ee9-82c0-8db91730fe71', 'x-compute-request-id': 'req-9f765f2e-21c6-4ee9-82c0-8db91730fe71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:29,228 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:51:29,229 122904 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': 'Wed, 27 Oct 2021 15:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a8567cdb-31cc-4e9b-9512-7876984e65dd', 'x-compute-request-id': 'req-a8567cdb-31cc-4e9b-9512-7876984e65dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:30,386 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:51:30,386 122904 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': 'Wed, 27 Oct 2021 15:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-852869eb-93f4-4456-89dd-b41846cb79d4', 'x-compute-request-id': 'req-852869eb-93f4-4456-89dd-b41846cb79d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:31,544 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:51:31,545 122904 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': 'Wed, 27 Oct 2021 15:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-e79b9d1b-8f60-4302-8643-8596b6984506', 'x-compute-request-id': 'req-e79b9d1b-8f60-4302-8643-8596b6984506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:32,712 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.157s 2021-10-27 15:51:32,712 122904 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': 'Wed, 27 Oct 2021 15:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a1a73f1a-7369-4ca2-b480-7177a5efd359', 'x-compute-request-id': 'req-a1a73f1a-7369-4ca2-b480-7177a5efd359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:33,878 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:51:33,878 122904 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': 'Wed, 27 Oct 2021 15:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-807a22f6-46bc-4673-a91f-24fd4540400a', 'x-compute-request-id': 'req-807a22f6-46bc-4673-a91f-24fd4540400a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:35,032 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.145s 2021-10-27 15:51:35,033 122904 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': 'Wed, 27 Oct 2021 15:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ec6bd3e7-e6a9-4608-acf4-89dbbe379174', 'x-compute-request-id': 'req-ec6bd3e7-e6a9-4608-acf4-89dbbe379174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:36,197 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:51:36,197 122904 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': 'Wed, 27 Oct 2021 15:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-d040bb6e-af52-41dd-808d-ab8f8b4401ae', 'x-compute-request-id': 'req-d040bb6e-af52-41dd-808d-ab8f8b4401ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:37,355 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:51:37,356 122904 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': 'Wed, 27 Oct 2021 15:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-6300c912-cccb-4a44-b59e-ea976b0085bf', 'x-compute-request-id': 'req-6300c912-cccb-4a44-b59e-ea976b0085bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:38,513 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:51:38,514 122904 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': 'Wed, 27 Oct 2021 15:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-aa31ffbd-db61-4bc2-a812-b7f1bd3e6dc9', 'x-compute-request-id': 'req-aa31ffbd-db61-4bc2-a812-b7f1bd3e6dc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:39,672 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:51:39,672 122904 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': 'Wed, 27 Oct 2021 15:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-abcc921e-e2b5-4c8b-a64a-7ce5d68d53fb', 'x-compute-request-id': 'req-abcc921e-e2b5-4c8b-a64a-7ce5d68d53fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:40,831 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.149s 2021-10-27 15:51:40,831 122904 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': 'Wed, 27 Oct 2021 15:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-df486a98-2c22-413c-b1e5-3c05ee94d4b7', 'x-compute-request-id': 'req-df486a98-2c22-413c-b1e5-3c05ee94d4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:41,987 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:51:41,988 122904 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': 'Wed, 27 Oct 2021 15:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-cb4d8ce5-21b8-4d51-aac7-d3df01e8c9f2', 'x-compute-request-id': 'req-cb4d8ce5-21b8-4d51-aac7-d3df01e8c9f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:43,145 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:51:43,145 122904 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': 'Wed, 27 Oct 2021 15:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-109f4121-090f-4401-8a31-9c0c995d22e3', 'x-compute-request-id': 'req-109f4121-090f-4401-8a31-9c0c995d22e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:44,313 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.157s 2021-10-27 15:51:44,313 122904 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': 'Wed, 27 Oct 2021 15:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-ba708c09-5de0-4c33-93b4-958583931449', 'x-compute-request-id': 'req-ba708c09-5de0-4c33-93b4-958583931449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:45,475 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:51:45,476 122904 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': 'Wed, 27 Oct 2021 15:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-3dfbe85c-cb2f-40d8-af70-859519c6f754', 'x-compute-request-id': 'req-3dfbe85c-cb2f-40d8-af70-859519c6f754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:46,636 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:51:46,636 122904 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': 'Wed, 27 Oct 2021 15:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-a5018f07-1183-49f8-a890-f35baecc3a2a', 'x-compute-request-id': 'req-a5018f07-1183-49f8-a890-f35baecc3a2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:47,800 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:51:47,800 122904 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': 'Wed, 27 Oct 2021 15:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-e5b59c3a-9a5e-46ce-98c9-1fbeed3ce498', 'x-compute-request-id': 'req-e5b59c3a-9a5e-46ce-98c9-1fbeed3ce498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:48,957 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:51:48,957 122904 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': 'Wed, 27 Oct 2021 15:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-cdfa3e8f-af4b-4500-95e8-7af3668a2cdf', 'x-compute-request-id': 'req-cdfa3e8f-af4b-4500-95e8-7af3668a2cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:50,227 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.261s 2021-10-27 15:51:50,228 122904 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': 'Wed, 27 Oct 2021 15:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-500151e7-4766-449c-89b5-cf12cb1a9632', 'x-compute-request-id': 'req-500151e7-4766-449c-89b5-cf12cb1a9632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:51,389 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:51:51,390 122904 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': 'Wed, 27 Oct 2021 15:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-705f7899-9d98-439b-868e-b9697ef73fad', 'x-compute-request-id': 'req-705f7899-9d98-439b-868e-b9697ef73fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:52,567 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.167s 2021-10-27 15:51:52,567 122904 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': 'Wed, 27 Oct 2021 15:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-3c071229-690f-468b-855c-59fd7aa442fa', 'x-compute-request-id': 'req-3c071229-690f-468b-855c-59fd7aa442fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:53,724 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.146s 2021-10-27 15:51:53,724 122904 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': 'Wed, 27 Oct 2021 15:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-71d7df4c-e39e-417b-adca-7822f3d2c62e', 'x-compute-request-id': 'req-71d7df4c-e39e-417b-adca-7822f3d2c62e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:54,905 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.172s 2021-10-27 15:51:54,905 122904 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': 'Wed, 27 Oct 2021 15:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-19ab0dc6-3295-4bc8-a562-6e3001c950cb', 'x-compute-request-id': 'req-19ab0dc6-3295-4bc8-a562-6e3001c950cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:56,068 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:51:56,069 122904 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': 'Wed, 27 Oct 2021 15:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-77e8870b-896f-4fda-8944-018bd1c05678', 'x-compute-request-id': 'req-77e8870b-896f-4fda-8944-018bd1c05678', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:57,236 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.155s 2021-10-27 15:51:57,237 122904 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': 'Wed, 27 Oct 2021 15:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-55963020-30c0-492a-8fef-ee36385445e9', 'x-compute-request-id': 'req-55963020-30c0-492a-8fef-ee36385445e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:58,395 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:51:58,395 122904 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': 'Wed, 27 Oct 2021 15:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-96714986-0ed7-4468-9d15-50fa351fa94d', 'x-compute-request-id': 'req-96714986-0ed7-4468-9d15-50fa351fa94d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:51:59,554 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.148s 2021-10-27 15:51:59,555 122904 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': 'Wed, 27 Oct 2021 15:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-9da1eeed-04bc-445f-bf5c-53b8f6f06bec', 'x-compute-request-id': 'req-9da1eeed-04bc-445f-bf5c-53b8f6f06bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:52:00,713 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:52:00,713 122904 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': 'Wed, 27 Oct 2021 15:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-b0a0e2f6-53c1-4ae5-8bab-899e3bfd2db0', 'x-compute-request-id': 'req-b0a0e2f6-53c1-4ae5-8bab-899e3bfd2db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:52:01,871 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.147s 2021-10-27 15:52:01,871 122904 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': 'Wed, 27 Oct 2021 15:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-63c167bb-a455-4d00-a758-3740cb988835', 'x-compute-request-id': 'req-63c167bb-a455-4d00-a758-3740cb988835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:52:03,033 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.151s 2021-10-27 15:52:03,034 122904 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': 'Wed, 27 Oct 2021 15:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-7ffafeff-fb16-4ea7-a173-5cf43acdb8f5', 'x-compute-request-id': 'req-7ffafeff-fb16-4ea7-a173-5cf43acdb8f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:52:04,195 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:52:04,195 122904 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': 'Wed, 27 Oct 2021 15:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-f7ad951c-60f2-4acb-8226-71f91bd867e0', 'x-compute-request-id': 'req-f7ad951c-60f2-4acb-8226-71f91bd867e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:52:05,358 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.152s 2021-10-27 15:52:05,358 122904 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': 'Wed, 27 Oct 2021 15:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-4f897adf-57e2-4303-80f1-3c17700e3937', 'x-compute-request-id': 'req-4f897adf-57e2-4303-80f1-3c17700e3937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:52:06,522 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.154s 2021-10-27 15:52:06,522 122904 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': 'Wed, 27 Oct 2021 15:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', '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-6b6fe7c9-d95b-441f-acca-7d36bd34928e', 'x-compute-request-id': 'req-6b6fe7c9-d95b-441f-acca-7d36bd34928e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"server": {"id": "a115c672-012e-4e45-b5c9-4427e7b66672", "name": "tempest-AttachVolumeShelveTestJSON-server-1215724564", "status": "SHELVED_OFFLOADED", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:42:53Z", "updated": "2021-10-27T15:48:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}, {"version": 4, "addr": "172.27.2.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5d:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a115c672-012e-4e45-b5c9-4427e7b66672"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1925595656", "OS-SRV-USG:launched_at": "2021-10-27T15:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1564271014"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 15:52:12,176 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3 5.639s 2021-10-27 15:52:12,176 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-449058bd-d95d-44f1-9e29-f8e4c62474e8', 'content-length': '1180', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-449058bd-d95d-44f1-9e29-f8e4c62474e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3'} Body: b'{"volume": {"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:08.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-930212315", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "attachment_id": "a5c31f10-e82d-4950-916d-3c66ef792b48", "volume_id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "server_id": "a115c672-012e-4e45-b5c9-4427e7b66672", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:53:12,243 122904 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments/edff6846-9aa2-4888-8ad9-b3c115a453d3 2021-10-27 15:54:12,304 122904 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments/edff6846-9aa2-4888-8ad9-b3c115a453d3 2021-10-27 15:55:12,361 122904 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments/edff6846-9aa2-4888-8ad9-b3c115a453d3 2021-10-27 15:56:12,420 122904 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments/edff6846-9aa2-4888-8ad9-b3c115a453d3 2021-10-27 15:57:12,479 122904 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments/edff6846-9aa2-4888-8ad9-b3c115a453d3 2021-10-27 15:58:12,540 122904 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments/edff6846-9aa2-4888-8ad9-b3c115a453d3 2021-10-27 15:59:12,600 122904 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments/edff6846-9aa2-4888-8ad9-b3c115a453d3 2021-10-27 15:59:17,794 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 DELETE http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments/edff6846-9aa2-4888-8ad9-b3c115a453d3 425.610s 2021-10-27 15:59:17,794 122904 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': 'Wed, 27 Oct 2021 15:59:12 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': '154', 'x-openstack-request-id': 'req-e02a8a74-b7b3-4b79-b6a4-17faad363b8a', 'x-compute-request-id': 'req-e02a8a74-b7b3-4b79-b6a4-17faad363b8a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments/edff6846-9aa2-4888-8ad9-b3c115a453d3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a115c672-012e-4e45-b5c9-4427e7b66672 is not attached to volume edff6846-9aa2-4888-8ad9-b3c115a453d3"}}' 2021-10-27 15:59:17,893 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments 0.098s 2021-10-27 15:59:17,893 122904 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': 'Wed, 27 Oct 2021 15:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25', '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-dcc4bd03-de36-4db1-964b-b6dcfe62a59c', 'x-compute-request-id': 'req-dcc4bd03-de36-4db1-964b-b6dcfe62a59c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672/os-volume_attachments'} Body: b'{"volumeAttachments": []}' 2021-10-27 15:59:17,940 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3 0.045s 2021-10-27 15:59:17,940 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37623491-1051-4d70-9a6e-cb88e291c82a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37623491-1051-4d70-9a6e-cb88e291c82a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3'} Body: b'{"volume": {"id": "edff6846-9aa2-4888-8ad9-b3c115a453d3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:08.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-930212315", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/edff6846-9aa2-4888-8ad9-b3c115a453d3"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:59:17,947 122904 INFO [tempest.common.waiters] volume edff6846-9aa2-4888-8ad9-b3c115a453d3 reached available after waiting for 0.947418 seconds 2021-10-27 15:59:20,472 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 2.524s 2021-10-27 15:59:20,472 122904 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': 'Wed, 27 Oct 2021 15:59:17 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-00be4149-6e78-41b5-8b63-52b2a11c385a', 'x-compute-request-id': 'req-00be4149-6e78-41b5-8b63-52b2a11c385a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'' 2021-10-27 15:59:20,508 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672 0.035s 2021-10-27 15:59:20,508 122904 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': 'Wed, 27 Oct 2021 15:59:20 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-e7370a2e-b199-45a0-8efa-d440493f16d8', 'x-compute-request-id': 'req-e7370a2e-b199-45a0-8efa-d440493f16d8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a115c672-012e-4e45-b5c9-4427e7b66672'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a115c672-012e-4e45-b5c9-4427e7b66672 could not be found."}}' 2021-10-27 15:59:20,537 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.64/compute/v2.1/os-keypairs/tempest-keypair-1925595656 0.027s 2021-10-27 15:59:20,537 122904 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': 'Wed, 27 Oct 2021 15:59:20 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-7a7b5635-341a-469d-80eb-bde699f80eb7', 'x-compute-request-id': 'req-7a7b5635-341a-469d-80eb-bde699f80eb7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64/compute/v2.1/os-keypairs/tempest-keypair-1925595656'} Body: b'' 2021-10-27 15:59:20,688 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.64:9696/v2.0/security-groups/92620dce-92e4-40f6-994b-ad535cd7e3df 0.151s 2021-10-27 15:59:20,689 122904 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-d6f9085a-b055-4e4d-bc26-6ab85d987bb6', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 15:59:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups/92620dce-92e4-40f6-994b-ad535cd7e3df'} Body: b'' 2021-10-27 15:59:20,716 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.64:9696/v2.0/security-groups/92620dce-92e4-40f6-994b-ad535cd7e3df 0.027s 2021-10-27 15:59:20,716 122904 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-beca57d1-e414-4789-82aa-b037e855144a', 'date': 'Wed, 27 Oct 2021 15:59:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups/92620dce-92e4-40f6-994b-ad535cd7e3df'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 92620dce-92e4-40f6-994b-ad535cd7e3df does not exist", "detail": ""}}' 2021-10-27 15:59:21,273 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.64:9696/v2.0/floatingips/28ee249d-494e-436c-a989-bc363cef3aaa 0.556s 2021-10-27 15:59:21,273 122904 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-ccdb0ef7-4275-4364-9cf8-f7b2123d8876', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 15:59:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64:9696/v2.0/floatingips/28ee249d-494e-436c-a989-bc363cef3aaa'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 275, in test_attach_volume_shelved_or_offload_server self._unshelve_server_and_check_volumes( File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 249, in _unshelve_server_and_check_volumes waiters.wait_for_server_status(self.servers_client, 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: (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Server a115c672-012e-4e45-b5c9-4427e7b66672 failed to reach ACTIVE status and task state "None" within the required time (360 s). Current status: SHELVED_OFFLOADED. Current task state: None. |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft8.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:'': {{{ 2021-10-27 15:59:21,400 122904 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-10-27 15:59:21,401 122904 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-10-27 15:59:21,636 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64/compute/v2.1/os-keypairs 0.234s 2021-10-27 15:59:21,637 122904 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-1671170217"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2320', '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-bf486ac0-698f-4f66-89fa-9d0224bf8ece', 'x-compute-request-id': 'req-bf486ac0-698f-4f66-89fa-9d0224bf8ece', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEArJMAH0k/wIbupCq+mL3+p2g+8rzbYLuBz26o12yWCANVc8sW\\nNCTCdIR8YwTuGJWclp1G5cT4KJp1cHLl475Ptd+GpZuwcrY5WbyaJ85Di2keYovH\\nQnmeHehQWQ2oRlgfnGeuup6UKDl4sIfJqn8GRl7pxqkdKcPy53kOtSVX7I6pm8pT\\nDk5H0RkGl8sjK/ht5LpUrLsByl6ldSzJoZVkxV/GAAMdd5B+Qa0KZX7s0/V0zB1v\\nm05hzDHK+mnakCoD53NDYyDdJpcGMwBTd03nzesGSip3/0Q3rtIgm7KDmFnY4Ii0\\nAaVA7gaJzUZyC6isgrUiM5FiSqMAnpm4pKpMgQIDAQABAoIBADw9kDRboGp3b4RU\\n+3VcFTGg3SBktnuc2KJtMXkJiZHAgCrMgLKxBkQgHz99cBOa3i9hNWdti2a5DDe1\\nk/Qc8bw+C8VxhHV2kKx3fqRYhxF6H0YtHuBgjcZI2wtLDiuIBXjWZJL2Wid0cGHG\\n9KmUb79O0HIthGWY5gjRJEYtg/SqAV2aPWjnwhixIZRk1c/R4sURB7hS2ClO83J9\\nbOOfGZKu0ZBhuQ8YkZrb1BHUHBaqYrDwQAWGApIirH5owuWDYgHEzngnnGCYu09K\\nWdcnQynIxTYhvXvHxfo7SEF13UuO+Zwx2sg9rckby8ccPyAEFiU2zkef+EKIeY+j\\nqufccbUCgYEA1aQw79R1P9ZmTnUc9IgKPaAD4pyTFlSlz29h8I0I4FTLYgmyf/5Q\\ny8g1Velq2+cwx+wLRRHBnMkxq2n4Jh8pVh5p9wWuaC6IKTvl0ZsJlVH2O/QDmGzB\\nn77fekTgIZAHnUXmS64g29DGqcYDORKi9Tl4UPJT8pdoCQ9bSV1ErlcCgYEAzspc\\nfW6V7ypYAgIACWoGLIUrwXFngjmKGNLbDBiiKxlY2CBPDgQrShkUtJbX8RGUN6dK\\nyhdAhJlOOXJIk8BlAUvxObBa33+D4YT6SftRmf1T6GUL8VBzd4qYNzYcfNnSlVv/\\nSX72v4XcZRIVVB4PTeGpMJGd8UzgNnswN4jBZOcCgYEAl5wJTmkLO94+g/cAMVhJ\\nTCo+F5bdmr8/W9HDQx4S6n/CRTR0g/hKBhNyJiGbP6r1JysPZFiReV4d7XMqMoNy\\npja3JCHX/v7mibyD/xdy2ZBsmWc1Ffo3/dFKbk5qb+byQF3WbGaJ0vR5xwlKSDo9\\ngqDiDS+q+0EPBz7qnUme78kCgYBXK0J1tWoKmUTkA8fUMBdOKQzazF0frfWipS+l\\nF7U0icjDwkrQ070TzSLHRVbdzdU26JREQCz4OE+bM6uYbN+m/kY/VTHZSL1lEVMY\\nYJJzYTA/pGi2Xn1uBMRJccvsbT2xrEgeySBmd50CFe9buBgnclqJmLiFgSx6is82\\nebVcPQKBgQDBkxKoIhohkSBGbZJBudOiWFi2zMkvYuebiP9rwyXQtUZyGqshnbyj\\nmtO4Jwj0gJvurpkNKrPBzwEXAiebvEM+0Psh86H0k5i5mtCXnxjBtRQFLWQkCVvm\\n3hagvO47S0+huMyjqhH0cMrUXiqv8RxZq+oI1WFpmsGk5IY9yA/rqw==\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-1671170217", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCskwAfST/Ahu6kKr6Yvf6naD7yvNtgu4HPbqjXbJYIA1VzyxY0JMJ0hHxjBO4YlZyWnUblxPgomnVwcuXjvk+134alm7BytjlZvJonzkOLaR5ii8dCeZ4d6FBZDahGWB+cZ666npQoOXiwh8mqfwZGXunGqR0pw/LneQ61JVfsjqmbylMOTkfRGQaXyyMr+G3kulSsuwHKXqV1LMmhlWTFX8YAAx13kH5BrQplfuzT9XTMHW+bTmHMMcr6adqQKgPnc0NjIN0mlwYzAFN3TefN6wZKKnf/RDeu0iCbsoOYWdjgiLQBpUDuBonNRnILqKyCtSIzkWJKowCembikqkyB Generated-by-Nova", "fingerprint": "76:c7:5e:bb:c8:d0:9d:98:59:b6:3c:aa:77:ee:39:39", "user_id": "ad48647323604612934a420a1accc6e8"}}' 2021-10-27 15:59:21,639 122904 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1671170217 created 2021-10-27 15:59:21,786 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64:9696/v2.0/security-groups 0.146s 2021-10-27 15:59:21,786 122904 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--1431112569", "description": "tempest-description--1228375351"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1580', 'x-openstack-request-id': 'req-81a7d2fd-7b16-463a-8e43-dd15e71d99b7', 'date': 'Wed, 27 Oct 2021 15:59:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "e66f56c9-5c20-4490-aba8-f3204beaf9c6", "name": "tempest-securitygroup--1431112569", "stateful": true, "tenant_id": "230ec93c7707410da240669b0a3e26a0", "description": "tempest-description--1228375351", "security_group_rules": [{"id": "4c151562-3db4-4089-afb7-dc92ba3242b3", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "security_group_id": "e66f56c9-5c20-4490-aba8-f3204beaf9c6", "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": 450, "description": null, "tags": [], "created_at": "2021-10-27T15:59:21Z", "updated_at": "2021-10-27T15:59:21Z", "revision_number": 0, "project_id": "230ec93c7707410da240669b0a3e26a0"}, {"id": "8851d466-88b7-4e7c-b74e-4d383f884394", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "security_group_id": "e66f56c9-5c20-4490-aba8-f3204beaf9c6", "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": 449, "description": null, "tags": [], "created_at": "2021-10-27T15:59:21Z", "updated_at": "2021-10-27T15:59:21Z", "revision_number": 0, "project_id": "230ec93c7707410da240669b0a3e26a0"}], "tags": [], "created_at": "2021-10-27T15:59:21Z", "updated_at": "2021-10-27T15:59:21Z", "revision_number": 1, "project_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:59:21,921 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.133s 2021-10-27 15:59:21,921 122904 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": "e66f56c9-5c20-4490-aba8-f3204beaf9c6", "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-39014d74-f994-4b80-a2ae-16c4c25af698', 'date': 'Wed, 27 Oct 2021 15:59:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f0d23d8b-3100-4304-9a9e-6fa84243aa10", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "security_group_id": "e66f56c9-5c20-4490-aba8-f3204beaf9c6", "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": "2021-10-27T15:59:21Z", "updated_at": "2021-10-27T15:59:21Z", "revision_number": 0, "project_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:59:22,048 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.126s 2021-10-27 15:59:22,049 122904 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": "e66f56c9-5c20-4490-aba8-f3204beaf9c6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4677aaf0-4c43-4871-923a-05969aab7625', 'date': 'Wed, 27 Oct 2021 15:59:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "24e0d7fa-f842-46b6-bb60-61f933ec4e0a", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "security_group_id": "e66f56c9-5c20-4490-aba8-f3204beaf9c6", "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": "2021-10-27T15:59:21Z", "updated_at": "2021-10-27T15:59:21Z", "revision_number": 0, "project_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:59:22,049 122904 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1431112569 created 2021-10-27 15:59:22,883 122904 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.64:9696/v2.0/floatingips 0.833s 2021-10-27 15:59:22,883 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '492', 'x-openstack-request-id': 'req-31c7c1dc-f79e-459f-b641-120709076a2b', 'date': 'Wed, 27 Oct 2021 15:59:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "992eeea6-aa58-4184-b364-ec97036b841f", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "floating_ip_address": "172.27.2.8", "floating_network_id": "73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "230ec93c7707410da240669b0a3e26a0", "description": "", "port_details": null, "tags": [], "created_at": "2021-10-27T15:59:22Z", "updated_at": "2021-10-27T15:59:22Z", "revision_number": 0}}' 2021-10-27 15:59:22,883 122904 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '992eeea6-aa58-4184-b364-ec97036b841f', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'floating_ip_address': '172.27.2.8', 'floating_network_id': '73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '230ec93c7707410da240669b0a3e26a0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T15:59:22Z', 'updated_at': '2021-10-27T15:59:22Z', 'revision_number': 0, 'ip': '172.27.2.8'} created 2021-10-27 15:59:22,933 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.64/identity/v3/auth/tokens 0.043s 2021-10-27 15:59:22,933 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3409', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b55c2ba5-bffb-4d7e-83f5-3e8e553382f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ad48647323604612934a420a1accc6e8", "name": "tempest-AttachVolumeShelveTestJSON-1144793860-project", "password_expires_at": null}, "audit_ids": ["vwsqn6oCRVmUukTnFKebIw"], "expires_at": "2021-10-27T16:59:22.000000Z", "issued_at": "2021-10-27T15:59:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "230ec93c7707410da240669b0a3e26a0", "name": "tempest-AttachVolumeShelveTestJSON-1144793860"}, "is_domain": false, "roles": [{"id": "00c8e00a761741e8819de28543428909", "name": "member"}, {"id": "e9940d740c0a4a0fbd94317893e5a802", "name": "reader"}], "catalog": [{"endpoints": [{"id": "b4db8dd0269c46829e2e76649ccb1e04", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0", "region": "RegionOne"}], "id": "21dbf5bfa1a8477c9ca79538352abfa1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ab514574bfb64ba59465e6bf62841582", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:9696/", "region": "RegionOne"}], "id": "3948e8a9abbd48c09e79056f91c5316a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "aca524351fcd44da92153bdaac2f449f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/image", "region": "RegionOne"}], "id": "4f00820f53644b6991510da7823af60c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "42a8b0527ee74f2f9403c9948b829245", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/placement", "region": "RegionOne"}], "id": "7152b137e2904bfd957884923990ea32", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fddd0e8011684747a31e59b5aa7e3ea4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2/230ec93c7707410da240669b0a3e26a0", "region": "RegionOne"}], "id": "822d203071214249a7a83ef440835e3b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4076637689554721974547285f58af92", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:8080/v1/AUTH_230ec93c7707410da240669b0a3e26a0", "region": "RegionOne"}, {"id": "a8d9bf22601c449e8b7a535d6d7276b2", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64:8080", "region": "RegionOne"}], "id": "8eff8e680a3c4406a065e6ecae5ba648", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "5d278f2ce716420e83193b40478b88ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2.1", "region": "RegionOne"}], "id": "ae9206745322423494edaa6a9e505642", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "1c8b9a49532b415298d4eee11f124d62", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}, {"id": "a2dc863a7c404207be9af45713d1f344", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}], "id": "d772d57bc3f94330ac63f753ce96888e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0da17f2b324b43fc8f9e453e0bbf5512", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0", "region": "RegionOne"}], "id": "ee642b2f9a8249c39d263d9d81a655f1", "type": "volumev3", "name": "cinderv3"}]}}' 2021-10-27 15:59:22,934 122904 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '8d1899d8-4d9e-4203-b7a3-8e2aac0591d6', 'name': 'tempest-AttachVolumeShelveTestJSON-2072730133-network', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '230ec93c7707410da240669b0a3e26a0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 1122, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T15:42:31Z', 'updated_at': '2021-10-27T15:42:31Z', 'revision_number': 1} available for tenant 2021-10-27 15:59:22,934 122904 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArJMAH0k/wIbupCq+mL3+p2g+8rzbYLuBz26o12yWCANVc8sW\nNCTCdIR8YwTuGJWclp1G5cT4KJp1cHLl475Ptd+GpZuwcrY5WbyaJ85Di2keYovH\nQnmeHehQWQ2oRlgfnGeuup6UKDl4sIfJqn8GRl7pxqkdKcPy53kOtSVX7I6pm8pT\nDk5H0RkGl8sjK/ht5LpUrLsByl6ldSzJoZVkxV/GAAMdd5B+Qa0KZX7s0/V0zB1v\nm05hzDHK+mnakCoD53NDYyDdJpcGMwBTd03nzesGSip3/0Q3rtIgm7KDmFnY4Ii0\nAaVA7gaJzUZyC6isgrUiM5FiSqMAnpm4pKpMgQIDAQABAoIBADw9kDRboGp3b4RU\n+3VcFTGg3SBktnuc2KJtMXkJiZHAgCrMgLKxBkQgHz99cBOa3i9hNWdti2a5DDe1\nk/Qc8bw+C8VxhHV2kKx3fqRYhxF6H0YtHuBgjcZI2wtLDiuIBXjWZJL2Wid0cGHG\n9KmUb79O0HIthGWY5gjRJEYtg/SqAV2aPWjnwhixIZRk1c/R4sURB7hS2ClO83J9\nbOOfGZKu0ZBhuQ8YkZrb1BHUHBaqYrDwQAWGApIirH5owuWDYgHEzngnnGCYu09K\nWdcnQynIxTYhvXvHxfo7SEF13UuO+Zwx2sg9rckby8ccPyAEFiU2zkef+EKIeY+j\nqufccbUCgYEA1aQw79R1P9ZmTnUc9IgKPaAD4pyTFlSlz29h8I0I4FTLYgmyf/5Q\ny8g1Velq2+cwx+wLRRHBnMkxq2n4Jh8pVh5p9wWuaC6IKTvl0ZsJlVH2O/QDmGzB\nn77fekTgIZAHnUXmS64g29DGqcYDORKi9Tl4UPJT8pdoCQ9bSV1ErlcCgYEAzspc\nfW6V7ypYAgIACWoGLIUrwXFngjmKGNLbDBiiKxlY2CBPDgQrShkUtJbX8RGUN6dK\nyhdAhJlOOXJIk8BlAUvxObBa33+D4YT6SftRmf1T6GUL8VBzd4qYNzYcfNnSlVv/\nSX72v4XcZRIVVB4PTeGpMJGd8UzgNnswN4jBZOcCgYEAl5wJTmkLO94+g/cAMVhJ\nTCo+F5bdmr8/W9HDQx4S6n/CRTR0g/hKBhNyJiGbP6r1JysPZFiReV4d7XMqMoNy\npja3JCHX/v7mibyD/xdy2ZBsmWc1Ffo3/dFKbk5qb+byQF3WbGaJ0vR5xwlKSDo9\ngqDiDS+q+0EPBz7qnUme78kCgYBXK0J1tWoKmUTkA8fUMBdOKQzazF0frfWipS+l\nF7U0icjDwkrQ070TzSLHRVbdzdU26JREQCz4OE+bM6uYbN+m/kY/VTHZSL1lEVMY\nYJJzYTA/pGi2Xn1uBMRJccvsbT2xrEgeySBmd50CFe9buBgnclqJmLiFgSx6is82\nebVcPQKBgQDBkxKoIhohkSBGbZJBudOiWFi2zMkvYuebiP9rwyXQtUZyGqshnbyj\nmtO4Jwj0gJvurpkNKrPBzwEXAiebvEM+0Psh86H0k5i5mtCXnxjBtRQFLWQkCVvm\n3hagvO47S0+huMyjqhH0cMrUXiqv8RxZq+oI1WFpmsGk5IY9yA/rqw==\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-1671170217', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCskwAfST/Ahu6kKr6Yvf6naD7yvNtgu4HPbqjXbJYIA1VzyxY0JMJ0hHxjBO4YlZyWnUblxPgomnVwcuXjvk+134alm7BytjlZvJonzkOLaR5ii8dCeZ4d6FBZDahGWB+cZ666npQoOXiwh8mqfwZGXunGqR0pw/LneQ61JVfsjqmbylMOTkfRGQaXyyMr+G3kulSsuwHKXqV1LMmhlWTFX8YAAx13kH5BrQplfuzT9XTMHW+bTmHMMcr6adqQKgPnc0NjIN0mlwYzAFN3TefN6wZKKnf/RDeu0iCbsoOYWdjgiLQBpUDuBonNRnILqKyCtSIzkWJKowCembikqkyB Generated-by-Nova', 'fingerprint': '76:c7:5e:bb:c8:d0:9d:98:59:b6:3c:aa:77:ee:39:39', 'user_id': 'ad48647323604612934a420a1accc6e8'}, 'security_group': {'id': 'e66f56c9-5c20-4490-aba8-f3204beaf9c6', 'name': 'tempest-securitygroup--1431112569', 'stateful': True, 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'description': 'tempest-description--1228375351', 'security_group_rules': [{'id': '4c151562-3db4-4089-afb7-dc92ba3242b3', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'security_group_id': 'e66f56c9-5c20-4490-aba8-f3204beaf9c6', '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': 450, 'description': None, 'tags': [], 'created_at': '2021-10-27T15:59:21Z', 'updated_at': '2021-10-27T15:59:21Z', 'revision_number': 0, 'project_id': '230ec93c7707410da240669b0a3e26a0'}, {'id': '8851d466-88b7-4e7c-b74e-4d383f884394', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'security_group_id': 'e66f56c9-5c20-4490-aba8-f3204beaf9c6', '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': 449, 'description': None, 'tags': [], 'created_at': '2021-10-27T15:59:21Z', 'updated_at': '2021-10-27T15:59:21Z', 'revision_number': 0, 'project_id': '230ec93c7707410da240669b0a3e26a0'}], 'tags': [], 'created_at': '2021-10-27T15:59:21Z', 'updated_at': '2021-10-27T15:59:21Z', 'revision_number': 1, 'project_id': '230ec93c7707410da240669b0a3e26a0'}, 'floating_ip': {'id': '992eeea6-aa58-4184-b364-ec97036b841f', 'tenant_id': '230ec93c7707410da240669b0a3e26a0', 'floating_ip_address': '172.27.2.8', 'floating_network_id': '73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '230ec93c7707410da240669b0a3e26a0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T15:59:22Z', 'updated_at': '2021-10-27T15:59:22Z', 'revision_number': 0, 'ip': '172.27.2.8'}} 2021-10-27 15:59:23,574 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.64/compute/v2.1/servers 0.638s 2021-10-27 15:59:23,574 122904 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-1185944054", "imageRef": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "8d1899d8-4d9e-4203-b7a3-8e2aac0591d6"}], "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "key_name": "tempest-keypair-1671170217", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6', '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-82d4dee2-97bb-4328-965c-95d93b02b19d', 'x-compute-request-id': 'req-82d4dee2-97bb-4328-965c-95d93b02b19d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/servers'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "adminPass": "password"}}' 2021-10-27 15:59:23,653 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.076s 2021-10-27 15:59:23,654 122904 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': 'Wed, 27 Oct 2021 15:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', '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-1e38dfbd-6574-44b4-be79-2be5ac98254b', 'x-compute-request-id': 'req-1e38dfbd-6574-44b4-be79-2be5ac98254b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:24Z", "updated": "2021-10-27T15:59:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1671170217", "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}}' 2021-10-27 15:59:24,775 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.111s 2021-10-27 15:59:24,776 122904 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': 'Wed, 27 Oct 2021 15:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', '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-12e387c2-e921-43be-95a2-fba90f6f2094', 'x-compute-request-id': 'req-12e387c2-e921-43be-95a2-fba90f6f2094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T15:59:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1671170217", "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}}' 2021-10-27 15:59:24,784 122904 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait 2021-10-27 15:59:25,959 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.174s 2021-10-27 15:59:25,959 122904 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': 'Wed, 27 Oct 2021 15:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-90a31471-86c1-481f-bdf0-1bfd6bd4047d', 'x-compute-request-id': 'req-90a31471-86c1-481f-bdf0-1bfd6bd4047d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T15:59:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1671170217", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "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}}' 2021-10-27 15:59:27,130 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.160s 2021-10-27 15:59:27,130 122904 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': 'Wed, 27 Oct 2021 15:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-96d5aff9-e821-434b-90dc-bcd1c15a279e', 'x-compute-request-id': 'req-96d5aff9-e821-434b-90dc-bcd1c15a279e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T15:59:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1671170217", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "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}}' 2021-10-27 15:59:28,302 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.161s 2021-10-27 15:59:28,302 122904 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': 'Wed, 27 Oct 2021 15:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-b4aa3bf8-3f70-4cb3-9d65-58c905fad1b8', 'x-compute-request-id': 'req-b4aa3bf8-3f70-4cb3-9d65-58c905fad1b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T15:59:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1671170217", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "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}}' 2021-10-27 15:59:29,468 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.156s 2021-10-27 15:59:29,469 122904 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': 'Wed, 27 Oct 2021 15:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-430efd9d-88a5-4538-9441-1e6309d642af', 'x-compute-request-id': 'req-430efd9d-88a5-4538-9441-1e6309d642af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T15:59:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1671170217", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "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}}' 2021-10-27 15:59:30,636 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.157s 2021-10-27 15:59:30,637 122904 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': 'Wed, 27 Oct 2021 15:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-b697e3cc-64a6-427a-ab02-11275ff56b83', 'x-compute-request-id': 'req-b697e3cc-64a6-427a-ab02-11275ff56b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T15:59:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1671170217", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "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}}' 2021-10-27 15:59:31,813 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.166s 2021-10-27 15:59:31,813 122904 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': 'Wed, 27 Oct 2021 15:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', '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-3a5041d9-80ae-4b34-8f39-7047af53e037', 'x-compute-request-id': 'req-3a5041d9-80ae-4b34-8f39-7047af53e037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "BUILD", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T15:59:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1671170217", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "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}}' 2021-10-27 15:59:32,990 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.167s 2021-10-27 15:59:32,990 122904 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': 'Wed, 27 Oct 2021 15:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1601', '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-39be0bbc-2247-485b-8c71-16cb61aaf0d1', 'x-compute-request-id': 'req-39be0bbc-2247-485b-8c71-16cb61aaf0d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T15:59:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:b0:23"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1671170217", "OS-SRV-USG:launched_at": "2021-10-27T15:59:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "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}}' 2021-10-27 15:59:32,999 122904 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2021-10-27 15:59:33,118 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/os-interface 0.118s 2021-10-27 15:59:33,119 122904 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': 'Wed, 27 Oct 2021 15:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', '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-ce07384f-0cc0-40c1-ba20-553f8432c6db', 'x-compute-request-id': 'req-ce07384f-0cc0-40c1-ba20-553f8432c6db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8d1899d8-4d9e-4203-b7a3-8e2aac0591d6", "port_id": "43a7889c-6014-4503-ab2d-82b1da4e36bd", "mac_addr": "fa:16:3e:19:b0:23", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f6132528-88f0-4c57-89b0-80a75197fb96", "ip_address": "172.20.0.11"}]}]}' 2021-10-27 15:59:34,564 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.64:9696/v2.0/floatingips/992eeea6-aa58-4184-b364-ec97036b841f 1.442s 2021-10-27 15:59:34,564 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "43a7889c-6014-4503-ab2d-82b1da4e36bd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-bab0b9d5-69f9-4d80-ac7c-f012bbe46828', 'date': 'Wed, 27 Oct 2021 15:59:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64:9696/v2.0/floatingips/992eeea6-aa58-4184-b364-ec97036b841f'} Body: b'{"floatingip": {"id": "992eeea6-aa58-4184-b364-ec97036b841f", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "floating_ip_address": "172.27.2.8", "floating_network_id": "73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3", "router_id": "222adc1b-69c7-491e-9c79-3e20d4340db8", "port_id": "43a7889c-6014-4503-ab2d-82b1da4e36bd", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8d1899d8-4d9e-4203-b7a3-8e2aac0591d6", "mac_address": "fa:16:3e:19:b0:23", "admin_state_up": true, "status": "ACTIVE", "device_id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-10-27T15:59:22Z", "updated_at": "2021-10-27T15:59:33Z", "revision_number": 1, "project_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 15:59:34,663 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.098s 2021-10-27 15:59:34,664 122904 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': 'Wed, 27 Oct 2021 15:59:34 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-1b4d35e0-264b-452b-90aa-33504d0ecaf8', 'x-compute-request-id': 'req-1b4d35e0-264b-452b-90aa-33504d0ecaf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": ""}' 2021-10-27 15:59:35,755 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.089s 2021-10-27 15:59:35,755 122904 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': 'Wed, 27 Oct 2021 15:59:35 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-69e10696-8813-4199-8745-c62a2b4d70a9', 'x-compute-request-id': 'req-69e10696-8813-4199-8745-c62a2b4d70a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": ""}' 2021-10-27 15:59:36,844 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.086s 2021-10-27 15:59:36,845 122904 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': 'Wed, 27 Oct 2021 15:59:36 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-bcdede05-d958-41f6-960f-bf7e83746b31', 'x-compute-request-id': 'req-bcdede05-d958-41f6-960f-bf7e83746b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": ""}' 2021-10-27 15:59:37,930 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.083s 2021-10-27 15:59:37,931 122904 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': 'Wed, 27 Oct 2021 15:59:37 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-9ec0c9b7-a555-45e9-a92a-f823b7a67ae2', 'x-compute-request-id': 'req-9ec0c9b7-a555-45e9-a92a-f823b7a67ae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": ""}' 2021-10-27 15:59:39,009 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.075s 2021-10-27 15:59:39,010 122904 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': 'Wed, 27 Oct 2021 15:59:38 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-02776886-c1e5-45b1-b349-f61b13f03d99', 'x-compute-request-id': 'req-02776886-c1e5-45b1-b349-f61b13f03d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": ""}' 2021-10-27 15:59:40,089 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.077s 2021-10-27 15:59:40,090 122904 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': 'Wed, 27 Oct 2021 15:59:40 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-3a3ffa33-de53-4a20-b2b0-fcab8931806a', 'x-compute-request-id': 'req-3a3ffa33-de53-4a20-b2b0-fcab8931806a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": ""}' 2021-10-27 15:59:41,169 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.077s 2021-10-27 15:59:41,170 122904 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': 'Wed, 27 Oct 2021 15:59:41 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-21670c81-3ddd-4dd8-94bf-0f0c0a1bb482', 'x-compute-request-id': 'req-21670c81-3ddd-4dd8-94bf-0f0c0a1bb482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": ""}' 2021-10-27 15:59:42,256 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.084s 2021-10-27 15:59:42,256 122904 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': 'Wed, 27 Oct 2021 15:59:42 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-b2919396-b3ca-49ca-aa19-d4cc96a9eacc', 'x-compute-request-id': 'req-b2919396-b3ca-49ca-aa19-d4cc96a9eacc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": ""}' 2021-10-27 15:59:43,337 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.077s 2021-10-27 15:59:43,337 122904 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': 'Wed, 27 Oct 2021 15:59:43 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-9605432b-1d07-4649-874a-93cbd047594e', 'x-compute-request-id': 'req-9605432b-1d07-4649-874a-93cbd047594e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": ""}' 2021-10-27 15:59:44,437 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.097s 2021-10-27 15:59:44,438 122904 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': 'Wed, 27 Oct 2021 15:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '12758', '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-5e624277-fe8f-480f-8c06-5d5a21213954', 'x-compute-request-id': 'req-5e624277-fe8f-480f-8c06-5d5a21213954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:45,538 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.098s 2021-10-27 15:59:45,538 122904 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': 'Wed, 27 Oct 2021 15:59:45 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-47f96cd5-87c5-49ec-9ff9-5793c4803860', 'x-compute-request-id': 'req-47f96cd5-87c5-49ec-9ff9-5793c4803860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:46,632 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.091s 2021-10-27 15:59:46,632 122904 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': 'Wed, 27 Oct 2021 15:59:46 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-e879deed-e516-4c6e-a651-f1ad04e1b938', 'x-compute-request-id': 'req-e879deed-e516-4c6e-a651-f1ad04e1b938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:47,729 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.093s 2021-10-27 15:59:47,729 122904 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': 'Wed, 27 Oct 2021 15:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22021', '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-fbdb4dc0-68d6-44eb-a265-311071897a5d', 'x-compute-request-id': 'req-fbdb4dc0-68d6-44eb-a265-311071897a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:48,823 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.091s 2021-10-27 15:59:48,825 122904 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': 'Wed, 27 Oct 2021 15:59:48 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-8b0cbaee-7502-475e-a588-fa28fe0f6010', 'x-compute-request-id': 'req-8b0cbaee-7502-475e-a588-fa28fe0f6010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:49,917 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.089s 2021-10-27 15:59:49,918 122904 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': 'Wed, 27 Oct 2021 15:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25026', '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-1081f7e3-72dc-44e0-aba5-efbfec0cde86', 'x-compute-request-id': 'req-1081f7e3-72dc-44e0-aba5-efbfec0cde86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:51,018 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.098s 2021-10-27 15:59:51,018 122904 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': 'Wed, 27 Oct 2021 15:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26547', '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-314efb35-7325-4c38-88bb-fac9508dcc27', 'x-compute-request-id': 'req-314efb35-7325-4c38-88bb-fac9508dcc27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:52,127 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.106s 2021-10-27 15:59:52,128 122904 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': 'Wed, 27 Oct 2021 15:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27633', '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-01d1bb59-1988-49c4-b59d-1d009b88b019', 'x-compute-request-id': 'req-01d1bb59-1988-49c4-b59d-1d009b88b019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:53,232 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.102s 2021-10-27 15:59:53,233 122904 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': 'Wed, 27 Oct 2021 15:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28073', '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-7cb8455a-a179-47a8-a010-d4225a76838c', 'x-compute-request-id': 'req-7cb8455a-a179-47a8-a010-d4225a76838c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:54,326 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.091s 2021-10-27 15:59:54,327 122904 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': 'Wed, 27 Oct 2021 15:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28216', '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-026f4c41-4d9f-474c-b3aa-bc674902077c', 'x-compute-request-id': 'req-026f4c41-4d9f-474c-b3aa-bc674902077c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:55,414 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.084s 2021-10-27 15:59:55,415 122904 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': 'Wed, 27 Oct 2021 15:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28216', '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-f92351eb-a08e-4f85-a7ad-7661cac7d9c4', 'x-compute-request-id': 'req-f92351eb-a08e-4f85-a7ad-7661cac7d9c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:56,512 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.094s 2021-10-27 15:59:56,513 122904 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': 'Wed, 27 Oct 2021 15:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28507', '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-6e7098df-b942-490f-a808-940e46c7cba5', 'x-compute-request-id': 'req-6e7098df-b942-490f-a808-940e46c7cba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:57,612 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.096s 2021-10-27 15:59:57,613 122904 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': 'Wed, 27 Oct 2021 15:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28675', '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-4f769db8-4808-4dc6-8e26-600f1bc9057a', 'x-compute-request-id': 'req-4f769db8-4808-4dc6-8e26-600f1bc9057a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:58,701 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.085s 2021-10-27 15:59:58,702 122904 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': 'Wed, 27 Oct 2021 15:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28675', '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-6fc80248-9de8-459a-abdb-f0f5de2a416c', 'x-compute-request-id': 'req-6fc80248-9de8-459a-abdb-f0f5de2a416c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 15:59:59,786 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.082s 2021-10-27 15:59:59,787 122904 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': 'Wed, 27 Oct 2021 15:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28675', '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-63384218-e1e5-42a8-9f87-ade159a7dfb9', 'x-compute-request-id': 'req-63384218-e1e5-42a8-9f87-ade159a7dfb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:00,899 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.109s 2021-10-27 16:00:00,900 122904 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': 'Wed, 27 Oct 2021 16:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30010', '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-b27f514c-2178-4c97-b927-bd1508cdbc94', 'x-compute-request-id': 'req-b27f514c-2178-4c97-b927-bd1508cdbc94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:01,997 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.095s 2021-10-27 16:00:01,998 122904 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': 'Wed, 27 Oct 2021 16:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32019', '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-98cca99b-e570-4250-89b2-c4f647c153f7', 'x-compute-request-id': 'req-98cca99b-e570-4250-89b2-c4f647c153f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:03,093 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.092s 2021-10-27 16:00:03,093 122904 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': 'Wed, 27 Oct 2021 16:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33472', '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-17f7338c-2a56-40b3-9294-d71af4d962ed', 'x-compute-request-id': 'req-17f7338c-2a56-40b3-9294-d71af4d962ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:04,193 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.097s 2021-10-27 16:00:04,194 122904 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': 'Wed, 27 Oct 2021 16:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34510', '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-0409ef60-82af-431c-afd2-0d8247bc2e9c', 'x-compute-request-id': 'req-0409ef60-82af-431c-afd2-0d8247bc2e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:05,291 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.094s 2021-10-27 16:00:05,291 122904 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': 'Wed, 27 Oct 2021 16:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35551', '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-dfa5ddea-16c6-445d-a453-51a050cb3aa4', 'x-compute-request-id': 'req-dfa5ddea-16c6-445d-a453-51a050cb3aa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:06,387 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.092s 2021-10-27 16:00:06,388 122904 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': 'Wed, 27 Oct 2021 16:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37027', '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-0237a79c-2032-42fa-9317-7489fecfad24', 'x-compute-request-id': 'req-0237a79c-2032-42fa-9317-7489fecfad24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:07,482 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.090s 2021-10-27 16:00:07,482 122904 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': 'Wed, 27 Oct 2021 16:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38234', '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-f85b327d-4066-4b6c-8dd0-4c3fd907cfd3', 'x-compute-request-id': 'req-f85b327d-4066-4b6c-8dd0-4c3fd907cfd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:08,570 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.084s 2021-10-27 16:00:08,571 122904 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': 'Wed, 27 Oct 2021 16:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38234', '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-3f1c2d9d-def2-437c-b6a6-0cc368beedfe', 'x-compute-request-id': 'req-3f1c2d9d-def2-437c-b6a6-0cc368beedfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:09,657 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.082s 2021-10-27 16:00:09,658 122904 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': 'Wed, 27 Oct 2021 16:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38234', '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-6b41125c-c8b3-4009-ab10-44be6ac4ebf5', 'x-compute-request-id': 'req-6b41125c-c8b3-4009-ab10-44be6ac4ebf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:10,742 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.081s 2021-10-27 16:00:10,743 122904 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': 'Wed, 27 Oct 2021 16:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38234', '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-0ff09ba4-b75e-46b8-8d19-746116d35559', 'x-compute-request-id': 'req-0ff09ba4-b75e-46b8-8d19-746116d35559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:11,835 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action 0.089s 2021-10-27 16:00:11,836 122904 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': 'Wed, 27 Oct 2021 16:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38377', '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-5a5dcb94-e134-47a2-89ab-01de26750c27', 'x-compute-request-id': 'req-5a5dcb94-e134-47a2-89ab-01de26750c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-10-27 16:00:11,881 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/ips 0.043s 2021-10-27 16:00:11,881 122904 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': 'Wed, 27 Oct 2021 16:00:11 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-587f7282-060b-4410-a804-5860bad4deb2', 'x-compute-request-id': 'req-587f7282-060b-4410-a804-5860bad4deb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.11"}, {"version": 4, "addr": "172.27.2.8"}]}}' 2021-10-27 16:00:12,075 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes 0.191s 2021-10-27 16:00:12,075 122904 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-65374070"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-306dcf13-c527-41fd-b31b-be3d3a72be69', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-306dcf13-c527-41fd-b31b-be3d3a72be69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.008163", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 16:00:12,125 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:00:12,125 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff9d36bc-606d-4975-a804-6673284fa9d2', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff9d36bc-606d-4975-a804-6673284fa9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:13,170 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:13,170 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e69913e-fa49-4164-9fb1-2f0cd023326d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e69913e-fa49-4164-9fb1-2f0cd023326d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:14,218 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:00:14,219 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c45439-65bc-4371-88fa-899d43b88017', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c45439-65bc-4371-88fa-899d43b88017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:15,265 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:15,265 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-132fa7a7-b094-49b9-a734-c4a5935e9962', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-132fa7a7-b094-49b9-a734-c4a5935e9962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:16,315 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:00:16,316 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c06840de-5668-4451-9006-f7be3baad6b9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c06840de-5668-4451-9006-f7be3baad6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:17,361 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:17,361 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e188baa5-55b0-484c-9d7c-7ca5ecb6eca6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e188baa5-55b0-484c-9d7c-7ca5ecb6eca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:18,407 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:18,407 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf41df0f-14c1-4dc9-8494-5727709c16aa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf41df0f-14c1-4dc9-8494-5727709c16aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:19,453 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:19,453 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0353f413-2472-4258-83e6-e948c0252394', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0353f413-2472-4258-83e6-e948c0252394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:20,499 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:20,499 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-548b9481-8c82-4a7a-bf89-e0c88baab354', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-548b9481-8c82-4a7a-bf89-e0c88baab354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:21,545 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:21,545 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-099a15bd-0bba-41a1-9157-cf0cbb5ef618', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-099a15bd-0bba-41a1-9157-cf0cbb5ef618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:22,590 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:22,591 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d69f069-1c2d-4a4c-af75-4104def50d01', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d69f069-1c2d-4a4c-af75-4104def50d01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:23,636 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:23,636 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac43d63e-9e83-48c0-ad99-43c9cfe996eb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac43d63e-9e83-48c0-ad99-43c9cfe996eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:24,682 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:24,682 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea5715d-fc6d-4d55-aa0a-e0062ab2e44b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea5715d-fc6d-4d55-aa0a-e0062ab2e44b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:25,728 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:25,728 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f153fa9-6478-4e06-81ff-66b5296138a4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f153fa9-6478-4e06-81ff-66b5296138a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:26,774 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:26,774 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b76db02-12d0-4597-8f56-bcc7aa7b8cc1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b76db02-12d0-4597-8f56-bcc7aa7b8cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:27,820 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:27,820 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7520754a-06f0-455e-af34-e7094c3f3c4b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7520754a-06f0-455e-af34-e7094c3f3c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:28,867 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:28,868 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18503f7e-ef53-4325-b1ed-957fa83f72e0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18503f7e-ef53-4325-b1ed-957fa83f72e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:29,912 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:00:29,912 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0a0725-3597-41fe-a8b9-d5036f08fc54', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c0a0725-3597-41fe-a8b9-d5036f08fc54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:30,957 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:30,958 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-910cf93b-d92a-423a-a4d3-272aea7983ab', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-910cf93b-d92a-423a-a4d3-272aea7983ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:32,002 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:00:32,002 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809b7586-64eb-4c16-86d7-e369f4b0789f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809b7586-64eb-4c16-86d7-e369f4b0789f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:33,046 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:00:33,047 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a643705-4f27-4542-a598-e5632c67803d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a643705-4f27-4542-a598-e5632c67803d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:34,093 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:00:34,093 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acd2af2-126d-4d2b-8cb9-863c219e09cb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acd2af2-126d-4d2b-8cb9-863c219e09cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:35,138 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:35,139 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b5cd0e8-5935-42fc-91cf-c6bcda9b469c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b5cd0e8-5935-42fc-91cf-c6bcda9b469c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:36,184 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:36,184 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192c8236-b675-4daf-a1da-f0222abd627b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192c8236-b675-4daf-a1da-f0222abd627b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:37,230 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:37,231 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75032f1b-b8c8-4112-8789-13b2bae1cb18', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75032f1b-b8c8-4112-8789-13b2bae1cb18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:38,275 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:00:38,275 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77bef467-5109-4378-b68e-576965fe9ed5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77bef467-5109-4378-b68e-576965fe9ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:39,321 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:00:39,321 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c920164-709c-41c7-a415-f0da7ff873c5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c920164-709c-41c7-a415-f0da7ff873c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:40,368 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:40,368 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-307bb304-6a81-414b-8ded-7b00f24681bc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-307bb304-6a81-414b-8ded-7b00f24681bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:41,413 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:41,414 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e8aaaf3-8f6d-41a4-95d9-fcf95ac5535b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e8aaaf3-8f6d-41a4-95d9-fcf95ac5535b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:42,459 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:00:42,459 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b12a4867-a8cb-49ff-9e4b-38d9b08d14e6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b12a4867-a8cb-49ff-9e4b-38d9b08d14e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:43,511 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:00:43,511 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9850e624-1110-4a4c-9940-f9840ffa0cee', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9850e624-1110-4a4c-9940-f9840ffa0cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:44,557 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:44,557 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8ee9380-2076-460f-b7f9-1ef075d9c632', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8ee9380-2076-460f-b7f9-1ef075d9c632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:45,605 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:00:45,605 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad3bb13a-29b2-4c30-9adc-e189bfb65f00', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad3bb13a-29b2-4c30-9adc-e189bfb65f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:46,649 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:00:46,649 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a28e2c8c-3cb7-4a96-9252-e9bfbe8e5e24', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a28e2c8c-3cb7-4a96-9252-e9bfbe8e5e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:47,696 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:47,696 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ddfc558-76a7-4ce8-80a1-d3424f9aaca3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ddfc558-76a7-4ce8-80a1-d3424f9aaca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:48,742 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:48,742 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64fe1bbf-7a87-4ce7-a7a3-f774295ffe2d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64fe1bbf-7a87-4ce7-a7a3-f774295ffe2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:49,787 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:49,787 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d20ac35c-5579-40a0-81a1-e199a9147a41', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d20ac35c-5579-40a0-81a1-e199a9147a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:50,832 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:00:50,833 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5e3d811-df11-408d-869d-50ea4cbfc8c6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5e3d811-df11-408d-869d-50ea4cbfc8c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:51,879 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:51,879 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96ee8c36-daa7-46aa-993c-0467414ab1c5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96ee8c36-daa7-46aa-993c-0467414ab1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:52,924 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:52,924 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c9e6e1-1eaa-4783-829e-1dbeb824b8f4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c9e6e1-1eaa-4783-829e-1dbeb824b8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:53,969 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:00:53,969 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a128d20-ba80-445c-95b6-2ed4769f7394', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a128d20-ba80-445c-95b6-2ed4769f7394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:55,015 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:00:55,016 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba927e48-69f6-42bc-8cb0-254f331255dc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba927e48-69f6-42bc-8cb0-254f331255dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:56,061 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:00:56,061 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff17534d-bf02-41f1-b9eb-58e1e42c2fe6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff17534d-bf02-41f1-b9eb-58e1e42c2fe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:57,108 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:00:57,108 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48903f83-ea17-4514-a445-a8a4934838ac', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48903f83-ea17-4514-a445-a8a4934838ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:58,155 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:00:58,156 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c4322f-e892-4ba3-aaba-3f095c500994', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21c4322f-e892-4ba3-aaba-3f095c500994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:00:59,202 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:00:59,203 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d98b113b-8804-44c1-b74f-e28fbf726836', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d98b113b-8804-44c1-b74f-e28fbf726836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:00,248 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:01:00,248 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a0af0c-7798-4b67-9089-9161e6e48fb0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a0af0c-7798-4b67-9089-9161e6e48fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:01,306 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.050s 2021-10-27 16:01:01,307 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ac2b488-519f-40b4-81b6-c529720dcd5b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ac2b488-519f-40b4-81b6-c529720dcd5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:02,359 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:01:02,360 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dd5af60-1601-4418-a566-8ba0f4241c3c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dd5af60-1601-4418-a566-8ba0f4241c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:03,408 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:01:03,408 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-726e36d3-b8f0-4292-a61f-bf27f23b1e2b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-726e36d3-b8f0-4292-a61f-bf27f23b1e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:04,453 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:01:04,454 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c283e5-9325-4ea0-a9e2-169007e26a38', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c283e5-9325-4ea0-a9e2-169007e26a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:05,500 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:01:05,501 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93511165-cead-4af5-b8d5-ed7f362e024f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93511165-cead-4af5-b8d5-ed7f362e024f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:06,546 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:01:06,546 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b4d3c99-4509-4553-a1d1-c880aabf6d59', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b4d3c99-4509-4553-a1d1-c880aabf6d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:07,592 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:01:07,592 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c1ce0ce-8556-4af6-91fd-1627e3080d7a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c1ce0ce-8556-4af6-91fd-1627e3080d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:08,638 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:01:08,638 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b385add-83f8-48d1-ad33-711b5811eedd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b385add-83f8-48d1-ad33-711b5811eedd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:09,682 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:01:09,683 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40fa47a1-770e-47e3-9a22-30495b923dac', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40fa47a1-770e-47e3-9a22-30495b923dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:10,729 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:01:10,729 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8203df16-03cc-407c-bd4b-5d8464ce7892', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8203df16-03cc-407c-bd4b-5d8464ce7892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:11,774 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:01:11,774 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdbbae3a-f692-4691-b337-50e44ffcc0ea', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdbbae3a-f692-4691-b337-50e44ffcc0ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:12,819 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:01:12,819 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50592a82-3a2f-4ac2-897c-3d0aa15d7813', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50592a82-3a2f-4ac2-897c-3d0aa15d7813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:13,865 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:01:13,865 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc136a0-d4b5-45aa-8427-6bbba89c0c27', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc136a0-d4b5-45aa-8427-6bbba89c0c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:14,911 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:01:14,911 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acafea7b-6955-4eb7-9709-0876f221c3fc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acafea7b-6955-4eb7-9709-0876f221c3fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:15,958 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:01:15,959 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a07fe6dc-aa09-4dd6-bcce-955586970a33', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a07fe6dc-aa09-4dd6-bcce-955586970a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:17,006 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:01:17,007 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e30e0a-b832-46f0-8e46-9e1dce8ebf21', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e30e0a-b832-46f0-8e46-9e1dce8ebf21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:18,052 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:01:18,053 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b52dc2-b473-4438-89b8-63837ef1933f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b52dc2-b473-4438-89b8-63837ef1933f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:19,097 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:01:19,097 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3171f38-c195-4ee7-acb2-c5dd00eac6e9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3171f38-c195-4ee7-acb2-c5dd00eac6e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:20,141 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:01:20,142 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fef778f-5cb5-4d9e-9f3e-8d27e362e6a0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fef778f-5cb5-4d9e-9f3e-8d27e362e6a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:21,186 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:01:21,187 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01f6a298-9def-4b50-b702-babd7bc71008', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01f6a298-9def-4b50-b702-babd7bc71008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:22,231 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:01:22,232 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc780cf-0419-4e68-8f74-5d6991581182', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc780cf-0419-4e68-8f74-5d6991581182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:23,276 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:01:23,277 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df4deacb-2933-4900-b921-04e94518d5c9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df4deacb-2933-4900-b921-04e94518d5c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:24,323 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:01:24,323 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231bd800-1968-4ce2-8b97-2022df26ebb0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231bd800-1968-4ce2-8b97-2022df26ebb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:25,374 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:01:25,374 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-164ffbb5-5ea2-4f85-85c5-02a7a7f3d7e5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-164ffbb5-5ea2-4f85-85c5-02a7a7f3d7e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:26,425 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:01:26,426 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2315815-b5d1-461c-a2ec-8a0cff1615d0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2315815-b5d1-461c-a2ec-8a0cff1615d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:27,482 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:01:27,482 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f861df55-a7f6-4d01-b0db-e0129a8bdd35', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f861df55-a7f6-4d01-b0db-e0129a8bdd35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:28,531 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:01:28,532 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9970f2f-478f-4af2-9f87-3c33a644e1a3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9970f2f-478f-4af2-9f87-3c33a644e1a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:29,581 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:01:29,581 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-314873f8-3add-4042-b2e0-b97289b9be7a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-314873f8-3add-4042-b2e0-b97289b9be7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:30,645 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.055s 2021-10-27 16:01:30,645 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca62fe9d-d7d0-4d0f-a62e-2efcae57cc01', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca62fe9d-d7d0-4d0f-a62e-2efcae57cc01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:31,700 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:01:31,701 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de6a96ce-4eef-4111-94ee-d503d74d35c4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de6a96ce-4eef-4111-94ee-d503d74d35c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:32,747 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:01:32,748 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-972fba0d-a686-4c5c-9a9c-e8e7d1dcf1ac', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-972fba0d-a686-4c5c-9a9c-e8e7d1dcf1ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:33,812 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.057s 2021-10-27 16:01:33,813 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8808ddba-83db-4148-b9dc-bc774d394a28', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8808ddba-83db-4148-b9dc-bc774d394a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:34,860 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:01:34,860 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61c36443-0e31-4f87-93eb-b7aa6c229cf9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61c36443-0e31-4f87-93eb-b7aa6c229cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:35,910 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:01:35,911 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0657d7fa-4386-4a89-abe6-0c3153676319', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0657d7fa-4386-4a89-abe6-0c3153676319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:36,957 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:01:36,958 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f6947ab-e075-4961-af5c-0558b5853f22', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6947ab-e075-4961-af5c-0558b5853f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:38,012 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:01:38,012 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba37e1fc-9e8c-4134-9aa9-c5b57ac64474', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba37e1fc-9e8c-4134-9aa9-c5b57ac64474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:39,062 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:01:39,062 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38aeb5d6-68e7-468f-9b34-f2385bd66eff', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38aeb5d6-68e7-468f-9b34-f2385bd66eff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:40,114 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:01:40,114 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f494438-d0df-424a-8a78-f18c685b1b49', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f494438-d0df-424a-8a78-f18c685b1b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:41,168 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:01:41,169 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9f4f52-8738-493f-a9bb-391d7c10f4ff', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9f4f52-8738-493f-a9bb-391d7c10f4ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:42,218 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:01:42,218 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-299257c3-6717-4d79-b8fb-fce0b7499e76', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-299257c3-6717-4d79-b8fb-fce0b7499e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:43,265 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:01:43,265 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77a29485-f567-4354-bfa9-df99d4ab6393', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77a29485-f567-4354-bfa9-df99d4ab6393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:44,317 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:01:44,317 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef007a78-cc3e-42da-a8a2-f34156bd3958', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef007a78-cc3e-42da-a8a2-f34156bd3958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:45,370 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:01:45,371 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-236f422b-cf8d-4163-9baf-792bbd353b7a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-236f422b-cf8d-4163-9baf-792bbd353b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:46,422 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:01:46,423 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56bb9edf-3ece-4c16-a145-07202071530b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56bb9edf-3ece-4c16-a145-07202071530b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:47,470 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:01:47,471 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b9a3bb-37c9-4e77-9b78-664afb640359', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b9a3bb-37c9-4e77-9b78-664afb640359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:48,521 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:01:48,522 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-078d3954-bfc5-4aa7-9258-76764e5d5c57', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-078d3954-bfc5-4aa7-9258-76764e5d5c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:49,570 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:01:49,571 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2381f5cc-bcf4-4e8b-a47a-8154ff73e805', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2381f5cc-bcf4-4e8b-a47a-8154ff73e805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:50,622 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:01:50,622 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7638b71f-dad0-4438-ace4-29b66d1edec4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7638b71f-dad0-4438-ace4-29b66d1edec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:51,670 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:01:51,670 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cccccd89-9988-4dd7-ae21-9e46abf24f6a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cccccd89-9988-4dd7-ae21-9e46abf24f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:52,725 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:01:52,725 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-697d63df-0c3f-47ba-b177-f6c97cb1c64e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-697d63df-0c3f-47ba-b177-f6c97cb1c64e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:53,774 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:01:53,774 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a31bb56-900a-4fd6-8e1c-317f729d21a9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a31bb56-900a-4fd6-8e1c-317f729d21a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:54,822 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:01:54,822 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01069565-a3b2-4ea8-bf9e-ffb89c0887ec', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01069565-a3b2-4ea8-bf9e-ffb89c0887ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:55,873 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:01:55,873 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04f63913-66b5-43b7-b924-52a49480ec12', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f63913-66b5-43b7-b924-52a49480ec12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:56,924 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:01:56,924 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9a72fa5-e9bf-439a-a299-442dd213d0c3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9a72fa5-e9bf-439a-a299-442dd213d0c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:57,977 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:01:57,978 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c2ede6-95e4-4853-851c-cb53a3eba70f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c2ede6-95e4-4853-851c-cb53a3eba70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:01:59,029 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:01:59,029 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2631d7e2-65e0-40b0-bd05-3728b3f60ea8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2631d7e2-65e0-40b0-bd05-3728b3f60ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:00,093 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.055s 2021-10-27 16:02:00,093 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38c6d455-64c9-43c4-9888-ae5027e1965d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38c6d455-64c9-43c4-9888-ae5027e1965d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:01,142 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:02:01,142 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a42bfc4a-4c48-4fd6-b756-7da25087791b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a42bfc4a-4c48-4fd6-b756-7da25087791b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:02,207 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.056s 2021-10-27 16:02:02,207 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20ad1c6a-2022-4763-8403-76427bb3b644', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20ad1c6a-2022-4763-8403-76427bb3b644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:03,253 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:02:03,254 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa8733a9-8a05-449f-a0a9-7a507fd06b6c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa8733a9-8a05-449f-a0a9-7a507fd06b6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:04,301 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:02:04,302 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebebe659-e835-4c0a-b0f2-e1a533cc0143', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebebe659-e835-4c0a-b0f2-e1a533cc0143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:05,356 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:02:05,356 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a18e8b-7cc4-4b2c-bdbe-ace843cbab8a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a18e8b-7cc4-4b2c-bdbe-ace843cbab8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:06,401 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:02:06,402 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174629ad-0b82-4351-8b6b-e3e400c6f6df', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174629ad-0b82-4351-8b6b-e3e400c6f6df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:07,452 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:02:07,452 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-569b92b9-bcef-4b9a-ab50-89902f7883b3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-569b92b9-bcef-4b9a-ab50-89902f7883b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:08,504 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:02:08,504 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6051103-12c6-4f75-9833-f5c9ba3b6b09', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6051103-12c6-4f75-9833-f5c9ba3b6b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:09,561 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:02:09,561 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88d22cfe-c849-4179-971b-23594ff37c57', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88d22cfe-c849-4179-971b-23594ff37c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:10,611 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:02:10,611 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c651d6b5-4417-4dab-8025-2c6f6452bc75', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c651d6b5-4417-4dab-8025-2c6f6452bc75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:11,661 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:02:11,661 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41c0a90d-9069-4924-988f-e1f357134b08', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41c0a90d-9069-4924-988f-e1f357134b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:12,717 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.047s 2021-10-27 16:02:12,717 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d19780b9-8768-4b3a-a40c-7f5fb3a753c8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d19780b9-8768-4b3a-a40c-7f5fb3a753c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:13,776 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.051s 2021-10-27 16:02:13,776 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04744a4c-4f63-4227-b2cd-769cb88cbf4e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04744a4c-4f63-4227-b2cd-769cb88cbf4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:14,823 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:02:14,823 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c03d7f3-0889-4daa-8adf-61f3c69ac9e6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c03d7f3-0889-4daa-8adf-61f3c69ac9e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:15,879 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:02:15,880 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5efb9e0-e56f-419d-a9af-bd32b35ad309', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5efb9e0-e56f-419d-a9af-bd32b35ad309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:16,929 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:02:16,930 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-476364e1-2925-42e9-9933-b670740cf529', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-476364e1-2925-42e9-9933-b670740cf529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:17,980 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:02:17,980 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e1f28e6-5854-4d2e-ab40-65d84b188ef3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e1f28e6-5854-4d2e-ab40-65d84b188ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:19,028 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:02:19,028 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a17d6a-c7bb-4174-b658-36e48db0a607', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a17d6a-c7bb-4174-b658-36e48db0a607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:20,078 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:02:20,079 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9205720-154e-4020-a48f-3071c2e1f347', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9205720-154e-4020-a48f-3071c2e1f347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:21,133 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:02:21,134 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aa4e8c0-9d7d-446c-96c5-ae18419a7ed3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aa4e8c0-9d7d-446c-96c5-ae18419a7ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:22,185 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:02:22,186 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4549e22f-1091-4676-895f-9844f1b2d051', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4549e22f-1091-4676-895f-9844f1b2d051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:23,234 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:02:23,234 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71ce4c66-3086-4d9c-b0cd-f1bf81b9f3f2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71ce4c66-3086-4d9c-b0cd-f1bf81b9f3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:24,283 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:02:24,284 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b83627-d79c-455d-bc1c-b9ef6ad41066', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b83627-d79c-455d-bc1c-b9ef6ad41066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:25,340 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:02:25,340 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc84ec6-513d-41ba-9d96-d4e8c88b1a64', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc84ec6-513d-41ba-9d96-d4e8c88b1a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:26,388 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:02:26,388 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab1f161-dc93-49dc-bf92-2ba3b9cc3532', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab1f161-dc93-49dc-bf92-2ba3b9cc3532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:27,439 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:02:27,439 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce20514-3ddf-4e4e-a9e8-a740a541791d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cce20514-3ddf-4e4e-a9e8-a740a541791d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:28,487 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:02:28,488 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01f5320f-0ddc-4ab5-bcba-9fd9f25511cd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01f5320f-0ddc-4ab5-bcba-9fd9f25511cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:29,541 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:02:29,541 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd9cfc7-61f7-43aa-bceb-f753efc09eb1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd9cfc7-61f7-43aa-bceb-f753efc09eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:30,594 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:02:30,594 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56415c4f-0162-472d-ad63-920134c3d62e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56415c4f-0162-472d-ad63-920134c3d62e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:31,645 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:02:31,645 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f947779-9975-4ade-9fb0-1bcca9cd8af2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f947779-9975-4ade-9fb0-1bcca9cd8af2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:32,697 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:02:32,697 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79d81063-83fa-4993-b0a3-3da8c17c3fad', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79d81063-83fa-4993-b0a3-3da8c17c3fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:33,744 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:02:33,745 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68d81f1-9ae4-4460-8261-46815f63c93d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68d81f1-9ae4-4460-8261-46815f63c93d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:34,796 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:02:34,796 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-268d6cc8-c9a4-463a-b14a-81d4527d56cb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-268d6cc8-c9a4-463a-b14a-81d4527d56cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:35,845 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:02:35,845 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dda65bd-bb18-4af8-98f3-cff99b12a671', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dda65bd-bb18-4af8-98f3-cff99b12a671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:36,897 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:02:36,898 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb9436d1-ed0c-433e-bddf-bf167436ec73', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb9436d1-ed0c-433e-bddf-bf167436ec73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:37,952 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:02:37,952 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fd48e13-bcef-4fda-bfd2-fb2183b87a6d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fd48e13-bcef-4fda-bfd2-fb2183b87a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:39,013 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.053s 2021-10-27 16:02:39,013 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a163cff2-024f-4961-885c-ccb8c815d52f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a163cff2-024f-4961-885c-ccb8c815d52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:40,066 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:02:40,066 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca2c1799-b3b8-41ba-a5da-e60fcac75286', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca2c1799-b3b8-41ba-a5da-e60fcac75286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:41,118 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:02:41,118 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44701a7-1f45-4a70-8c1b-5129ecf55471', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44701a7-1f45-4a70-8c1b-5129ecf55471', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:42,170 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:02:42,171 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4fad2d3-30b3-4618-8906-d19f8e5b057d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4fad2d3-30b3-4618-8906-d19f8e5b057d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:43,223 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:02:43,223 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d65f6e-2e09-4111-bfc2-2da4ca03fc35', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d65f6e-2e09-4111-bfc2-2da4ca03fc35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:44,270 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:02:44,271 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf83d503-3cf2-4736-a63d-48a511897d07', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf83d503-3cf2-4736-a63d-48a511897d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:45,324 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:02:45,324 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58bbb6c9-ebde-4b8a-8f35-350e109060d5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58bbb6c9-ebde-4b8a-8f35-350e109060d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:46,371 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:02:46,372 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3a1d21e-217f-49dc-a548-89e196b479bc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3a1d21e-217f-49dc-a548-89e196b479bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:47,420 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:02:47,420 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c143418-c21a-465e-b5f4-4c9a24eb71e1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c143418-c21a-465e-b5f4-4c9a24eb71e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:48,470 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:02:48,471 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cd61e3b-cc36-4948-9605-59505270ff9b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cd61e3b-cc36-4948-9605-59505270ff9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:49,525 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:02:49,525 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db354cd6-7d2e-4e21-9141-ba3d12876d98', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db354cd6-7d2e-4e21-9141-ba3d12876d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:50,573 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:02:50,573 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-370faa50-3140-4267-a89e-f309dffe0ad9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-370faa50-3140-4267-a89e-f309dffe0ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:51,640 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.059s 2021-10-27 16:02:51,640 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea385989-8d6a-4f86-8bd3-08e64b552a68', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea385989-8d6a-4f86-8bd3-08e64b552a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:52,685 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:02:52,686 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493a803f-6179-4456-a1de-ef862ba7ac9b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493a803f-6179-4456-a1de-ef862ba7ac9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:53,737 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:02:53,737 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae965a6-1325-4624-9ba6-c4c57c02aeba', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae965a6-1325-4624-9ba6-c4c57c02aeba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:54,784 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:02:54,784 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b142302e-0465-43b1-ab62-e8cbef675528', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b142302e-0465-43b1-ab62-e8cbef675528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:55,838 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:02:55,838 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf44f311-6a2c-4db0-a630-b96325b4d681', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf44f311-6a2c-4db0-a630-b96325b4d681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:56,890 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:02:56,891 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0902ac00-5698-4398-b69f-f2ccab18a449', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0902ac00-5698-4398-b69f-f2ccab18a449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:57,948 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.049s 2021-10-27 16:02:57,948 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2ea6ff-99b8-42e7-b402-ad7ef80770b6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2ea6ff-99b8-42e7-b402-ad7ef80770b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:02:59,001 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:02:59,001 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23998e48-285b-4372-9836-1ef0f594573d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23998e48-285b-4372-9836-1ef0f594573d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:00,045 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:03:00,045 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e534130-edfb-41e4-80c8-b75e76ac3ec5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e534130-edfb-41e4-80c8-b75e76ac3ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:01,102 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.049s 2021-10-27 16:03:01,102 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-514872bd-ab83-48f9-ab2a-41a60f4cd4f9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-514872bd-ab83-48f9-ab2a-41a60f4cd4f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:02,154 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:03:02,154 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb0bfbda-63f7-4f2f-88a8-8b9e200deead', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb0bfbda-63f7-4f2f-88a8-8b9e200deead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:03,223 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.061s 2021-10-27 16:03:03,224 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90bba4fc-77f1-432e-94a1-646cdd301c4a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90bba4fc-77f1-432e-94a1-646cdd301c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:04,269 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:03:04,270 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578c4bc2-cd91-421f-ac1b-dca597aa3a0a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578c4bc2-cd91-421f-ac1b-dca597aa3a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:05,315 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:03:05,315 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8523df8-2915-4223-a0e1-acf78a370432', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8523df8-2915-4223-a0e1-acf78a370432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:06,366 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:03:06,367 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cdc3700-08a9-49d4-9b1b-93fbfda9f6f3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cdc3700-08a9-49d4-9b1b-93fbfda9f6f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:07,413 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:03:07,413 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d49619b-bff1-4cf5-92fb-fddef77636be', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d49619b-bff1-4cf5-92fb-fddef77636be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:08,465 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:03:08,465 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb063256-e4ad-4f66-83a7-c0a673270890', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb063256-e4ad-4f66-83a7-c0a673270890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:09,519 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:03:09,519 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f76f6a12-369f-459e-b4b5-c9bebf6ea11d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f76f6a12-369f-459e-b4b5-c9bebf6ea11d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:10,576 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.049s 2021-10-27 16:03:10,577 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca40ecdc-bf90-42d9-a782-02525741d831', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca40ecdc-bf90-42d9-a782-02525741d831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:11,621 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:03:11,622 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c66c368a-85db-4562-8c1e-44eed1bb8980', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c66c368a-85db-4562-8c1e-44eed1bb8980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:12,672 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:03:12,673 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7365b476-b42d-4bfa-8850-7c75bb2812ad', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7365b476-b42d-4bfa-8850-7c75bb2812ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:13,724 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:03:13,725 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8801d3e2-e91a-41af-a060-3ee279bc8179', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8801d3e2-e91a-41af-a060-3ee279bc8179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:14,779 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.047s 2021-10-27 16:03:14,780 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640456ab-36e8-4bff-b211-d0f9b246e3c7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640456ab-36e8-4bff-b211-d0f9b246e3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:15,832 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:03:15,833 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdb56c69-d46b-4e9f-81e5-ee8d2582baf4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdb56c69-d46b-4e9f-81e5-ee8d2582baf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:16,884 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:03:16,885 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6a5a177-f6b0-4503-b770-baa0dcca1f39', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6a5a177-f6b0-4503-b770-baa0dcca1f39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:17,934 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:03:17,935 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-756157ca-6c81-410a-b293-234cf5b0f410', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-756157ca-6c81-410a-b293-234cf5b0f410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:18,992 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.050s 2021-10-27 16:03:18,992 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e3b6b3c-8b33-4bf8-9221-ce4d0981722b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e3b6b3c-8b33-4bf8-9221-ce4d0981722b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:20,048 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:03:20,048 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f970746c-0b71-41bb-ad9c-a1c8d96fea98', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f970746c-0b71-41bb-ad9c-a1c8d96fea98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:21,102 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:03:21,102 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1e22886-462f-4d36-b783-725ef3b89e00', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1e22886-462f-4d36-b783-725ef3b89e00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:22,148 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:03:22,149 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5789e629-1d29-460b-aefd-5aa8ec3a8fb3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5789e629-1d29-460b-aefd-5aa8ec3a8fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:23,212 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.056s 2021-10-27 16:03:23,212 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02d15e6d-54ec-4e21-8803-8db4b461f152', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02d15e6d-54ec-4e21-8803-8db4b461f152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:24,265 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:03:24,265 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee58678-20cc-43cb-bcdb-2b388df28ea3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee58678-20cc-43cb-bcdb-2b388df28ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:25,312 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:03:25,312 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c730705-d9f8-4d0a-99d1-e2397ccf9efa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c730705-d9f8-4d0a-99d1-e2397ccf9efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:26,363 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:03:26,363 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9787643f-6275-4c5b-88db-98e8f711418b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9787643f-6275-4c5b-88db-98e8f711418b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:27,411 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:03:27,411 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-015f8ee8-c598-430d-a601-4c493681709b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-015f8ee8-c598-430d-a601-4c493681709b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:28,462 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:03:28,462 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4446b84-8708-409b-8af5-0ec6fd5d0e03', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4446b84-8708-409b-8af5-0ec6fd5d0e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:29,518 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:03:29,519 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee674c74-22e4-4b85-ab10-2648194184c5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee674c74-22e4-4b85-ab10-2648194184c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:30,578 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.051s 2021-10-27 16:03:30,578 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393b44b4-595c-43c3-a910-def6aedc4a64', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393b44b4-595c-43c3-a910-def6aedc4a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:31,630 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:03:31,631 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c21a96bf-1073-46cb-ac52-29cf74d38df0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c21a96bf-1073-46cb-ac52-29cf74d38df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:32,688 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.049s 2021-10-27 16:03:32,689 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c463c88b-c52d-4057-b2dc-d11b0e1c9fcf', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c463c88b-c52d-4057-b2dc-d11b0e1c9fcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:33,743 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:03:33,743 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7436df01-2ef4-4b7b-86df-5602a1e94a80', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7436df01-2ef4-4b7b-86df-5602a1e94a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:34,795 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:03:34,795 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-243d8b34-fb58-4f87-9924-5e98a5431842', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-243d8b34-fb58-4f87-9924-5e98a5431842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:35,844 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:03:35,845 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19eed9ab-f87e-4353-b2d5-38960f8bafab', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19eed9ab-f87e-4353-b2d5-38960f8bafab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:36,918 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.065s 2021-10-27 16:03:36,918 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61517f46-ce01-405c-80d8-953d1bff2841', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61517f46-ce01-405c-80d8-953d1bff2841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:37,979 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.053s 2021-10-27 16:03:37,979 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d4616bb-84d4-4b18-9a9f-ea57a6429e8e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4616bb-84d4-4b18-9a9f-ea57a6429e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:39,036 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:03:39,036 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e65e7b9-da45-4d2f-9809-8ba83fbef616', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e65e7b9-da45-4d2f-9809-8ba83fbef616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:40,082 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:03:40,082 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-682e9a70-99f3-4352-926e-f8494d175138', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-682e9a70-99f3-4352-926e-f8494d175138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:41,140 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.049s 2021-10-27 16:03:41,140 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cdcd46c-14aa-4ed5-a595-e97f193f38bf', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cdcd46c-14aa-4ed5-a595-e97f193f38bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:42,192 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:03:42,192 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab096c8-9c4c-4874-b4da-8d33edaa7392', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab096c8-9c4c-4874-b4da-8d33edaa7392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:43,246 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:03:43,247 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01d53507-89e1-4a0a-9337-d5bf773ef302', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01d53507-89e1-4a0a-9337-d5bf773ef302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:44,308 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.054s 2021-10-27 16:03:44,309 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5da0ac5-1088-447a-9fc2-04b7b8335d30', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5da0ac5-1088-447a-9fc2-04b7b8335d30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:45,357 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:03:45,357 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3258c6-db4b-4a3a-ab27-c08e20f97213', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3258c6-db4b-4a3a-ab27-c08e20f97213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:46,410 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:03:46,410 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6cf6d1-c122-4316-a8f7-ab42dbde4aaa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6cf6d1-c122-4316-a8f7-ab42dbde4aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:47,464 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:03:47,465 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b80612-73cd-4233-817e-7b9cd7640abd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b80612-73cd-4233-817e-7b9cd7640abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:48,561 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.090s 2021-10-27 16:03:48,562 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3532b535-8a4a-40fe-8fbb-0b815fe6e600', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3532b535-8a4a-40fe-8fbb-0b815fe6e600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:49,611 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:03:49,611 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bed33fc-f8ab-4574-9834-bf3d5b41b532', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bed33fc-f8ab-4574-9834-bf3d5b41b532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:50,657 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:03:50,657 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64a4bac8-724f-458e-9ba1-b70164dde469', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64a4bac8-724f-458e-9ba1-b70164dde469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:51,717 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.051s 2021-10-27 16:03:51,717 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9ae7efc-3d61-4084-b3b8-5f83629a692a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9ae7efc-3d61-4084-b3b8-5f83629a692a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:52,762 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.036s 2021-10-27 16:03:52,763 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ade0ffc-6d9d-4641-a2a4-039ec1441f22', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ade0ffc-6d9d-4641-a2a4-039ec1441f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:53,816 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:03:53,817 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94c21faa-3f3e-4ff4-bf3a-b6ff92aa5bbe', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94c21faa-3f3e-4ff4-bf3a-b6ff92aa5bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:54,866 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:03:54,867 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0716b69-5c02-40e3-81c1-0d77fbf8bc8d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0716b69-5c02-40e3-81c1-0d77fbf8bc8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:55,919 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:03:55,919 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d80237-0a8a-433a-9676-4c4107a8ff3a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d80237-0a8a-433a-9676-4c4107a8ff3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:56,983 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.056s 2021-10-27 16:03:56,984 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-133cf6e6-022d-44d2-a3b0-9fddaf0f601a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-133cf6e6-022d-44d2-a3b0-9fddaf0f601a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:58,031 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:03:58,032 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95dfe123-16a1-4577-aac9-5a813d3fcb74', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95dfe123-16a1-4577-aac9-5a813d3fcb74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:03:59,083 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:03:59,084 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b1e19e-ecfc-4ffb-9e97-0e2df12c9652', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b1e19e-ecfc-4ffb-9e97-0e2df12c9652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:00,133 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:04:00,133 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92272928-804e-441b-9ef6-765230982d30', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92272928-804e-441b-9ef6-765230982d30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:01,182 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:04:01,183 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a35a4cf-7642-4349-a432-fd5e3e064656', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a35a4cf-7642-4349-a432-fd5e3e064656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:02,233 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:04:02,234 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f204aa26-0a68-45d3-943e-801ffcb930de', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f204aa26-0a68-45d3-943e-801ffcb930de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:03,290 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.047s 2021-10-27 16:04:03,290 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb378184-f538-4ef4-9265-2abd8ba86310', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb378184-f538-4ef4-9265-2abd8ba86310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:04,340 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:04:04,340 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea7ec9d-19b8-4e41-ad8b-878309450ada', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea7ec9d-19b8-4e41-ad8b-878309450ada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:05,425 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.077s 2021-10-27 16:04:05,425 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89b8e65-33dd-4801-95c2-97fc8e0575e7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89b8e65-33dd-4801-95c2-97fc8e0575e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:06,475 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:04:06,476 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-423f8d62-7cfc-4741-83ee-3c676248b8d1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-423f8d62-7cfc-4741-83ee-3c676248b8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:07,532 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:04:07,532 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c68d0462-641c-439a-a6fc-34d743dd02a4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c68d0462-641c-439a-a6fc-34d743dd02a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:08,580 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:04:08,581 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c85bb18-bc0e-4619-8170-fc2d6c14917c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c85bb18-bc0e-4619-8170-fc2d6c14917c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:09,634 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:04:09,634 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-171d479b-2d93-4db3-bcb9-fade4a8fa52a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-171d479b-2d93-4db3-bcb9-fade4a8fa52a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:10,691 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.050s 2021-10-27 16:04:10,692 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f067af1-8f0c-4eb7-9fbb-603d66e37b30', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f067af1-8f0c-4eb7-9fbb-603d66e37b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:11,742 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:04:11,743 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd81602b-3d8d-41de-99f3-37ac5de42876', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd81602b-3d8d-41de-99f3-37ac5de42876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:12,797 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:04:12,797 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5d085d0-6419-4488-a91d-fbbc6f45f947', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5d085d0-6419-4488-a91d-fbbc6f45f947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:13,848 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:04:13,849 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f67d514-b1d4-4398-9851-4b88f33cb99f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f67d514-b1d4-4398-9851-4b88f33cb99f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:14,906 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.049s 2021-10-27 16:04:14,907 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de496230-2963-49a2-a84d-63fe3a47b39f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de496230-2963-49a2-a84d-63fe3a47b39f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:15,969 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.050s 2021-10-27 16:04:15,969 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e33eb7c4-b9c1-4aa1-ab53-4f881af75313', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e33eb7c4-b9c1-4aa1-ab53-4f881af75313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:17,080 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.101s 2021-10-27 16:04:17,080 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92af94b1-b0b0-4d58-9dd8-7956abb0d15b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92af94b1-b0b0-4d58-9dd8-7956abb0d15b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:18,140 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.051s 2021-10-27 16:04:18,140 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aba35b7-cad3-4f9f-a5cd-29a25cd5f13c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aba35b7-cad3-4f9f-a5cd-29a25cd5f13c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:19,195 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:04:19,195 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43879b53-028d-44f2-9311-e4da9f0f338e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43879b53-028d-44f2-9311-e4da9f0f338e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:20,256 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.050s 2021-10-27 16:04:20,256 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d78221-27d6-4ad2-b0fb-002e9a77e546', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d78221-27d6-4ad2-b0fb-002e9a77e546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:21,313 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.049s 2021-10-27 16:04:21,313 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b49e0433-2692-4a3e-ad95-c02684de826c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b49e0433-2692-4a3e-ad95-c02684de826c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:22,370 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.049s 2021-10-27 16:04:22,370 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3f3d805-5d1d-4358-ad0b-e663e2e96411', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3f3d805-5d1d-4358-ad0b-e663e2e96411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:23,425 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.047s 2021-10-27 16:04:23,426 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95f36331-5d17-4195-8e27-a490ff382639', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95f36331-5d17-4195-8e27-a490ff382639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:24,480 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.047s 2021-10-27 16:04:24,481 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34feb1e4-06c8-4955-8804-14e44be3bca4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34feb1e4-06c8-4955-8804-14e44be3bca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:25,540 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.051s 2021-10-27 16:04:25,540 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29fe0113-c47a-4883-8b6f-57431493c859', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29fe0113-c47a-4883-8b6f-57431493c859', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:26,598 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.049s 2021-10-27 16:04:26,599 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bfb578c-8928-4bd0-a4e7-ad49cef7da3a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bfb578c-8928-4bd0-a4e7-ad49cef7da3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:27,665 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.057s 2021-10-27 16:04:27,666 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4099476-df53-465a-bd66-960e83be60b9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4099476-df53-465a-bd66-960e83be60b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:28,721 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:04:28,722 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3955fb94-ef22-494c-af3c-d581fa2804f2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3955fb94-ef22-494c-af3c-d581fa2804f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:29,775 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:04:29,776 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51606969-5785-4261-a931-6a8e91702c78', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51606969-5785-4261-a931-6a8e91702c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:30,826 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:04:30,826 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f7fa47d-4a98-4988-8079-50067bae3b16', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f7fa47d-4a98-4988-8079-50067bae3b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:31,892 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.056s 2021-10-27 16:04:31,893 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4965829b-a4ad-4817-92be-426b8a2b0446', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4965829b-a4ad-4817-92be-426b8a2b0446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:32,964 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.061s 2021-10-27 16:04:32,964 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe78522-db8e-4117-b6c9-e4bc55dcf1aa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe78522-db8e-4117-b6c9-e4bc55dcf1aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:34,013 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:04:34,013 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78fc3681-2d5d-4925-bdc9-fc09431f4031', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78fc3681-2d5d-4925-bdc9-fc09431f4031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:35,074 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.053s 2021-10-27 16:04:35,075 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-207e0318-6b9e-4c5b-97f1-c150f985d6be', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-207e0318-6b9e-4c5b-97f1-c150f985d6be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:36,122 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:04:36,122 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76401827-cdcc-4881-a1c8-0b6eb75d327b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76401827-cdcc-4881-a1c8-0b6eb75d327b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:37,169 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:04:37,170 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dadf5b65-4f06-4e43-a13f-9a0f949bd5d9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dadf5b65-4f06-4e43-a13f-9a0f949bd5d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:38,225 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:04:38,225 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-961099c6-913d-42d8-95df-e21b2366d977', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-961099c6-913d-42d8-95df-e21b2366d977', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:39,278 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:04:39,279 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90177dc0-95f0-45eb-9b90-a1be47407af5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90177dc0-95f0-45eb-9b90-a1be47407af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:40,331 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:04:40,332 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d01ba946-8ff4-4adf-8bda-7dafd1e68dc4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d01ba946-8ff4-4adf-8bda-7dafd1e68dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:41,382 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:04:41,382 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ed41cb3-3bb8-4caa-9409-5e655caf1e79', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ed41cb3-3bb8-4caa-9409-5e655caf1e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:42,432 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:04:42,433 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c40a3d-9a5b-4cd6-af47-5c66d5438ee6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c40a3d-9a5b-4cd6-af47-5c66d5438ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:43,487 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.047s 2021-10-27 16:04:43,488 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f23ad7b7-29cd-4747-a3ac-99bbab2b1e07', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f23ad7b7-29cd-4747-a3ac-99bbab2b1e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:44,538 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:04:44,538 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-effafa35-67d0-4cea-9a1c-625f93e36d73', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-effafa35-67d0-4cea-9a1c-625f93e36d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:45,591 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:04:45,591 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a76a4103-15ff-406e-b30a-8636e96123a3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a76a4103-15ff-406e-b30a-8636e96123a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:46,638 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:04:46,639 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36468c22-bb75-4c34-b256-ea68e803a705', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36468c22-bb75-4c34-b256-ea68e803a705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:47,688 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:04:47,689 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f98b66a-3c73-414a-8fb6-3f861bca24fb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f98b66a-3c73-414a-8fb6-3f861bca24fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:48,745 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:04:48,745 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579e0c6e-0ced-4f87-a6ca-5de52225c75e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579e0c6e-0ced-4f87-a6ca-5de52225c75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:49,792 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:04:49,792 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c09cbae5-23e2-4a5e-877a-45dcc542d9d0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c09cbae5-23e2-4a5e-877a-45dcc542d9d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:50,840 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:04:50,840 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e578dfbd-6ee1-4507-83f6-005e28086294', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e578dfbd-6ee1-4507-83f6-005e28086294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:51,888 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:04:51,888 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f020abc7-6982-4be3-88a4-67aa7b548c19', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f020abc7-6982-4be3-88a4-67aa7b548c19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:52,948 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.052s 2021-10-27 16:04:52,949 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2ea72c3-d623-4f6a-b343-cc34c7c42109', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2ea72c3-d623-4f6a-b343-cc34c7c42109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:53,997 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:04:53,998 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3036e06-8fea-4dc0-9801-29a4acbba1ca', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3036e06-8fea-4dc0-9801-29a4acbba1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:55,050 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:04:55,051 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785854a1-5123-4dfc-b5b8-85d8cefb201a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785854a1-5123-4dfc-b5b8-85d8cefb201a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:56,109 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.051s 2021-10-27 16:04:56,110 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-096fded0-d612-4648-b995-df385c86e01c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-096fded0-d612-4648-b995-df385c86e01c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:57,171 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.052s 2021-10-27 16:04:57,172 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c733f416-5daa-4bc9-8ee0-b0d8ac15dbe8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c733f416-5daa-4bc9-8ee0-b0d8ac15dbe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:58,253 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.073s 2021-10-27 16:04:58,254 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f1e2389-1315-4482-b3a1-bf5be202f551', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f1e2389-1315-4482-b3a1-bf5be202f551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:04:59,306 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:04:59,306 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b74292c-ec86-460e-92f7-03d4918a5fb1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b74292c-ec86-460e-92f7-03d4918a5fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:00,356 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:05:00,356 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0cd6d39-ecf4-4392-99de-036c3ac6d8d0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0cd6d39-ecf4-4392-99de-036c3ac6d8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:01,411 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.047s 2021-10-27 16:05:01,411 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d14d99a-9479-4d26-b4e8-4b4f333c55f0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d14d99a-9479-4d26-b4e8-4b4f333c55f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:02,467 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.047s 2021-10-27 16:05:02,467 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94a2368b-4fd9-48c0-acae-ba4c2b3f1ab4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94a2368b-4fd9-48c0-acae-ba4c2b3f1ab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:03,542 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.066s 2021-10-27 16:05:03,543 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e1310f-2126-4b3a-8172-3eb5d5d78a89', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e1310f-2126-4b3a-8172-3eb5d5d78a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:04,588 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:05:04,589 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f39f07d-c384-4c02-bd0a-8e612c439219', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f39f07d-c384-4c02-bd0a-8e612c439219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:05,636 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:05:05,636 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-533a1b51-a776-4fa6-898c-e2a67f7b67be', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-533a1b51-a776-4fa6-898c-e2a67f7b67be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:06,683 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:05:06,683 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6afca38a-b6e2-49ab-9713-f50fa8438bde', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6afca38a-b6e2-49ab-9713-f50fa8438bde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:07,730 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:05:07,730 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-374a6533-b6ea-48ba-bdf2-da4d237a36b0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-374a6533-b6ea-48ba-bdf2-da4d237a36b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:08,776 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:05:08,776 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbca036e-686d-48d3-8a42-93759e8722eb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbca036e-686d-48d3-8a42-93759e8722eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:09,822 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:05:09,823 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77ed8c4f-115a-46b0-af93-8b0e5fa92dcb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77ed8c4f-115a-46b0-af93-8b0e5fa92dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:10,892 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.061s 2021-10-27 16:05:10,892 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02813531-0197-4a52-8dad-1f4ac2ceb390', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02813531-0197-4a52-8dad-1f4ac2ceb390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:11,939 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:05:11,939 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7ead05-6f1b-4948-bbc9-0671bc60eee5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7ead05-6f1b-4948-bbc9-0671bc60eee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:13,005 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.057s 2021-10-27 16:05:13,005 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fcc1d9a-321d-4f20-9edc-f25748eb4347', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fcc1d9a-321d-4f20-9edc-f25748eb4347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:14,051 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:05:14,052 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ca7afe-e72d-4635-97c8-16302cb52254', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ca7afe-e72d-4635-97c8-16302cb52254', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:15,098 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:05:15,098 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994d8968-5073-4cd8-a0fc-ef6b5915d794', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994d8968-5073-4cd8-a0fc-ef6b5915d794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:16,165 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.059s 2021-10-27 16:05:16,165 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf87ca9-e8b2-4d4b-b854-1948d8d632de', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cf87ca9-e8b2-4d4b-b854-1948d8d632de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:17,279 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.105s 2021-10-27 16:05:17,279 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03143ee6-2ea3-48e0-b1b2-1280602af52a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03143ee6-2ea3-48e0-b1b2-1280602af52a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:18,331 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:05:18,332 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-403d3440-216f-428d-be2e-c0b0ac26217c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-403d3440-216f-428d-be2e-c0b0ac26217c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:19,392 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.051s 2021-10-27 16:05:19,392 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2532b1-58be-4aa1-8ea0-a917f25ab7b0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2532b1-58be-4aa1-8ea0-a917f25ab7b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:20,473 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.072s 2021-10-27 16:05:20,474 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49fe9786-7eef-4701-b7aa-41a5ebaa809d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49fe9786-7eef-4701-b7aa-41a5ebaa809d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:21,568 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.079s 2021-10-27 16:05:21,568 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33afb247-ac81-45e1-b5b8-2a24e1837250', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33afb247-ac81-45e1-b5b8-2a24e1837250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:22,653 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.077s 2021-10-27 16:05:22,653 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3cbe5b6-01f1-4924-83f5-365731db920d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3cbe5b6-01f1-4924-83f5-365731db920d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:23,742 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.074s 2021-10-27 16:05:23,742 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38091d4c-7fdc-4b2f-94f8-5548e7d8475b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38091d4c-7fdc-4b2f-94f8-5548e7d8475b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:24,816 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.061s 2021-10-27 16:05:24,817 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed0f20fc-1a79-4284-b3ed-c6f48f17c3d4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed0f20fc-1a79-4284-b3ed-c6f48f17c3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:25,867 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:05:25,867 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14a1729e-95f0-42dd-b477-e36da2249690', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14a1729e-95f0-42dd-b477-e36da2249690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:26,924 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.048s 2021-10-27 16:05:26,925 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffd7807a-7e9b-45eb-88be-d3272aad8aff', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffd7807a-7e9b-45eb-88be-d3272aad8aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:27,988 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.055s 2021-10-27 16:05:27,989 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0ea056d-76e0-4b5e-8266-76f5dcc6dbdd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0ea056d-76e0-4b5e-8266-76f5dcc6dbdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:29,039 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:05:29,039 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae2d0f1-bb16-42bc-8b03-cd1d288bfbec', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae2d0f1-bb16-42bc-8b03-cd1d288bfbec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:30,093 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:05:30,094 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67710ac9-45e6-4dc6-9e2c-ac5d8a43c8d9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67710ac9-45e6-4dc6-9e2c-ac5d8a43c8d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:31,139 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:05:31,140 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5195b890-5184-4865-8766-7632ce335e13', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5195b890-5184-4865-8766-7632ce335e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:32,188 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:05:32,188 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9192a1c2-fa15-41cc-b1f4-6da7404bfc6a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9192a1c2-fa15-41cc-b1f4-6da7404bfc6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:33,239 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:05:33,240 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfe1f2bc-45ec-4585-a515-72278d2c53aa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfe1f2bc-45ec-4585-a515-72278d2c53aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:34,288 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:05:34,288 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de33e37e-549d-4510-bf29-f937bbd798a9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de33e37e-549d-4510-bf29-f937bbd798a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:35,343 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.046s 2021-10-27 16:05:35,343 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3af1706-c6f5-4fac-b7a5-214f77d28f2d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3af1706-c6f5-4fac-b7a5-214f77d28f2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:36,392 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:05:36,392 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24cfbdbe-097c-4c68-bea0-a6369661971f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24cfbdbe-097c-4c68-bea0-a6369661971f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:37,449 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.050s 2021-10-27 16:05:37,450 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e28f99d-3792-4fac-876b-258eea313638', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e28f99d-3792-4fac-876b-258eea313638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:38,504 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.044s 2021-10-27 16:05:38,505 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3ef7ed4-cd47-4e0a-bc84-3c444f3d2138', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3ef7ed4-cd47-4e0a-bc84-3c444f3d2138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:39,553 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:05:39,554 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edff65a7-79b9-48d2-9225-d7280110acdc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edff65a7-79b9-48d2-9225-d7280110acdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:40,612 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.050s 2021-10-27 16:05:40,613 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45eb1165-3234-4a0d-aec3-ae86754208e0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45eb1165-3234-4a0d-aec3-ae86754208e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:41,663 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:05:41,663 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1233ddfe-6770-4910-8879-83d423a26662', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1233ddfe-6770-4910-8879-83d423a26662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:42,713 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:05:42,713 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7dab4d6-eacd-439d-8d26-b7fdb9a6496b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7dab4d6-eacd-439d-8d26-b7fdb9a6496b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:43,762 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:05:43,763 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f1207f8-b763-4386-99be-45fbac9a5701', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f1207f8-b763-4386-99be-45fbac9a5701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:44,809 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:05:44,809 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daf2c56e-d601-4c21-aad9-1501f43fa9c9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daf2c56e-d601-4c21-aad9-1501f43fa9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:45,858 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:05:45,858 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d58f48b-b50f-4f53-9545-d17046666c4f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d58f48b-b50f-4f53-9545-d17046666c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:46,909 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:05:46,909 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ace750-e0c9-48e3-86bf-072ba69dc601', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ace750-e0c9-48e3-86bf-072ba69dc601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:47,959 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:05:47,959 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbaadd58-867c-498b-bce8-46866e21db60', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbaadd58-867c-498b-bce8-46866e21db60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:49,009 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:05:49,009 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94473d7c-c870-44e7-8114-db479b1c0ff1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94473d7c-c870-44e7-8114-db479b1c0ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:50,057 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:05:50,058 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f00cf1e-2807-46b9-87af-cb26021880dd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f00cf1e-2807-46b9-87af-cb26021880dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:51,109 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:05:51,110 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec89ea2-6b58-4ada-b2ad-057a01eec68e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec89ea2-6b58-4ada-b2ad-057a01eec68e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:52,161 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:05:52,161 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa23109e-3d38-48ae-b605-d86188df19ca', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa23109e-3d38-48ae-b605-d86188df19ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:53,208 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:05:53,208 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-963ed699-8aa1-42ff-acef-c20b35257da7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-963ed699-8aa1-42ff-acef-c20b35257da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:54,256 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:05:54,256 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34f22090-9992-4f6f-abf2-4fd428dd8599', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34f22090-9992-4f6f-abf2-4fd428dd8599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:55,304 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:05:55,304 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4d9d908-9b96-4d5b-81c3-9f871e4410b6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4d9d908-9b96-4d5b-81c3-9f871e4410b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:56,351 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:05:56,352 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87475cf1-96d3-4871-b08b-905153453023', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87475cf1-96d3-4871-b08b-905153453023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:57,403 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.043s 2021-10-27 16:05:57,404 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b966b4-5b8b-4b3c-a20c-ec9d41392fb0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b966b4-5b8b-4b3c-a20c-ec9d41392fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:58,450 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:05:58,451 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f369eb-4238-4808-8c24-cb03c7165c33', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f369eb-4238-4808-8c24-cb03c7165c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:05:59,497 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:05:59,497 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e8e729f-2846-490d-9440-603e99ebcf10', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e8e729f-2846-490d-9440-603e99ebcf10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:00,544 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.038s 2021-10-27 16:06:00,544 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fcd8d9-a044-4e71-8d04-c94188885703', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fcd8d9-a044-4e71-8d04-c94188885703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:01,596 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.042s 2021-10-27 16:06:01,596 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f6a1bf-cb25-4fba-8317-53321a3c429f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f6a1bf-cb25-4fba-8317-53321a3c429f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:02,641 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:06:02,642 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd5f22f-aba9-4bce-9533-ec4f37c253c7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdd5f22f-aba9-4bce-9533-ec4f37c253c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:03,688 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:06:03,688 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e6d305a-b27b-499d-bba3-0827815045fb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e6d305a-b27b-499d-bba3-0827815045fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:04,736 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:06:04,737 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4bbdd06-c5c8-4712-923c-454e48cfab3c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4bbdd06-c5c8-4712-923c-454e48cfab3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:05,781 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:06:05,782 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c108fcfa-2622-44c9-a397-d81f9d291d58', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c108fcfa-2622-44c9-a397-d81f9d291d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:06,835 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.045s 2021-10-27 16:06:06,836 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59e4d422-9cb2-4eb0-92d3-05270f445f81', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59e4d422-9cb2-4eb0-92d3-05270f445f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:07,881 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.037s 2021-10-27 16:06:07,881 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a1dbcfd-e9ab-4e43-af5a-3bebad8ea078', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1dbcfd-e9ab-4e43-af5a-3bebad8ea078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:08,928 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.039s 2021-10-27 16:06:08,929 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597baec9-bb36-4d7b-946a-83e248d1ba58', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597baec9-bb36-4d7b-946a-83e248d1ba58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:09,976 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.040s 2021-10-27 16:06:09,977 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd3e9f2a-82fe-4384-b7e8-f9f33a2a92a6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd3e9f2a-82fe-4384-b7e8-f9f33a2a92a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:11,025 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:06:11,025 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1377e5bb-38fa-4d73-9088-f7afad994100', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1377e5bb-38fa-4d73-9088-f7afad994100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:12,074 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790 0.041s 2021-10-27 16:06:12,074 122904 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86902010-9d7c-4aec-8bd9-d39e20f185b7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86902010-9d7c-4aec-8bd9-d39e20f185b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790'} Body: b'{"volume": {"id": "f9d267a4-6b14-4e32-94f4-6c6910319790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:00:12.000000", "updated_at": "2021-10-27T16:00:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-65374070", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/230ec93c7707410da240669b0a3e26a0/volumes/f9d267a4-6b14-4e32-94f4-6c6910319790"}], "user_id": "ad48647323604612934a420a1accc6e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ec93c7707410da240669b0a3e26a0"}}' 2021-10-27 16:06:12,232 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.150s 2021-10-27 16:06:12,233 122904 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': 'Wed, 27 Oct 2021 16:06:12 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-9ea7752f-efd2-4029-bb52-de646754cdda', 'x-compute-request-id': 'req-9ea7752f-efd2-4029-bb52-de646754cdda', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'' 2021-10-27 16:06:12,397 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.164s 2021-10-27 16:06:12,398 122904 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': 'Wed, 27 Oct 2021 16:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', '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-4b713249-0464-488a-9fcf-5fe19a39d684', 'x-compute-request-id': 'req-4b713249-0464-488a-9fcf-5fe19a39d684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T16:06:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:b0:23"}, {"version": 4, "addr": "172.27.2.8", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:b0:23"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1671170217", "OS-SRV-USG:launched_at": "2021-10-27T15:59:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1431112569"}], "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}}' 2021-10-27 16:06:13,506 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.097s 2021-10-27 16:06:13,506 122904 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': 'Wed, 27 Oct 2021 16:06:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1656', '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-da92608c-cc27-47cd-8fc1-e74da4c8779b', 'x-compute-request-id': 'req-da92608c-cc27-47cd-8fc1-e74da4c8779b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"server": {"id": "9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6", "name": "tempest-AttachVolumeShelveTestJSON-server-1185944054", "status": "ACTIVE", "tenant_id": "230ec93c7707410da240669b0a3e26a0", "user_id": "ad48647323604612934a420a1accc6e8", "metadata": {}, "hostId": "079896b7d906b9467a8768ae090cf506e275d57a9fb88e52886eafff", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:59:23Z", "updated": "2021-10-27T16:06:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2072730133-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:b0:23"}, {"version": 4, "addr": "172.27.2.8", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:b0:23"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1671170217", "OS-SRV-USG:launched_at": "2021-10-27T15:59:31.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}}' 2021-10-27 16:06:14,560 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 0.036s 2021-10-27 16:06:14,560 122904 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': 'Wed, 27 Oct 2021 16:06:14 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-608ee0a4-0b37-4f65-b284-650c8abaa34d', 'x-compute-request-id': 'req-608ee0a4-0b37-4f65-b284-650c8abaa34d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9f9373f8-c3ad-4d3c-ac64-e5edf9cb4cd6 could not be found."}}' 2021-10-27 16:06:14,591 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.64/compute/v2.1/os-keypairs/tempest-keypair-1671170217 0.030s 2021-10-27 16:06:14,591 122904 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': 'Wed, 27 Oct 2021 16:06:14 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-fd69ad30-679e-4fcf-a2e7-899c11954e66', 'x-compute-request-id': 'req-fd69ad30-679e-4fcf-a2e7-899c11954e66', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64/compute/v2.1/os-keypairs/tempest-keypair-1671170217'} Body: b'' 2021-10-27 16:06:14,759 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.64:9696/v2.0/security-groups/e66f56c9-5c20-4490-aba8-f3204beaf9c6 0.166s 2021-10-27 16:06:14,759 122904 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-4a4b8063-4071-454c-8a46-7c0c623dc326', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 16:06:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups/e66f56c9-5c20-4490-aba8-f3204beaf9c6'} Body: b'' 2021-10-27 16:06:14,797 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.64:9696/v2.0/security-groups/e66f56c9-5c20-4490-aba8-f3204beaf9c6 0.037s 2021-10-27 16:06:14,797 122904 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-c6fbc55a-94cb-47fa-8b35-f0458b6f0375', 'date': 'Wed, 27 Oct 2021 16:06:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups/e66f56c9-5c20-4490-aba8-f3204beaf9c6'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e66f56c9-5c20-4490-aba8-f3204beaf9c6 does not exist", "detail": ""}}' 2021-10-27 16:06:15,305 122904 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.64:9696/v2.0/floatingips/992eeea6-aa58-4184-b364-ec97036b841f 0.507s 2021-10-27 16:06:15,305 122904 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-6e599b75-56b0-479d-b8bf-3d96eb333233', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 16:06:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64:9696/v2.0/floatingips/992eeea6-aa58-4184-b364-ec97036b841f'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, 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 f9d267a4-6b14-4e32-94f4-6c6910319790 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
fail
ft9.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 15:56:13,123 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes 56.002s 2021-10-27 15:56:13,124 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-173633592"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a6dfde-e3c9-4c88-b8ac-a655a32f4d4f', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a6dfde-e3c9-4c88-b8ac-a655a32f4d4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.051811", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2021-10-27 15:57:13,192 122916 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.64', port=80): Read timed out. (read timeout=60)")': /volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 2021-10-27 15:57:17,006 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 63.876s 2021-10-27 15:57:17,007 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da4b3a06-60b7-4f2f-b1fd-e5470caf67e0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da4b3a06-60b7-4f2f-b1fd-e5470caf67e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:58:13,275 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 55.260s 2021-10-27 15:58:13,275 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be089d39-68c1-431e-af7d-4de640692bef', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be089d39-68c1-431e-af7d-4de640692bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:14,342 122916 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.64', port=80): Read timed out. (read timeout=60)")': /volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 2021-10-27 15:59:17,548 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 63.265s 2021-10-27 15:59:17,548 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b4e0b0-3cda-4104-b12b-e8b1f743a0ad', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b4e0b0-3cda-4104-b12b-e8b1f743a0ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:18,604 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.048s 2021-10-27 15:59:18,604 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dd7d032-231b-4894-a734-88dd2b4d25c2', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dd7d032-231b-4894-a734-88dd2b4d25c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:19,655 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.042s 2021-10-27 15:59:19,655 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e8e03b-fa75-4062-ab58-3dd6d17048d6', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e8e03b-fa75-4062-ab58-3dd6d17048d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:20,719 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.056s 2021-10-27 15:59:20,720 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf1bb78-300f-4a24-99e6-1d194b1c393c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf1bb78-300f-4a24-99e6-1d194b1c393c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:21,769 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 15:59:21,769 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd128e2b-1574-4e4a-895f-63c8d38fc0fe', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd128e2b-1574-4e4a-895f-63c8d38fc0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:22,817 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 15:59:22,817 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d110b7f4-8790-4516-89fb-77a07e3ce90f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d110b7f4-8790-4516-89fb-77a07e3ce90f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:23,866 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 15:59:23,866 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f55cde02-6a82-4836-9f19-0fb9137e78f4', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f55cde02-6a82-4836-9f19-0fb9137e78f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:24,913 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 15:59:24,913 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e76c9b-ba31-4adb-9cf5-ab30692566fa', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e76c9b-ba31-4adb-9cf5-ab30692566fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:25,992 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.070s 2021-10-27 15:59:25,992 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f70bb804-8d37-40fb-8794-f0b56c0f265f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f70bb804-8d37-40fb-8794-f0b56c0f265f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:27,052 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.052s 2021-10-27 15:59:27,053 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c2ecdc-7622-4ca6-80a8-290c13623049', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c2ecdc-7622-4ca6-80a8-290c13623049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:28,109 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 15:59:28,109 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7640b43-1591-4f2a-91a5-68a31afb64fe', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7640b43-1591-4f2a-91a5-68a31afb64fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:29,155 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 15:59:29,155 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd15a36-4a2c-4f26-ac6d-91fcd88b35e0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd15a36-4a2c-4f26-ac6d-91fcd88b35e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:30,208 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.045s 2021-10-27 15:59:30,209 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85638951-08b1-41d1-9989-6be78938dcf8', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85638951-08b1-41d1-9989-6be78938dcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:31,255 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 15:59:31,255 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89def9ea-c166-4a07-8b51-d0e81dc55e74', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89def9ea-c166-4a07-8b51-d0e81dc55e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:32,301 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:32,301 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f689720-f55f-446c-8b40-309def5b8805', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f689720-f55f-446c-8b40-309def5b8805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:33,577 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.267s 2021-10-27 15:59:33,578 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3f6139b-d5a4-409c-9ad5-b74467c0eed2', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3f6139b-d5a4-409c-9ad5-b74467c0eed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:34,632 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.047s 2021-10-27 15:59:34,633 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb773206-9523-462b-b22b-48b808cde840', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb773206-9523-462b-b22b-48b808cde840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:35,682 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 15:59:35,683 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdcb4b4c-2cc7-4889-b1ee-ce08445364b7', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdcb4b4c-2cc7-4889-b1ee-ce08445364b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:36,730 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 15:59:36,731 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a53af851-817a-4225-87ac-f8e39b891e65', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a53af851-817a-4225-87ac-f8e39b891e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:37,778 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 15:59:37,778 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8fa199-4984-47d2-9b0a-837ac9a0a530', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d8fa199-4984-47d2-9b0a-837ac9a0a530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:38,826 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 15:59:38,826 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7594f45-9fe1-49a8-ab0b-1af7901905eb', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7594f45-9fe1-49a8-ab0b-1af7901905eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:39,874 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 15:59:39,874 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-006cf2f3-0e0f-4aff-a563-ff2e32ecd85a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-006cf2f3-0e0f-4aff-a563-ff2e32ecd85a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:40,924 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.042s 2021-10-27 15:59:40,925 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c38645c-e05c-4562-83c4-2b223ca61d04', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c38645c-e05c-4562-83c4-2b223ca61d04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:41,972 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 15:59:41,973 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640bd032-0a2b-4205-9811-6ad568553ed3', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640bd032-0a2b-4205-9811-6ad568553ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:43,018 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:43,018 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88576967-c869-40ff-9914-dc9ea8cfedf7', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88576967-c869-40ff-9914-dc9ea8cfedf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:44,065 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 15:59:44,066 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23268150-74dc-43f0-9b20-24b1b1d01673', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23268150-74dc-43f0-9b20-24b1b1d01673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:45,115 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 15:59:45,115 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff532123-41af-472d-9de2-796a4935001d', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff532123-41af-472d-9de2-796a4935001d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:46,162 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 15:59:46,162 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a74372-0561-4b4b-a1e9-99da575173e1', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a74372-0561-4b4b-a1e9-99da575173e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:47,208 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:47,209 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad0b92c8-59dd-4593-b78d-a7e436b552d6', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad0b92c8-59dd-4593-b78d-a7e436b552d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:48,255 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 15:59:48,255 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c98b01-25b0-4d34-9628-25e044e71e4b', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c98b01-25b0-4d34-9628-25e044e71e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:49,302 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:49,302 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda45cd4-07d2-47f2-afc6-af6113ead030', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda45cd4-07d2-47f2-afc6-af6113ead030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:50,347 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:50,347 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57bf5d06-e7b9-467d-ac8e-e4601f8243d3', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57bf5d06-e7b9-467d-ac8e-e4601f8243d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:51,392 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:51,392 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e90f15-4356-4839-923d-f5ef2bf9f50c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e90f15-4356-4839-923d-f5ef2bf9f50c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:52,437 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 15:59:52,438 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af66455-58df-47b6-9ee0-ccd3fdef8a56', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2af66455-58df-47b6-9ee0-ccd3fdef8a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:53,483 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:53,483 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57c79617-c446-4d83-9d71-4cd57b6d1755', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57c79617-c446-4d83-9d71-4cd57b6d1755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:54,529 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:54,529 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-488d93eb-f4a1-4392-84f4-281dc9d8c536', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-488d93eb-f4a1-4392-84f4-281dc9d8c536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:55,574 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:55,575 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24598d69-a7e0-492a-bccf-9bd1f59991dd', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24598d69-a7e0-492a-bccf-9bd1f59991dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:56,620 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 15:59:56,620 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb46ea83-ddca-46e7-8311-115d438a9b4c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb46ea83-ddca-46e7-8311-115d438a9b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:57,668 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 15:59:57,669 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfbdd21d-1246-4284-952f-7c707ac8869d', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfbdd21d-1246-4284-952f-7c707ac8869d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:58,716 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 15:59:58,716 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab7ad530-94ae-471d-b090-b0f8400b7705', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab7ad530-94ae-471d-b090-b0f8400b7705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 15:59:59,762 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 15:59:59,762 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c52bdcb7-79a5-4cc7-bf84-8f89d588d115', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c52bdcb7-79a5-4cc7-bf84-8f89d588d115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:00,810 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:00:00,810 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ff6ab9-a388-4397-8054-c2263e78b8b5', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ff6ab9-a388-4397-8054-c2263e78b8b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:01,856 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:01,857 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d87821b-705a-4ae2-9187-f3d35182941a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d87821b-705a-4ae2-9187-f3d35182941a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:02,903 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:02,903 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eaf6742-6ce7-4684-b01a-5c8a12974c3e', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eaf6742-6ce7-4684-b01a-5c8a12974c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:03,952 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:00:03,952 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-273577ff-1768-4a19-b904-77f0b0b126f6', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-273577ff-1768-4a19-b904-77f0b0b126f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:04,998 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:04,998 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f21bfa3-2e70-4a16-9995-876380862c02', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f21bfa3-2e70-4a16-9995-876380862c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:06,045 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:06,045 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-937d1be4-e5ec-46dc-8311-df562ce9e67c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-937d1be4-e5ec-46dc-8311-df562ce9e67c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:07,094 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:00:07,094 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929f957f-49b3-4ece-86a0-2d6f2b4903e0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929f957f-49b3-4ece-86a0-2d6f2b4903e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:08,140 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:08,140 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d35177-669d-4000-835d-9253029a4195', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d35177-669d-4000-835d-9253029a4195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:09,186 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:09,186 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22ca2ba-652d-429e-8c15-af2cf3f2736e', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22ca2ba-652d-429e-8c15-af2cf3f2736e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:10,233 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:10,233 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c92d11e8-b6cb-4fa9-9164-2b10af00c923', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c92d11e8-b6cb-4fa9-9164-2b10af00c923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:11,281 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:11,281 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-160c489a-7c7d-46ea-b2a4-e0e86cf91bd0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-160c489a-7c7d-46ea-b2a4-e0e86cf91bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:12,326 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:12,327 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6206ec16-20a4-4b38-ad6a-1d89230816e9', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6206ec16-20a4-4b38-ad6a-1d89230816e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:13,375 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 16:00:13,375 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1de6962-d320-45b9-bbb3-eedd342e8268', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1de6962-d320-45b9-bbb3-eedd342e8268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:14,422 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:14,422 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7859a8a6-2790-4574-b17a-e6c4594f3dbb', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7859a8a6-2790-4574-b17a-e6c4594f3dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:15,475 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.045s 2021-10-27 16:00:15,476 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c9924d-84bc-42e7-8c94-97e9f1d48caf', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c9924d-84bc-42e7-8c94-97e9f1d48caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:16,529 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.043s 2021-10-27 16:00:16,529 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de110cc-4362-4fad-bd81-b0526cded25c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de110cc-4362-4fad-bd81-b0526cded25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:17,575 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:17,575 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b82c8d3-15a6-4218-9228-23808b9bfae9', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b82c8d3-15a6-4218-9228-23808b9bfae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:18,622 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:18,622 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bd0875d-ae76-4d21-ad5f-5bca01995a81', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bd0875d-ae76-4d21-ad5f-5bca01995a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:19,668 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:19,669 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a2c5a0d-dcd9-44ac-bff7-9507b3d2441f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a2c5a0d-dcd9-44ac-bff7-9507b3d2441f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:20,713 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:20,714 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea663d4b-16ff-4af9-8bca-52601fb6261f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea663d4b-16ff-4af9-8bca-52601fb6261f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:21,760 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:21,760 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53eed327-fde5-4887-b9d2-95129fe1aea4', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53eed327-fde5-4887-b9d2-95129fe1aea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:22,805 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:00:22,806 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95915a16-ee04-4be8-86c7-eddb9375f463', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95915a16-ee04-4be8-86c7-eddb9375f463', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:23,852 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:23,852 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be2ce93a-0b31-4fb2-91b5-0163bc6b6b92', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be2ce93a-0b31-4fb2-91b5-0163bc6b6b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:24,898 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:24,898 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e34a85-5fa0-4fc3-b906-5344f6329e4c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e34a85-5fa0-4fc3-b906-5344f6329e4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:25,946 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:25,946 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a56de0c0-fca3-4aea-b966-af8020cffa4b', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a56de0c0-fca3-4aea-b966-af8020cffa4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:26,993 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:26,993 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1f6fb8b-8fe6-485d-bfff-1e6f148e5c2e', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1f6fb8b-8fe6-485d-bfff-1e6f148e5c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:28,040 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:28,040 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b342d22-63ec-4026-b78a-c8bbc99ddc9a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b342d22-63ec-4026-b78a-c8bbc99ddc9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:29,085 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:00:29,086 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9e80f7d-fbb4-41df-98f5-91d31640a476', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9e80f7d-fbb4-41df-98f5-91d31640a476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:30,131 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:00:30,131 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d03f9b0-3605-4718-9054-c6b576c013a8', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d03f9b0-3605-4718-9054-c6b576c013a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:31,175 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.035s 2021-10-27 16:00:31,176 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4d205ab-951c-466e-9df2-90828cd63323', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4d205ab-951c-466e-9df2-90828cd63323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:32,222 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:32,222 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc8f070-6d0b-441e-8023-57b5a9440366', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc8f070-6d0b-441e-8023-57b5a9440366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:33,267 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:00:33,267 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e876b846-ba44-4438-b1a2-da909b2718fa', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e876b846-ba44-4438-b1a2-da909b2718fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:34,313 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:34,313 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d1c4c9-aee7-4b18-b5be-71b23067b0f5', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d1c4c9-aee7-4b18-b5be-71b23067b0f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:35,359 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:35,360 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-265dec8e-f11f-4580-9be8-71379f3ad2cd', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-265dec8e-f11f-4580-9be8-71379f3ad2cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:36,406 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:36,406 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6f5128-2888-45e6-ae3b-23da55cd358c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6f5128-2888-45e6-ae3b-23da55cd358c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:37,450 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:37,451 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3c8067a-5dac-4109-ac7f-e781486e3a79', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3c8067a-5dac-4109-ac7f-e781486e3a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:38,497 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:38,498 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c549774-704e-4cb2-9c13-fd2c888f145e', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c549774-704e-4cb2-9c13-fd2c888f145e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:39,545 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:39,545 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61acda94-3232-4331-b3ff-dc359f6c6db0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61acda94-3232-4331-b3ff-dc359f6c6db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:40,592 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:40,593 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-764224ff-0a83-476a-bafa-5505067d4600', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-764224ff-0a83-476a-bafa-5505067d4600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:41,641 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:00:41,641 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caada86b-f6ca-4bb5-bc81-2523cd17fbb7', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caada86b-f6ca-4bb5-bc81-2523cd17fbb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:42,686 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:00:42,686 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c548d66-dd44-485e-9cf5-f8b3656681ba', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c548d66-dd44-485e-9cf5-f8b3656681ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:43,733 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:43,734 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d9db4eb-7613-4314-8169-ea24a2f526d0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d9db4eb-7613-4314-8169-ea24a2f526d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:44,780 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:44,780 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee263cb-e0af-4327-b9bf-47ba04b5cb5c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee263cb-e0af-4327-b9bf-47ba04b5cb5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:45,826 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:45,826 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8992ea32-65f2-4917-ab9f-0a5a5cd33f15', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8992ea32-65f2-4917-ab9f-0a5a5cd33f15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:46,871 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:46,872 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9309e7e6-9e8d-4fb6-b74d-000b0ab18610', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9309e7e6-9e8d-4fb6-b74d-000b0ab18610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:47,918 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:47,918 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac6710ea-7d56-4bc4-8c5f-29d311150ca3', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac6710ea-7d56-4bc4-8c5f-29d311150ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:48,964 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:48,964 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aa72214-b108-4ed2-bbad-2860e883607a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aa72214-b108-4ed2-bbad-2860e883607a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:50,012 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:00:50,012 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9509e91-047e-468c-8293-e19099671b8a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9509e91-047e-468c-8293-e19099671b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:51,062 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.042s 2021-10-27 16:00:51,062 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0c004da-7522-4f4e-9775-9d197107a243', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0c004da-7522-4f4e-9775-9d197107a243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:52,108 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:52,108 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6914e29-c07c-4ac0-8d78-d17ebb27b273', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6914e29-c07c-4ac0-8d78-d17ebb27b273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:53,154 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:53,154 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f18ece2e-2896-4545-add7-98379056f671', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f18ece2e-2896-4545-add7-98379056f671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:54,200 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:54,200 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28a63c72-6faa-4fcb-8c0d-ba57bb25a7e0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28a63c72-6faa-4fcb-8c0d-ba57bb25a7e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:55,245 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:00:55,246 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dbf2d9b-07f8-4adb-8f72-7132447284b8', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dbf2d9b-07f8-4adb-8f72-7132447284b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:56,299 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:56,300 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a70d383-829f-4d77-9db2-e9e7194ec3fc', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a70d383-829f-4d77-9db2-e9e7194ec3fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:57,346 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:57,346 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4417290-6e96-445d-8c07-3930e6792426', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4417290-6e96-445d-8c07-3930e6792426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:58,391 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:00:58,392 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff740df4-e13d-49c4-b0b1-df2820eb5749', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff740df4-e13d-49c4-b0b1-df2820eb5749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:00:59,435 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:00:59,436 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6fb020-1712-40bd-9bc4-21fe5f82a22f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6fb020-1712-40bd-9bc4-21fe5f82a22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:00,481 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:00,481 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a3d51cc-489d-4c0c-9bc8-4497f3ee3438', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a3d51cc-489d-4c0c-9bc8-4497f3ee3438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:01,534 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.044s 2021-10-27 16:01:01,534 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3030e218-a49d-4335-a6cb-c0aea9accdd4', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3030e218-a49d-4335-a6cb-c0aea9accdd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:02,583 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 16:01:02,583 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cb8de59-2689-4481-b1f9-d43bf9a56b2f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cb8de59-2689-4481-b1f9-d43bf9a56b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:03,633 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:01:03,633 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1227c7b9-c2d1-42cf-b91a-854f1b319ee1', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1227c7b9-c2d1-42cf-b91a-854f1b319ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:04,682 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:04,683 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c34641a0-d48c-4b62-b1fd-d3741aa1a1a9', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c34641a0-d48c-4b62-b1fd-d3741aa1a1a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:05,730 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:01:05,730 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2689d5da-6792-48ba-91f2-394deaa8f24e', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2689d5da-6792-48ba-91f2-394deaa8f24e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:06,776 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:06,776 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6451357e-be99-436a-9f88-0a59d828f141', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6451357e-be99-436a-9f88-0a59d828f141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:07,822 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:07,823 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd44b43a-4795-4dc2-86ae-f2fc790cd735', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd44b43a-4795-4dc2-86ae-f2fc790cd735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:08,867 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:01:08,868 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dccc4319-abe4-49ca-a229-eef62afe5427', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dccc4319-abe4-49ca-a229-eef62afe5427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:09,916 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 16:01:09,916 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6c1f3a7-eebf-4e77-af22-9db7e5443a7c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6c1f3a7-eebf-4e77-af22-9db7e5443a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:10,961 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:10,961 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694445c3-339b-4630-b15e-7769893c2f0a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694445c3-339b-4630-b15e-7769893c2f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:12,008 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:12,008 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee9b0ef3-529b-476c-b2ef-cf55987afb51', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee9b0ef3-529b-476c-b2ef-cf55987afb51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:13,095 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.077s 2021-10-27 16:01:13,095 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc728ce-bad8-4e0f-af9e-885d7f56aa8f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc728ce-bad8-4e0f-af9e-885d7f56aa8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:14,141 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:14,141 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b3d65f3-4fae-4c8d-a410-c5e2fce2c604', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b3d65f3-4fae-4c8d-a410-c5e2fce2c604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:15,187 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:15,187 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d8c37d-0182-4d96-845d-2fe76c12a546', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d8c37d-0182-4d96-845d-2fe76c12a546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:16,233 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:16,234 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ffef0f5-56d9-428d-9d86-168eaa07e12a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ffef0f5-56d9-428d-9d86-168eaa07e12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:17,279 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:17,280 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-920317b5-d651-4047-9e6c-711bbfebd8d3', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-920317b5-d651-4047-9e6c-711bbfebd8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:18,326 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:01:18,327 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a716fc43-01e9-404f-b9dd-b5ee57e4c56c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a716fc43-01e9-404f-b9dd-b5ee57e4c56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:19,372 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:19,372 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc782ec1-35e6-405c-a2fd-a181d58b468d', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc782ec1-35e6-405c-a2fd-a181d58b468d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:20,418 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:20,418 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5991516-9a5b-40eb-9006-c8f616571c01', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5991516-9a5b-40eb-9006-c8f616571c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:21,464 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:21,465 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63341e97-5dee-4f4d-9b4f-41f46f070a02', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63341e97-5dee-4f4d-9b4f-41f46f070a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:22,509 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:22,510 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d21fbea-4f9e-49f7-b1f1-b446ad3ff17b', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d21fbea-4f9e-49f7-b1f1-b446ad3ff17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:23,554 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:01:23,554 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9988afb7-d3bf-46da-a569-969e24623baf', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9988afb7-d3bf-46da-a569-969e24623baf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:24,601 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:24,601 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26511c78-36e5-4e45-823c-eb57047492b9', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26511c78-36e5-4e45-823c-eb57047492b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:25,648 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:01:25,649 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cb3818d-2be4-439f-9ca2-496e7681b910', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cb3818d-2be4-439f-9ca2-496e7681b910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:26,694 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:01:26,694 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be84e05b-71fe-4216-a044-1c6d6289f38e', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be84e05b-71fe-4216-a044-1c6d6289f38e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:27,741 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:27,741 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28321bf2-ecd3-4b09-b802-e2585f73fbad', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28321bf2-ecd3-4b09-b802-e2585f73fbad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:28,787 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:28,787 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e68c66-fd7a-40f4-bbe1-df1f7dcd15b1', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e68c66-fd7a-40f4-bbe1-df1f7dcd15b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:29,833 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:29,834 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c304b23-5e63-4460-9001-085c108ec4eb', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c304b23-5e63-4460-9001-085c108ec4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:30,881 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:30,881 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f1cfc3-386e-4f3b-adfb-f4df518f8b83', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f1cfc3-386e-4f3b-adfb-f4df518f8b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:31,930 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 16:01:31,930 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6b512d-3df9-44ac-bc35-3457a8e69549', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6b512d-3df9-44ac-bc35-3457a8e69549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:32,976 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:32,976 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab127b26-9ee1-4a6f-ac53-e31ec2300372', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab127b26-9ee1-4a6f-ac53-e31ec2300372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:34,023 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:34,023 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e57f2b66-7515-42d5-95b6-d5ad185584c0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e57f2b66-7515-42d5-95b6-d5ad185584c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:35,068 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:35,068 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cca6ab9e-b069-44f5-8d68-656588d15bb8', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cca6ab9e-b069-44f5-8d68-656588d15bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:36,113 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:36,114 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97957252-9641-408d-8db0-86b7a6c9cbf3', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97957252-9641-408d-8db0-86b7a6c9cbf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:37,158 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:01:37,159 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4541e31e-e4f5-4e5e-a09f-5977d466fdc4', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4541e31e-e4f5-4e5e-a09f-5977d466fdc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:38,204 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:38,205 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcca333a-fa66-4ef1-a83c-aa967e0a9247', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcca333a-fa66-4ef1-a83c-aa967e0a9247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:39,252 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:39,252 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2de662b4-056e-43bb-9210-6799afe12926', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2de662b4-056e-43bb-9210-6799afe12926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:40,299 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:40,300 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fee7cdc-c6be-4702-9cd5-46af0f2444dc', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fee7cdc-c6be-4702-9cd5-46af0f2444dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:41,346 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:01:41,346 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f98f4331-aa2a-4cf2-bfcf-5ae121b14352', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f98f4331-aa2a-4cf2-bfcf-5ae121b14352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:42,393 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:42,393 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028b3924-d974-4876-b48b-13a64bf40974', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028b3924-d974-4876-b48b-13a64bf40974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:43,437 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:01:43,438 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-549a59b3-4e25-4435-a5d1-cd3d8b420b7e', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-549a59b3-4e25-4435-a5d1-cd3d8b420b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:44,482 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:01:44,482 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93417e35-4247-4d1d-bba7-c1558fa2d043', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93417e35-4247-4d1d-bba7-c1558fa2d043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:45,527 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:45,528 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7ae97a-5d1b-4e15-a6f2-b88a3ffb8acd', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7ae97a-5d1b-4e15-a6f2-b88a3ffb8acd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:46,574 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:46,574 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeeeab51-6658-463b-ad7f-c16f9512d2af', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeeeab51-6658-463b-ad7f-c16f9512d2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:47,619 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:47,619 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0d11593-ed4d-4fac-a9d5-12d9837872fe', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d11593-ed4d-4fac-a9d5-12d9837872fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:48,665 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:48,665 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417eaf7f-238e-4037-9a8a-f7b0fffae986', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417eaf7f-238e-4037-9a8a-f7b0fffae986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:49,712 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:49,712 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d247780-b271-48b5-8f8e-753b4f96a8ef', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d247780-b271-48b5-8f8e-753b4f96a8ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:50,755 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.035s 2021-10-27 16:01:50,756 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c3076b4-85a3-4da9-a7c1-b74e7d9695f9', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c3076b4-85a3-4da9-a7c1-b74e7d9695f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:51,801 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:51,801 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42400280-63ae-4093-ac1b-a79c0f4f446c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42400280-63ae-4093-ac1b-a79c0f4f446c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:52,847 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:52,847 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff72d381-d565-4d48-9d3c-60953a9881aa', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff72d381-d565-4d48-9d3c-60953a9881aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:53,892 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:53,892 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ac490f-1db3-4b4a-923c-34550dfab1bb', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ac490f-1db3-4b4a-923c-34550dfab1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:54,937 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:54,938 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7ba4ff-7ec7-48c5-84a0-1f31d919c459', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7ba4ff-7ec7-48c5-84a0-1f31d919c459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:55,983 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:01:55,983 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e8c158d-3894-4d40-b5ea-1ebe1dce9f72', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e8c158d-3894-4d40-b5ea-1ebe1dce9f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:57,029 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:57,029 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2186fe-c3c1-45fa-b2aa-ff574ddf7401', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2186fe-c3c1-45fa-b2aa-ff574ddf7401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:58,073 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:01:58,074 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d895b85f-839b-41f1-8611-6614cedc4051', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d895b85f-839b-41f1-8611-6614cedc4051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:01:59,120 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:01:59,120 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a97d13-199e-4db7-a237-a99a0009a4dd', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a97d13-199e-4db7-a237-a99a0009a4dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:00,165 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:02:00,166 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c079832b-a6cd-410a-9fe1-50f32587a033', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c079832b-a6cd-410a-9fe1-50f32587a033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:01,211 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:02:01,212 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e546d7-f7a9-41b8-9246-3cae4d97fd8a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e546d7-f7a9-41b8-9246-3cae4d97fd8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:02,261 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.042s 2021-10-27 16:02:02,262 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a483421f-0c52-4c21-8700-9096e7369ec1', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a483421f-0c52-4c21-8700-9096e7369ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:03,310 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:02:03,310 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-515a97ec-7732-49d7-bc39-48b174c34479', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-515a97ec-7732-49d7-bc39-48b174c34479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:04,355 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:02:04,355 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ccf65f1-09b1-4f54-97d1-a45855a7a203', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ccf65f1-09b1-4f54-97d1-a45855a7a203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:05,399 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:02:05,400 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf11be54-fb6b-44a5-b8d3-1d894c2cf03f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf11be54-fb6b-44a5-b8d3-1d894c2cf03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:06,444 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:02:06,444 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e213047-9f30-4056-afdb-88d573b24684', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e213047-9f30-4056-afdb-88d573b24684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:07,490 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:02:07,491 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90b2268e-f13b-408c-a387-2cf9745da033', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90b2268e-f13b-408c-a387-2cf9745da033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:08,537 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:02:08,538 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d47cb4f5-c77c-4dc6-8928-a9e018adc4c4', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d47cb4f5-c77c-4dc6-8928-a9e018adc4c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:09,597 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.050s 2021-10-27 16:02:09,597 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e0a128-bb3b-4f9e-9c4b-57ac54cb8f16', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e0a128-bb3b-4f9e-9c4b-57ac54cb8f16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:10,645 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 16:02:10,646 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be5d673-d8e8-4f08-952c-b39fd6e2407e', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be5d673-d8e8-4f08-952c-b39fd6e2407e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:11,696 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.042s 2021-10-27 16:02:11,696 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a58d5fab-4799-43d9-b93b-c7464eb6de93', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a58d5fab-4799-43d9-b93b-c7464eb6de93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:12,752 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:02:12,752 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc0451e5-d1c3-412b-98d6-e3aed6d736fa', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc0451e5-d1c3-412b-98d6-e3aed6d736fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:13,805 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.044s 2021-10-27 16:02:13,805 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2f58f6-4b82-4823-9487-011eb9fff823', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2f58f6-4b82-4823-9487-011eb9fff823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:14,857 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.044s 2021-10-27 16:02:14,857 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5023a457-f666-4cfd-80dc-bbce3e463b83', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5023a457-f666-4cfd-80dc-bbce3e463b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:15,913 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.048s 2021-10-27 16:02:15,914 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c1cf16e-79c5-4850-909b-ade435942b16', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c1cf16e-79c5-4850-909b-ade435942b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:16,964 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.042s 2021-10-27 16:02:16,964 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f55ffc6-a4cc-4f4f-a5dd-14f29f6ff46c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f55ffc6-a4cc-4f4f-a5dd-14f29f6ff46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:18,013 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:02:18,014 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b8a3864-67ff-4acc-bce7-7983346ee79f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b8a3864-67ff-4acc-bce7-7983346ee79f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:19,061 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:02:19,061 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cac5e580-8109-41e6-8a42-ec9903356681', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cac5e580-8109-41e6-8a42-ec9903356681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:20,113 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.044s 2021-10-27 16:02:20,114 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b645888f-2719-4c3f-9045-fe188ee6ade2', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b645888f-2719-4c3f-9045-fe188ee6ade2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:21,168 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:02:21,168 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3f028c-c058-4d03-b158-6637472813e1', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae3f028c-c058-4d03-b158-6637472813e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:22,220 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.044s 2021-10-27 16:02:22,220 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c13dce2d-a893-4659-9170-f83b260fb33a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c13dce2d-a893-4659-9170-f83b260fb33a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:23,267 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:02:23,268 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf66a389-f299-46ff-8f42-8deafc5f0481', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf66a389-f299-46ff-8f42-8deafc5f0481', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:24,319 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.043s 2021-10-27 16:02:24,319 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f401df5-0933-48dc-ac83-4c377cc03874', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f401df5-0933-48dc-ac83-4c377cc03874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:25,376 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.048s 2021-10-27 16:02:25,376 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f711871a-3b4d-45e2-86af-78a81418153b', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f711871a-3b4d-45e2-86af-78a81418153b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:26,422 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:02:26,422 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-970ff83d-636b-410e-aeea-3a48192812f0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-970ff83d-636b-410e-aeea-3a48192812f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:27,473 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.043s 2021-10-27 16:02:27,474 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1333fd-c8cb-4c28-bf0d-7ca8b3485357', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1333fd-c8cb-4c28-bf0d-7ca8b3485357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:28,521 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:02:28,521 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e9a27d8-bafe-44aa-bd8a-66edfa9ce33a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e9a27d8-bafe-44aa-bd8a-66edfa9ce33a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:29,574 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.044s 2021-10-27 16:02:29,575 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8071cbc-4a83-47c2-892a-2032726b48a6', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8071cbc-4a83-47c2-892a-2032726b48a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:30,636 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.054s 2021-10-27 16:02:30,637 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d18073-c1b8-4944-89b3-5c9c089ac837', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d18073-c1b8-4944-89b3-5c9c089ac837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:31,682 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:02:31,683 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc043949-0cce-45c1-8300-16f3e887fc0d', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc043949-0cce-45c1-8300-16f3e887fc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:32,733 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.043s 2021-10-27 16:02:32,733 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b6f77b-4eaa-4529-b6e3-3d9e773dea05', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b6f77b-4eaa-4529-b6e3-3d9e773dea05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:33,779 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.039s 2021-10-27 16:02:33,780 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31ceeb07-ad18-4d48-9729-c9e9a20374d3', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ceeb07-ad18-4d48-9729-c9e9a20374d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:34,829 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:02:34,829 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e025ade5-3118-44ca-8ee1-df2edf77d8d5', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e025ade5-3118-44ca-8ee1-df2edf77d8d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:35,879 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:02:35,879 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b37c18a-be21-40ed-bc0f-071b466e02c1', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b37c18a-be21-40ed-bc0f-071b466e02c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:36,934 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:02:36,934 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-992cbcff-34fa-46f4-b961-80fbeb5b24c6', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-992cbcff-34fa-46f4-b961-80fbeb5b24c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:37,988 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.045s 2021-10-27 16:02:37,988 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3d19a0e-2055-4fab-b373-e020d95876a4', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3d19a0e-2055-4fab-b373-e020d95876a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:39,046 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.050s 2021-10-27 16:02:39,046 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-143aa678-b22f-4c4b-834b-a20e0a589519', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-143aa678-b22f-4c4b-834b-a20e0a589519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:40,101 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.047s 2021-10-27 16:02:40,102 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cceaeb4-d4b0-4bfe-bd0a-0693cd3cdf4d', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cceaeb4-d4b0-4bfe-bd0a-0693cd3cdf4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:41,151 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:02:41,151 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce81338-c6de-4048-98ba-bbd6560a7d08', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce81338-c6de-4048-98ba-bbd6560a7d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:42,206 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:02:42,206 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd68f372-26bc-4874-b381-d0ee48c6c399', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd68f372-26bc-4874-b381-d0ee48c6c399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:43,261 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:02:43,261 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3008c330-d593-431e-99cb-22135bb5ec0d', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3008c330-d593-431e-99cb-22135bb5ec0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:44,307 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:02:44,307 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6c2a08-1781-45f0-9b6e-569637386433', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6c2a08-1781-45f0-9b6e-569637386433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:45,359 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.044s 2021-10-27 16:02:45,360 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc4aa21-6fb2-47af-8d27-81f9ccbe7a5a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cc4aa21-6fb2-47af-8d27-81f9ccbe7a5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:46,411 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.043s 2021-10-27 16:02:46,412 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e7d79a7-d503-4671-86ae-ab058651fdae', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e7d79a7-d503-4671-86ae-ab058651fdae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:47,456 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:02:47,456 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ebd2fe-1a86-43ed-88d4-5a214fee9ce1', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ebd2fe-1a86-43ed-88d4-5a214fee9ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:48,506 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.040s 2021-10-27 16:02:48,506 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcb36a9d-0e7c-472c-b166-2c4dea1baf45', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcb36a9d-0e7c-472c-b166-2c4dea1baf45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:49,559 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.044s 2021-10-27 16:02:49,559 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9edf105-3227-410c-8951-befa5adf7727', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9edf105-3227-410c-8951-befa5adf7727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:50,608 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.041s 2021-10-27 16:02:50,608 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4399931-9528-4025-b824-12310560050f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4399931-9528-4025-b824-12310560050f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:51,675 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.059s 2021-10-27 16:02:51,675 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ff2272-c5c3-4ec6-b8a4-7e1a3a32c470', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ff2272-c5c3-4ec6-b8a4-7e1a3a32c470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:52,721 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:02:52,721 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c6e545d-83c1-40f8-8b0f-a61995d56f2b', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c6e545d-83c1-40f8-8b0f-a61995d56f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:53,772 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.042s 2021-10-27 16:02:53,772 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41dad540-2829-4f2d-ae2d-46ea264d60c4', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41dad540-2829-4f2d-ae2d-46ea264d60c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:54,818 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:02:54,818 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1bfbc9f-10cf-4118-b93d-438a06aed960', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1bfbc9f-10cf-4118-b93d-438a06aed960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:55,872 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:02:55,873 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74aca9cd-93d9-48e7-9b18-966f84ae04a3', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74aca9cd-93d9-48e7-9b18-966f84ae04a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:56,927 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:02:56,929 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6eb8e1-af29-499b-b85f-2a23295e58ae', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6eb8e1-af29-499b-b85f-2a23295e58ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:57,982 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.045s 2021-10-27 16:02:57,983 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af9782b-11ed-4035-8efe-b5c204f80c6c', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af9782b-11ed-4035-8efe-b5c204f80c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:02:59,034 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.043s 2021-10-27 16:02:59,034 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2879c18-4f00-4b74-967a-d19b81598234', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2879c18-4f00-4b74-967a-d19b81598234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:00,080 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:03:00,080 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3f07ef-dab2-4d56-a9df-99322f1c63e5', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3f07ef-dab2-4d56-a9df-99322f1c63e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:01,135 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:03:01,136 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cebefcb1-a435-45bc-9379-aa76de3abdc4', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cebefcb1-a435-45bc-9379-aa76de3abdc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:02,192 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.048s 2021-10-27 16:03:02,193 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb2b26ff-c087-444b-8096-4b4c2359edb8', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb2b26ff-c087-444b-8096-4b4c2359edb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:03,264 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.063s 2021-10-27 16:03:03,264 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-641e28a4-24c3-4fa3-b647-53abe7788e6a', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-641e28a4-24c3-4fa3-b647-53abe7788e6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:04,309 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:03:04,310 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-430bed11-a7df-44c1-9707-69f35cc1f3ef', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-430bed11-a7df-44c1-9707-69f35cc1f3ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:05,354 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.036s 2021-10-27 16:03:05,354 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d09bf158-0346-4f8d-997a-cc59387e9995', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d09bf158-0346-4f8d-997a-cc59387e9995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:06,400 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:03:06,400 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c45975fb-477b-47fa-aacf-926ce5c8bdc0', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c45975fb-477b-47fa-aacf-926ce5c8bdc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:07,447 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.038s 2021-10-27 16:03:07,447 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70cd7838-07f0-4e59-b5de-c61f1fbee915', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70cd7838-07f0-4e59-b5de-c61f1fbee915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:08,498 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.043s 2021-10-27 16:03:08,498 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f1fc4a-bdca-4326-843e-546f320a9cb6', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f1fc4a-bdca-4326-843e-546f320a9cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:09,554 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.047s 2021-10-27 16:03:09,554 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-458e4f1c-827c-45c2-8f6b-0e628dae4114', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-458e4f1c-827c-45c2-8f6b-0e628dae4114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:10,609 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:03:10,609 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7189735c-796b-4334-a065-cd22f99b4c5e', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7189735c-796b-4334-a065-cd22f99b4c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:11,655 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.037s 2021-10-27 16:03:11,655 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb57a370-5c54-467c-b402-5801b46ca96d', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb57a370-5c54-467c-b402-5801b46ca96d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:12,707 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.043s 2021-10-27 16:03:12,707 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f741bed-bb80-4bba-8745-9e318191eef4', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f741bed-bb80-4bba-8745-9e318191eef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:13,758 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.042s 2021-10-27 16:03:13,758 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e57e06-aaaa-4502-ab54-3b6f26469b75', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e57e06-aaaa-4502-ab54-3b6f26469b75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:14,813 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.046s 2021-10-27 16:03:14,813 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-626cb41c-1740-4559-bd62-e8e907c6975f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-626cb41c-1740-4559-bd62-e8e907c6975f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:15,867 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.045s 2021-10-27 16:03:15,868 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d80468-ff8b-4c74-99ae-5a5670cc0edd', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d80468-ff8b-4c74-99ae-5a5670cc0edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:16,918 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.043s 2021-10-27 16:03:16,918 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9255db0-0144-48a8-ab6a-de57c48f9f67', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9255db0-0144-48a8-ab6a-de57c48f9f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:17,968 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf 0.042s 2021-10-27 16:03:17,968 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ebb6f8-8d1c-4095-ac96-570c08945f8f', 'content-length': '979', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ebb6f8-8d1c-4095-ac96-570c08945f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf'} Body: b'{"volume": {"id": "76aa319e-7e32-451f-9ec9-dea507c371bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:56:13.000000", "updated_at": "2021-10-27T15:56:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-173633592", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/76aa319e-7e32-451f-9ec9-dea507c371bf"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 126, in test_create_get_list_accept_volume_transfer super(VolumesTransfersV355Test, self). \ File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 134, 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 76aa319e-7e32-451f-9ec9-dea507c371bf failed to reach available status (current creating) within the required time (360 s). |
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
fail
ft9.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 16:03:18,206 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes 0.188s 2021-10-27 16:03:18,207 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1761847421"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebaa1e7a-1ba7-4ad9-aa23-d74af807810a', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebaa1e7a-1ba7-4ad9-aa23-d74af807810a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.140881", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2021-10-27 16:03:18,253 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:03:18,253 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7adf3e09-ca2e-46ba-a798-09d27b87565a', 'content-length': '956', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7adf3e09-ca2e-46ba-a798-09d27b87565a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:19,299 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:03:19,299 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8f867db-d48b-486e-b500-ada011013d5a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8f867db-d48b-486e-b500-ada011013d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:20,350 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:03:20,350 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4912a0b-9640-40d5-84ef-3e86b06bdeeb', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4912a0b-9640-40d5-84ef-3e86b06bdeeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:21,393 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.035s 2021-10-27 16:03:21,394 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90dc079f-dc5d-48a2-909a-796edcd96979', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90dc079f-dc5d-48a2-909a-796edcd96979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:22,443 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:03:22,444 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23564374-ce9f-4383-bdb0-0ca29a6793d5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23564374-ce9f-4383-bdb0-0ca29a6793d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:23,489 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:23,490 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8a4ef32-d3c8-469d-b285-7b6d64f7dfa2', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8a4ef32-d3c8-469d-b285-7b6d64f7dfa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:24,537 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:03:24,538 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22e56515-444b-4b43-ad25-a21134b1b4cf', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22e56515-444b-4b43-ad25-a21134b1b4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:25,583 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:03:25,585 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1601b266-231f-48f0-b019-f697834c1976', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1601b266-231f-48f0-b019-f697834c1976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:26,636 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:03:26,637 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea34bc8-7b25-494a-8805-e86842236191', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea34bc8-7b25-494a-8805-e86842236191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:27,682 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:27,683 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc78a721-70ff-45be-917a-0fafa95e6b99', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc78a721-70ff-45be-917a-0fafa95e6b99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:28,732 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:03:28,732 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d857aa3-dfae-4fbf-b21c-41a602528ab6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d857aa3-dfae-4fbf-b21c-41a602528ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:29,778 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:29,779 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66401b02-0b38-48d1-8509-89ba703f014c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66401b02-0b38-48d1-8509-89ba703f014c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:30,824 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:03:30,825 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9c2ab81-5557-40e2-bbcb-6f49110cbd58', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9c2ab81-5557-40e2-bbcb-6f49110cbd58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:31,873 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:03:31,873 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4ee880-0398-4232-8f55-310e23989819', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4ee880-0398-4232-8f55-310e23989819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:32,921 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:03:32,921 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90932b76-40db-4f68-9ef8-5bc003010e34', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90932b76-40db-4f68-9ef8-5bc003010e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:33,968 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:03:33,969 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4873fb9-b57d-482c-ad49-7db5f7d5f936', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4873fb9-b57d-482c-ad49-7db5f7d5f936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:35,016 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:35,016 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53ddb2c6-0508-4896-95a5-a654f51bc1f5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53ddb2c6-0508-4896-95a5-a654f51bc1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:36,068 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:03:36,068 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69bf901c-382a-4c58-8b1b-42017be3ea47', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69bf901c-382a-4c58-8b1b-42017be3ea47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:37,116 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:03:37,117 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1db315c1-0983-4a8f-bd1b-d54a4fccf486', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1db315c1-0983-4a8f-bd1b-d54a4fccf486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:38,164 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:03:38,165 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a62f6556-58b6-4d48-bcae-167136bb6396', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a62f6556-58b6-4d48-bcae-167136bb6396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:39,213 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:03:39,213 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4fbfcbd-2f8e-4601-a2ec-5492a4b7d7a6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4fbfcbd-2f8e-4601-a2ec-5492a4b7d7a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:40,263 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:03:40,263 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96fe2eee-86b8-4f4d-b963-3444b7e36148', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96fe2eee-86b8-4f4d-b963-3444b7e36148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:41,310 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:41,310 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3456ffcf-211d-4b3f-8b85-eb54cd8c19cc', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3456ffcf-211d-4b3f-8b85-eb54cd8c19cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:42,360 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:03:42,360 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f55ebf12-d065-4bdb-a606-810b98ec0e60', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f55ebf12-d065-4bdb-a606-810b98ec0e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:43,405 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:03:43,406 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f0c438-f827-469d-9cf4-d7cbb80d90a5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f0c438-f827-469d-9cf4-d7cbb80d90a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:44,453 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:44,453 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0990b20c-81d7-45cb-a6e3-d03a22649900', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0990b20c-81d7-45cb-a6e3-d03a22649900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:45,500 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:03:45,500 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a903baf0-2ae4-4c80-a3b9-300440a922a5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a903baf0-2ae4-4c80-a3b9-300440a922a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:46,547 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:46,547 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96145926-455f-4089-88ba-aadf4f6e9e9d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96145926-455f-4089-88ba-aadf4f6e9e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:47,593 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:47,594 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ef1f7f-1f40-4866-af2c-967e9fb3c827', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ef1f7f-1f40-4866-af2c-967e9fb3c827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:48,640 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:48,641 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e82a618-970f-4d1a-9c94-bc3d13fc24ea', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e82a618-970f-4d1a-9c94-bc3d13fc24ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:49,687 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:49,688 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5081bbdb-42c9-46f3-a726-69e1378d1063', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5081bbdb-42c9-46f3-a726-69e1378d1063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:50,734 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:03:50,735 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad85574b-3bdf-4f56-96e1-159f3c7b08af', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad85574b-3bdf-4f56-96e1-159f3c7b08af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:51,782 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:03:51,782 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-480f67f4-0ec6-4ad7-95c2-6a59c3d239e4', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-480f67f4-0ec6-4ad7-95c2-6a59c3d239e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:52,830 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:03:52,830 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5727a879-4472-4c82-9d12-8ab7d28bf684', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5727a879-4472-4c82-9d12-8ab7d28bf684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:53,877 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:53,877 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a3cb3e-05bc-4f47-ab41-ceb78add1763', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a3cb3e-05bc-4f47-ab41-ceb78add1763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:54,932 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:03:54,932 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c9f01f2-a292-47f5-b63f-b77241349326', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9f01f2-a292-47f5-b63f-b77241349326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:55,978 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:03:55,978 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54bd6ed4-9887-4b53-b1df-8525cb19fcc6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54bd6ed4-9887-4b53-b1df-8525cb19fcc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:57,025 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:03:57,025 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4938dfe1-f4c7-4a81-be88-4e8b0aa21cc2', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4938dfe1-f4c7-4a81-be88-4e8b0aa21cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:58,070 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.036s 2021-10-27 16:03:58,070 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a83bbc85-3365-4db6-b66e-577a920ce9ec', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a83bbc85-3365-4db6-b66e-577a920ce9ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:03:59,118 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:03:59,118 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cada652c-84c2-4dbd-a3cb-c4248e80a0a8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cada652c-84c2-4dbd-a3cb-c4248e80a0a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:00,166 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:04:00,167 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2efc83d8-8b36-4e41-ab54-b995b15591f0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2efc83d8-8b36-4e41-ab54-b995b15591f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:01,217 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:04:01,218 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a3f6638-8e82-4195-8799-af2995ac4d00', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a3f6638-8e82-4195-8799-af2995ac4d00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:02,266 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:04:02,266 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac12b5b2-d66e-41ff-9839-05bb952975b2', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac12b5b2-d66e-41ff-9839-05bb952975b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:03,329 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.053s 2021-10-27 16:04:03,329 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee345b5-b022-44f2-b930-7a89325c168b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee345b5-b022-44f2-b930-7a89325c168b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:04,374 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.036s 2021-10-27 16:04:04,374 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-558542f4-c1da-414b-92a7-ac2b817ee175', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-558542f4-c1da-414b-92a7-ac2b817ee175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:05,464 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.080s 2021-10-27 16:04:05,464 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a066905-d4cf-4545-ba54-0d63cb3a4c3d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a066905-d4cf-4545-ba54-0d63cb3a4c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:06,510 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:04:06,510 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-134a2650-8cf4-4b49-8933-a0812e0a58eb', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-134a2650-8cf4-4b49-8933-a0812e0a58eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:07,570 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.052s 2021-10-27 16:04:07,571 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6abbfe8-44a2-4cc3-a497-14c77246477c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6abbfe8-44a2-4cc3-a497-14c77246477c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:08,615 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.036s 2021-10-27 16:04:08,616 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f15cf92-3282-4428-a10b-578f2e3f898a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f15cf92-3282-4428-a10b-578f2e3f898a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:09,667 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:04:09,668 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f54b65c2-147c-4967-9d2a-2aacd16753cd', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f54b65c2-147c-4967-9d2a-2aacd16753cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:10,728 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.051s 2021-10-27 16:04:10,728 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84681e05-53b8-4c80-b17f-a6fe52f4cca8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84681e05-53b8-4c80-b17f-a6fe52f4cca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:11,776 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:04:11,776 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a4120b0-4582-4156-ad79-c787e4137438', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a4120b0-4582-4156-ad79-c787e4137438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:12,833 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.049s 2021-10-27 16:04:12,833 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74363cdc-367b-4ea1-b008-5e429895161f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74363cdc-367b-4ea1-b008-5e429895161f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:13,886 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:04:13,886 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74116bb5-9bf7-4895-ba33-085c091cbbb8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74116bb5-9bf7-4895-ba33-085c091cbbb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:14,946 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.050s 2021-10-27 16:04:14,947 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2223e2b-e848-440c-b040-b42f43f8c67f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2223e2b-e848-440c-b040-b42f43f8c67f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:16,007 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.051s 2021-10-27 16:04:16,007 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b894f07-afc2-464e-96f6-37d2702b41f0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b894f07-afc2-464e-96f6-37d2702b41f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:17,117 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.101s 2021-10-27 16:04:17,118 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c67078ab-c2bf-4777-9589-49e218c7cf7b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c67078ab-c2bf-4777-9589-49e218c7cf7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:18,175 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.049s 2021-10-27 16:04:18,175 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b681150d-f19a-485c-8d5a-6be3a131b74c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b681150d-f19a-485c-8d5a-6be3a131b74c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:19,235 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.051s 2021-10-27 16:04:19,236 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-474c482e-2700-4e41-99a8-5952b832b372', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-474c482e-2700-4e41-99a8-5952b832b372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:20,297 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.052s 2021-10-27 16:04:20,297 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a7307c-7923-4f0d-8c15-161ce9471dd4', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a7307c-7923-4f0d-8c15-161ce9471dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:21,349 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:04:21,350 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3df266e3-5ae2-48cf-9539-b78555b85601', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3df266e3-5ae2-48cf-9539-b78555b85601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:22,405 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.047s 2021-10-27 16:04:22,406 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2c2560-05e9-49da-9c55-50858702ebbe', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f2c2560-05e9-49da-9c55-50858702ebbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:23,460 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:04:23,460 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08371306-dd51-4f22-906c-5f1b663ea6a3', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08371306-dd51-4f22-906c-5f1b663ea6a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:24,514 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:04:24,514 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bdc9dda-5d7e-4edd-876e-c1a5243df2ab', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bdc9dda-5d7e-4edd-876e-c1a5243df2ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:25,575 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.052s 2021-10-27 16:04:25,576 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9c6468-69e7-4da0-8950-90be6e020ea7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9c6468-69e7-4da0-8950-90be6e020ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:26,641 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.056s 2021-10-27 16:04:26,641 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-297cd550-7bb1-49e5-bb05-5caeda7c9a17', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-297cd550-7bb1-49e5-bb05-5caeda7c9a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:27,708 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.055s 2021-10-27 16:04:27,709 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41e4eb11-afbd-4d94-9fb7-53d8dac6c40a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e4eb11-afbd-4d94-9fb7-53d8dac6c40a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:28,762 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.044s 2021-10-27 16:04:28,762 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a81f8e-9f58-4aab-91d9-f0cfb47dd7b1', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a81f8e-9f58-4aab-91d9-f0cfb47dd7b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:29,814 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.045s 2021-10-27 16:04:29,815 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264e5af3-1fb1-4f00-8914-fca11d017799', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264e5af3-1fb1-4f00-8914-fca11d017799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:30,869 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:04:30,870 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a85f0b6-b7a8-4412-9c3c-c9174f0d2a22', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a85f0b6-b7a8-4412-9c3c-c9174f0d2a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:31,936 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.058s 2021-10-27 16:04:31,936 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c856b10a-59ac-4156-80d8-b21300204971', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c856b10a-59ac-4156-80d8-b21300204971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:33,000 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.055s 2021-10-27 16:04:33,000 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db454703-5098-4935-b71b-78fb4f243bf2', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db454703-5098-4935-b71b-78fb4f243bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:34,048 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:04:34,049 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e35ec0-cd75-4631-9ece-46a9097218c6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e35ec0-cd75-4631-9ece-46a9097218c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:35,113 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.051s 2021-10-27 16:04:35,113 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e16a50c-7cb4-422f-af8a-311316e052e8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e16a50c-7cb4-422f-af8a-311316e052e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:36,159 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:04:36,160 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc9c009-561d-45f0-865a-e61f8d71c878', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc9c009-561d-45f0-865a-e61f8d71c878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:37,217 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.049s 2021-10-27 16:04:37,217 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4f4c06d-11b8-4871-9c57-34783ef6968a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4f4c06d-11b8-4871-9c57-34783ef6968a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:38,267 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:04:38,267 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb297c9-2745-4648-be69-0ea96a16b8d9', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfb297c9-2745-4648-be69-0ea96a16b8d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:39,314 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:04:39,314 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a29af7-c737-43ea-885d-11e30a8618e6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a29af7-c737-43ea-885d-11e30a8618e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:40,368 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:04:40,369 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bae25a8-415b-4428-8d11-242386a6c70f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bae25a8-415b-4428-8d11-242386a6c70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:41,418 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:04:41,419 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db0191af-a10f-4b81-bc27-2af2e99ea393', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db0191af-a10f-4b81-bc27-2af2e99ea393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:42,470 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:04:42,471 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a181f06-47b0-4971-9fd1-2a0afce29f6d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a181f06-47b0-4971-9fd1-2a0afce29f6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:43,523 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.045s 2021-10-27 16:04:43,524 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34cf7fd8-d3ba-428e-84c8-5297bf431f32', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34cf7fd8-d3ba-428e-84c8-5297bf431f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:44,572 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:04:44,573 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3586149e-9105-49cc-93a1-f5b87cd0cd3e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3586149e-9105-49cc-93a1-f5b87cd0cd3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:45,626 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.045s 2021-10-27 16:04:45,626 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3265b543-389d-45af-a2ed-1cefcd0552ab', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3265b543-389d-45af-a2ed-1cefcd0552ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:46,674 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:04:46,674 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c56b4b-6225-4ea9-b8bd-6767007c9c9a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c56b4b-6225-4ea9-b8bd-6767007c9c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:47,724 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:04:47,725 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12c1aadf-1e41-4775-9062-8c8101dab95e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12c1aadf-1e41-4775-9062-8c8101dab95e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:48,780 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:04:48,781 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9372cf55-c84c-4eb9-9f3a-038fb70eac4b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9372cf55-c84c-4eb9-9f3a-038fb70eac4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:49,829 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:04:49,829 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b4f5d3a-272c-4e9f-8ce7-2f75ad422053', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b4f5d3a-272c-4e9f-8ce7-2f75ad422053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:50,874 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.036s 2021-10-27 16:04:50,874 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82975e90-be4f-401b-bf10-c510546f2183', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82975e90-be4f-401b-bf10-c510546f2183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:51,925 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:04:51,926 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80336b1-65db-450f-a084-e4196aa20263', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80336b1-65db-450f-a084-e4196aa20263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:52,983 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.049s 2021-10-27 16:04:52,984 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48ca3a1-65e8-41b6-9417-23ac1713dbd2', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48ca3a1-65e8-41b6-9417-23ac1713dbd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:54,034 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:04:54,034 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abfb6f0e-3709-45e6-892b-011df6df1087', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfb6f0e-3709-45e6-892b-011df6df1087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:55,085 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:04:55,085 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9126e980-a9c9-423a-bc23-1577f073abe5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9126e980-a9c9-423a-bc23-1577f073abe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:56,147 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.054s 2021-10-27 16:04:56,148 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35d6deae-7a5a-4b76-83ed-aa360096449b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35d6deae-7a5a-4b76-83ed-aa360096449b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:57,204 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.049s 2021-10-27 16:04:57,205 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc8c1eb-66bc-41a3-95fa-8fd3f9f55ba0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdc8c1eb-66bc-41a3-95fa-8fd3f9f55ba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:58,294 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.081s 2021-10-27 16:04:58,295 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a47f09ba-785e-41bc-90d1-ef38d08395f0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a47f09ba-785e-41bc-90d1-ef38d08395f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:04:59,342 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:04:59,343 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10247032-4992-43bf-b86b-5b7f47db358f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10247032-4992-43bf-b86b-5b7f47db358f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:00,394 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:05:00,394 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009335ed-863c-47f4-a18a-88bff62578ff', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009335ed-863c-47f4-a18a-88bff62578ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:01,449 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.047s 2021-10-27 16:05:01,450 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-056636c9-a3ff-46db-8e7f-abd549c4b1f8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-056636c9-a3ff-46db-8e7f-abd549c4b1f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:02,501 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.044s 2021-10-27 16:05:02,502 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ec5529c-aa2a-43e5-ba8e-c4bb9a34327d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ec5529c-aa2a-43e5-ba8e-c4bb9a34327d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:03,600 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.090s 2021-10-27 16:05:03,600 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11ff5f5c-40da-460f-a800-021b8d8b4770', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11ff5f5c-40da-460f-a800-021b8d8b4770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:04,645 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:05:04,646 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e1c234-c8df-4999-8eae-46c788e83d42', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07e1c234-c8df-4999-8eae-46c788e83d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:05,691 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:05:05,691 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c1b73e-0b2e-4c55-87e0-83d000d843f8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c1b73e-0b2e-4c55-87e0-83d000d843f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:06,747 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.047s 2021-10-27 16:05:06,747 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd597029-ffb7-4bc8-9261-2cbe740a70e3', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd597029-ffb7-4bc8-9261-2cbe740a70e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:07,794 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:05:07,795 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9600b1d6-638e-4245-93b5-47d0ddd8c73b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9600b1d6-638e-4245-93b5-47d0ddd8c73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:08,843 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:05:08,843 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62a4ea3c-dfcc-4824-977f-25455f83ef55', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62a4ea3c-dfcc-4824-977f-25455f83ef55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:09,893 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:05:09,894 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d068a6-b71c-4eb5-a52c-b0d71516211f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d068a6-b71c-4eb5-a52c-b0d71516211f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:10,943 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:05:10,943 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6fac5ac-af5f-4f50-a803-72d6378591ba', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6fac5ac-af5f-4f50-a803-72d6378591ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:11,993 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:05:11,993 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-570a962c-4e83-4dfb-a7cd-cc4ff44a3cb4', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-570a962c-4e83-4dfb-a7cd-cc4ff44a3cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:13,046 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.045s 2021-10-27 16:05:13,047 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eb3cbd3-aeba-478b-b0af-24bf1ce411ec', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eb3cbd3-aeba-478b-b0af-24bf1ce411ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:14,094 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:05:14,095 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a3f4b4f-846f-4f10-8bff-2af0028c620d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a3f4b4f-846f-4f10-8bff-2af0028c620d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:15,142 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:05:15,142 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ff99d72-9db9-4fb5-ad86-b618e4f42511', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ff99d72-9db9-4fb5-ad86-b618e4f42511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:16,202 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.051s 2021-10-27 16:05:16,202 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0e06625-ee06-4b3e-920d-aec544359e2e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0e06625-ee06-4b3e-920d-aec544359e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:17,329 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.118s 2021-10-27 16:05:17,329 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63505e58-b306-4bc3-a2e0-bf4fe0b257b6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63505e58-b306-4bc3-a2e0-bf4fe0b257b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:18,376 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:05:18,377 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d45c01-9b6c-4c8f-a338-0352774eb541', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d45c01-9b6c-4c8f-a338-0352774eb541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:19,435 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:05:19,435 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c77a95d-0b3b-4661-9e1e-129932c348ed', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c77a95d-0b3b-4661-9e1e-129932c348ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:20,538 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.092s 2021-10-27 16:05:20,538 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26c7c21-d264-4315-b22e-66d7a330004c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26c7c21-d264-4315-b22e-66d7a330004c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:21,622 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.068s 2021-10-27 16:05:21,623 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eb15fd9-4ebc-482f-bf9a-c8d8b7bc22bc', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eb15fd9-4ebc-482f-bf9a-c8d8b7bc22bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:22,707 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.069s 2021-10-27 16:05:22,708 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6285cb9f-a86c-4a03-9633-69cff5c9c68e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6285cb9f-a86c-4a03-9633-69cff5c9c68e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:23,822 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.096s 2021-10-27 16:05:23,823 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75e8ab3b-8323-4cae-97d5-c33fb73fe1c7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75e8ab3b-8323-4cae-97d5-c33fb73fe1c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:24,886 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:05:24,886 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30b93b31-7eb0-4a29-9fb4-c2b7478278b8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30b93b31-7eb0-4a29-9fb4-c2b7478278b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:25,936 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:05:25,937 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8c3876e-b788-419b-b283-41297e2dba7a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8c3876e-b788-419b-b283-41297e2dba7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:26,991 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:05:26,992 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56c8bf4-db38-4545-9fed-9b080a5eef92', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56c8bf4-db38-4545-9fed-9b080a5eef92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:28,046 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:05:28,047 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3e0424-8192-451e-88cb-118854c3f0d7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3e0424-8192-451e-88cb-118854c3f0d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:29,098 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:05:29,099 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dea2145-61e9-4fca-95c9-3bb311312ac3', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dea2145-61e9-4fca-95c9-3bb311312ac3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:30,150 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:05:30,150 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ac6896f-0567-4a90-b6fa-3e79e9264b7e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ac6896f-0567-4a90-b6fa-3e79e9264b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:31,197 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:05:31,197 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45d66953-8736-4f26-a71c-4a65a79e93f2', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d66953-8736-4f26-a71c-4a65a79e93f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:32,255 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.050s 2021-10-27 16:05:32,256 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e639efe-06a4-4a67-861f-3816d1eb9882', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e639efe-06a4-4a67-861f-3816d1eb9882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:33,309 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:05:33,309 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50d31b95-3c9d-4081-b5e3-09aeeee4418d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50d31b95-3c9d-4081-b5e3-09aeeee4418d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:34,359 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:05:34,359 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bccb4294-d14f-472f-9eca-370fa59aab68', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bccb4294-d14f-472f-9eca-370fa59aab68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:35,419 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.047s 2021-10-27 16:05:35,420 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-630da761-6b52-4619-9840-bd02d51290e6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-630da761-6b52-4619-9840-bd02d51290e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:36,469 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:05:36,470 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02a5b97-1df2-4e77-9306-e275a60059c0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02a5b97-1df2-4e77-9306-e275a60059c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:37,520 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:05:37,520 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd009bc8-a091-4b04-9528-ba6d2375cd5d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd009bc8-a091-4b04-9528-ba6d2375cd5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:38,577 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:05:38,577 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ab2d496-7b0c-4717-902d-6233c47d3d7d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ab2d496-7b0c-4717-902d-6233c47d3d7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:39,626 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:05:39,627 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b215bdd-9fad-45a6-8e72-0f59a5d08538', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b215bdd-9fad-45a6-8e72-0f59a5d08538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:40,678 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:05:40,678 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae51b08f-32e9-4195-985d-3a279dd502dd', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae51b08f-32e9-4195-985d-3a279dd502dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:41,732 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.044s 2021-10-27 16:05:41,732 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d03377cf-9275-46d2-a3f2-d2a4f068c91d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d03377cf-9275-46d2-a3f2-d2a4f068c91d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:42,778 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:05:42,779 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f4c614-078a-4e8a-91c6-99eeb699c115', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f4c614-078a-4e8a-91c6-99eeb699c115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:43,828 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:05:43,828 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf5cf61c-c641-4899-a971-71e7a79524f7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf5cf61c-c641-4899-a971-71e7a79524f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:44,874 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:05:44,874 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c42c9460-a82c-48da-a4d9-7f01c5f5d7dc', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c42c9460-a82c-48da-a4d9-7f01c5f5d7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:45,921 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:05:45,921 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a96ec1cd-d75b-4f7e-a077-d5b411250caf', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a96ec1cd-d75b-4f7e-a077-d5b411250caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:46,985 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.055s 2021-10-27 16:05:46,985 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2d59ba-eb84-4cfc-83bc-693c75ea0f84', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2d59ba-eb84-4cfc-83bc-693c75ea0f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:48,035 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:05:48,036 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1425e35-ed5d-4732-8d40-7f9ffb782b90', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1425e35-ed5d-4732-8d40-7f9ffb782b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:49,082 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:05:49,083 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2726a835-4494-480f-a53b-4c89ecdb7ca8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2726a835-4494-480f-a53b-4c89ecdb7ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:50,129 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:05:50,129 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07a04466-5e03-485b-bb25-5830af17cf5d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07a04466-5e03-485b-bb25-5830af17cf5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:51,180 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:05:51,181 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-733a988d-6daf-40b7-a394-7e12ba219c2e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-733a988d-6daf-40b7-a394-7e12ba219c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:52,227 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:05:52,228 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e5181ac-ddc1-4ac7-89b0-4fbeb0a5c501', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e5181ac-ddc1-4ac7-89b0-4fbeb0a5c501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:53,279 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:05:53,279 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73bb3029-c85b-45d1-b7ea-82e34e007cf4', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73bb3029-c85b-45d1-b7ea-82e34e007cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:54,327 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:05:54,327 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0f47204-ab1a-493f-b6b2-f284e355ff36', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0f47204-ab1a-493f-b6b2-f284e355ff36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:55,377 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:05:55,377 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b6995a1-7efe-403c-bbf9-82f835b67d82', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b6995a1-7efe-403c-bbf9-82f835b67d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:56,425 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:05:56,425 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc29009-c24d-41b6-b109-e2141bb5526b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc29009-c24d-41b6-b109-e2141bb5526b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:57,494 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.060s 2021-10-27 16:05:57,494 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-995ad73d-ab43-4313-8102-1b6202d50690', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-995ad73d-ab43-4313-8102-1b6202d50690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:58,547 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.036s 2021-10-27 16:05:58,548 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64d0f605-0ffb-4385-99d1-2d9eb561832a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64d0f605-0ffb-4385-99d1-2d9eb561832a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:05:59,597 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:05:59,598 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a66b1fa-7004-44c5-ac87-4332b3a1356d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a66b1fa-7004-44c5-ac87-4332b3a1356d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:00,643 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:06:00,644 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10aa4c70-a491-49d0-897e-afc51c65ea8a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10aa4c70-a491-49d0-897e-afc51c65ea8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:01,692 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:06:01,692 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24add773-785e-45da-8565-22265fe5b415', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24add773-785e-45da-8565-22265fe5b415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:02,739 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:06:02,739 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fecf65b-682b-4284-96f8-94307cf6cfc6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fecf65b-682b-4284-96f8-94307cf6cfc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:03,785 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:06:03,785 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-279fc9cc-97c6-4d80-9330-cf9dfcba9cc0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-279fc9cc-97c6-4d80-9330-cf9dfcba9cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:04,831 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:06:04,831 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff30fdf-6fc7-4fb0-a309-249bfc0595c3', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff30fdf-6fc7-4fb0-a309-249bfc0595c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:06,035 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.194s 2021-10-27 16:06:06,035 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785828b4-4657-4757-a1e8-e7f0be803f46', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785828b4-4657-4757-a1e8-e7f0be803f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:07,094 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:06:07,095 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9c89d50-56ed-40e8-afd7-d59cfe9498d2', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9c89d50-56ed-40e8-afd7-d59cfe9498d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:08,141 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:06:08,141 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-048eb227-f9a0-4c6b-8abb-027356b31ae6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-048eb227-f9a0-4c6b-8abb-027356b31ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:09,191 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:06:09,192 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5543f982-17c4-4242-aa1f-eb7112b4716e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5543f982-17c4-4242-aa1f-eb7112b4716e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:10,249 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:06:10,250 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381f91be-126d-40a7-9865-8d4b7b49837e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381f91be-126d-40a7-9865-8d4b7b49837e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:11,302 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:06:11,302 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dbfdf2e-9d45-49c1-9b4c-170e41d672f1', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dbfdf2e-9d45-49c1-9b4c-170e41d672f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:12,351 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:06:12,352 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20bd1e51-2e38-424e-986d-082160b87ad7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20bd1e51-2e38-424e-986d-082160b87ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:13,659 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.299s 2021-10-27 16:06:13,660 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd4e8b3b-71db-4f6a-9a21-9abbd551d1ad', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd4e8b3b-71db-4f6a-9a21-9abbd551d1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:14,711 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:06:14,711 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3e6e280-98f9-4020-85b3-9c13739a9781', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3e6e280-98f9-4020-85b3-9c13739a9781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:15,797 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.073s 2021-10-27 16:06:15,797 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67532e6b-1abf-4154-b29c-fb8d7f910db8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67532e6b-1abf-4154-b29c-fb8d7f910db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:16,854 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:06:16,855 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7614f70-154a-4e42-9f42-0f935ed94256', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7614f70-154a-4e42-9f42-0f935ed94256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:17,913 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:06:17,914 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6adb614-bc79-44ee-a94c-9eadbd85426b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6adb614-bc79-44ee-a94c-9eadbd85426b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:18,995 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.071s 2021-10-27 16:06:18,996 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d06fc30-309c-461e-8de8-f48d51629704', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d06fc30-309c-461e-8de8-f48d51629704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:20,059 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.047s 2021-10-27 16:06:20,059 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d29476a3-bec2-453a-9085-b27051c6093d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d29476a3-bec2-453a-9085-b27051c6093d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:21,118 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:06:21,118 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f3d3a7d-090d-4313-b3f9-99d9af281292', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f3d3a7d-090d-4313-b3f9-99d9af281292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:22,174 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:06:22,175 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e99e39b-5a96-41ce-9390-1c5f533ea581', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e99e39b-5a96-41ce-9390-1c5f533ea581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:23,221 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:06:23,221 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b79b73c-debe-4f07-9ae5-8ed183e8d23f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b79b73c-debe-4f07-9ae5-8ed183e8d23f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:24,266 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:06:24,267 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52a92bc1-0a95-4381-a62f-347fbb00044a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52a92bc1-0a95-4381-a62f-347fbb00044a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:25,313 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:06:25,314 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503d5011-0798-4584-9dd3-a7f0540aa76e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503d5011-0798-4584-9dd3-a7f0540aa76e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:26,362 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:06:26,362 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddfb53bb-b9bd-4001-bd22-18a397e61b81', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddfb53bb-b9bd-4001-bd22-18a397e61b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:27,412 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:06:27,412 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60858171-17e7-4ad8-a102-3046d65db63a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60858171-17e7-4ad8-a102-3046d65db63a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:28,466 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.045s 2021-10-27 16:06:28,466 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1ab5d3-4fd1-4589-8f57-76f249d42c9f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1ab5d3-4fd1-4589-8f57-76f249d42c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:29,519 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.044s 2021-10-27 16:06:29,520 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cefece0e-02cd-48fd-a841-4f63f5bd4223', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cefece0e-02cd-48fd-a841-4f63f5bd4223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:30,578 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.050s 2021-10-27 16:06:30,579 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde0f87e-a250-4f36-9321-6648119440e3', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cde0f87e-a250-4f36-9321-6648119440e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:31,638 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.050s 2021-10-27 16:06:31,639 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62c3a2f9-b134-455a-9878-0b8652e8cfde', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62c3a2f9-b134-455a-9878-0b8652e8cfde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:32,690 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:06:32,690 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29cf85f6-ed97-4c6a-a6ac-a814c7878555', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29cf85f6-ed97-4c6a-a6ac-a814c7878555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:33,746 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:06:33,747 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-123030c0-8776-4aa9-b4ad-adbca69c42ff', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-123030c0-8776-4aa9-b4ad-adbca69c42ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:34,797 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:06:34,798 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca2551d9-dfed-4a9c-829f-1f69d58cbedf', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca2551d9-dfed-4a9c-829f-1f69d58cbedf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:35,854 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:06:35,855 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4dfb550-ac70-4b26-9eba-0a589bb4ae6b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4dfb550-ac70-4b26-9eba-0a589bb4ae6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:36,910 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.047s 2021-10-27 16:06:36,911 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-930f109f-8297-4474-bdb4-9905800d198c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-930f109f-8297-4474-bdb4-9905800d198c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:37,995 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.075s 2021-10-27 16:06:37,995 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efeaecb0-db87-431d-986b-e321fe8404be', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efeaecb0-db87-431d-986b-e321fe8404be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:39,079 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.068s 2021-10-27 16:06:39,080 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc30edd4-f6b7-4699-809c-643b6bd56dc6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc30edd4-f6b7-4699-809c-643b6bd56dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:40,148 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.056s 2021-10-27 16:06:40,149 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa72507-70a4-4ddb-a0cd-f4941a798076', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa72507-70a4-4ddb-a0cd-f4941a798076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:41,218 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.059s 2021-10-27 16:06:41,219 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a796992-38f8-4576-95ae-8947033199d7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a796992-38f8-4576-95ae-8947033199d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:42,280 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.050s 2021-10-27 16:06:42,281 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0cc741e-ee79-4aea-b671-a8f2706a7b64', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0cc741e-ee79-4aea-b671-a8f2706a7b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:43,333 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:06:43,334 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bf7139f-5485-4349-afff-34f829149b61', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bf7139f-5485-4349-afff-34f829149b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:44,390 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:06:44,391 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5e579a-f50b-4ac0-9c96-3f4314121cf5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5e579a-f50b-4ac0-9c96-3f4314121cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:45,452 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.044s 2021-10-27 16:06:45,452 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba1bd4ea-9dda-495c-979f-999ba92eae64', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba1bd4ea-9dda-495c-979f-999ba92eae64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:46,505 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:06:46,505 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9261e3d-79e4-477a-b651-ef84bb7b4a76', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9261e3d-79e4-477a-b651-ef84bb7b4a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:47,582 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.062s 2021-10-27 16:06:47,582 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f02f4a5-0f0a-4a84-bfa1-4fbd19075a9a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f02f4a5-0f0a-4a84-bfa1-4fbd19075a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:48,675 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.084s 2021-10-27 16:06:48,676 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ebb16b-d19d-4a88-a352-b492d034b8c5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ebb16b-d19d-4a88-a352-b492d034b8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:49,730 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:06:49,731 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf169d8-1e50-4073-800a-c0f677a29edd', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf169d8-1e50-4073-800a-c0f677a29edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:50,785 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.045s 2021-10-27 16:06:50,785 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cb000e4-ef61-4846-b607-3833d3bffdba', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cb000e4-ef61-4846-b607-3833d3bffdba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:51,842 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:06:51,843 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e950b4d2-61b9-4a13-a26d-ae40c3cd4c3d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e950b4d2-61b9-4a13-a26d-ae40c3cd4c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:52,892 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:06:52,893 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d313d5-c364-49c7-8de2-ac5eb12b42c3', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d313d5-c364-49c7-8de2-ac5eb12b42c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:53,944 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:06:53,944 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0851ba90-a024-4ce3-a666-8f3f32e0b0b5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0851ba90-a024-4ce3-a666-8f3f32e0b0b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:55,010 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.058s 2021-10-27 16:06:55,010 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2120d324-7776-441d-8da5-ebab4a2bd6fc', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2120d324-7776-441d-8da5-ebab4a2bd6fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:56,084 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.065s 2021-10-27 16:06:56,085 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8fdb75f-7efd-40cd-9c59-b1b2d936fd92', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8fdb75f-7efd-40cd-9c59-b1b2d936fd92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:57,152 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.056s 2021-10-27 16:06:57,152 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63fe4ba3-5937-4943-b06c-594914f703a6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63fe4ba3-5937-4943-b06c-594914f703a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:58,224 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.064s 2021-10-27 16:06:58,225 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abcf045e-1671-4d35-9236-c13f3e2216c9', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abcf045e-1671-4d35-9236-c13f3e2216c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:06:59,280 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:06:59,280 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d15172e2-d82e-4a41-8b62-8ce65ec6fcfe', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d15172e2-d82e-4a41-8b62-8ce65ec6fcfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:00,342 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.045s 2021-10-27 16:07:00,343 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20cad5b9-eb63-489c-a9fc-22c417e56d7c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20cad5b9-eb63-489c-a9fc-22c417e56d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:01,428 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.069s 2021-10-27 16:07:01,428 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477cf476-bb15-4f69-b145-0e89087ae7ac', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477cf476-bb15-4f69-b145-0e89087ae7ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:02,478 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:07:02,478 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-170fc380-ba28-4ca6-b1b8-53ca79798865', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-170fc380-ba28-4ca6-b1b8-53ca79798865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:03,555 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.068s 2021-10-27 16:07:03,555 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab194c4c-236b-4f4d-9135-9180788eb4a9', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab194c4c-236b-4f4d-9135-9180788eb4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:04,610 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:07:04,611 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebcab6fa-4580-4872-8539-ca0deb74cdc6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebcab6fa-4580-4872-8539-ca0deb74cdc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:05,668 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:07:05,669 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a9226b7-90f0-4c1f-909f-de78a37dca75', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a9226b7-90f0-4c1f-909f-de78a37dca75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:06,753 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.075s 2021-10-27 16:07:06,754 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-086657df-f373-4437-8355-a0ba821e95dd', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-086657df-f373-4437-8355-a0ba821e95dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:07,811 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.044s 2021-10-27 16:07:07,811 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b1e6b81-626f-40aa-843f-f92629ee4f65', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b1e6b81-626f-40aa-843f-f92629ee4f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:08,868 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:07:08,869 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c591c6a2-fc1c-46ce-8d82-7c4a2dbaf0f0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c591c6a2-fc1c-46ce-8d82-7c4a2dbaf0f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:09,924 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:07:09,925 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1cd6e4-c55a-4ac8-9f89-4c5afd5a8bf7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1cd6e4-c55a-4ac8-9f89-4c5afd5a8bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:10,988 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:07:10,988 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0173dd07-2509-4bc5-abcc-bd2bbc8e23b1', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0173dd07-2509-4bc5-abcc-bd2bbc8e23b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:12,048 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.045s 2021-10-27 16:07:12,049 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-623b1f88-08fe-4c15-b6b5-8f9ef391f347', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-623b1f88-08fe-4c15-b6b5-8f9ef391f347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:13,099 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:07:13,099 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0205006-823f-4266-a48e-b7c33ab3939b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0205006-823f-4266-a48e-b7c33ab3939b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:14,168 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.056s 2021-10-27 16:07:14,168 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65012050-3abf-4a34-890b-159a809d720c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65012050-3abf-4a34-890b-159a809d720c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:15,227 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.050s 2021-10-27 16:07:15,228 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed5f91e-41a0-473a-a696-d1aed1d7dd6e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed5f91e-41a0-473a-a696-d1aed1d7dd6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:16,283 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:07:16,283 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fcb2ce6-b79a-4859-be30-d75f3ddc73ec', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fcb2ce6-b79a-4859-be30-d75f3ddc73ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:17,336 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.044s 2021-10-27 16:07:17,337 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7db7dec-3642-4c90-ab02-2607395c3472', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7db7dec-3642-4c90-ab02-2607395c3472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:18,399 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:07:18,400 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804c31c2-dca2-4f79-83bb-f65b9ce397be', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804c31c2-dca2-4f79-83bb-f65b9ce397be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:19,484 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.071s 2021-10-27 16:07:19,485 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ce2e1f-5b43-488b-b47b-2f299fc9e9a5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7ce2e1f-5b43-488b-b47b-2f299fc9e9a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:20,573 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.072s 2021-10-27 16:07:20,573 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4d4625a-ae8e-4fbb-86f0-15f09909c66e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4d4625a-ae8e-4fbb-86f0-15f09909c66e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:21,660 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.070s 2021-10-27 16:07:21,660 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd2be9c8-9a1f-4188-9732-0e0cd7c50100', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd2be9c8-9a1f-4188-9732-0e0cd7c50100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:22,747 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.077s 2021-10-27 16:07:22,747 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ed8faf4-edfa-4489-9719-acc26cbc1fc7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ed8faf4-edfa-4489-9719-acc26cbc1fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:23,815 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.052s 2021-10-27 16:07:23,815 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dd195b1-02a5-4ca1-b92c-55eadb12e7ff', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dd195b1-02a5-4ca1-b92c-55eadb12e7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:24,898 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.073s 2021-10-27 16:07:24,898 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7368e53c-8837-4fd7-8034-c0fd2c1ef0db', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7368e53c-8837-4fd7-8034-c0fd2c1ef0db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:25,985 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.073s 2021-10-27 16:07:25,986 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6770ae44-ace1-4543-b567-a860cf34ebbf', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6770ae44-ace1-4543-b567-a860cf34ebbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:27,072 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.071s 2021-10-27 16:07:27,073 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cd209a1-1629-489f-8eef-b42abb1f706d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cd209a1-1629-489f-8eef-b42abb1f706d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:28,158 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.069s 2021-10-27 16:07:28,158 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae7bc15-a324-455e-aeaa-15dd1e74e2d3', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae7bc15-a324-455e-aeaa-15dd1e74e2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:29,252 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.077s 2021-10-27 16:07:29,253 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b699b6e-2473-4c8a-8555-0e37089ad0ec', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b699b6e-2473-4c8a-8555-0e37089ad0ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:30,344 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.075s 2021-10-27 16:07:30,345 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bbb36d3-a413-42c8-b36b-52766349a53d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bbb36d3-a413-42c8-b36b-52766349a53d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:31,432 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.072s 2021-10-27 16:07:31,432 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0e03556-5169-41eb-bba3-5198ca2e009f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0e03556-5169-41eb-bba3-5198ca2e009f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:32,489 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:07:32,489 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-003d2d96-07fe-420f-8dad-f4c22fddb76c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-003d2d96-07fe-420f-8dad-f4c22fddb76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:33,542 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.044s 2021-10-27 16:07:33,542 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4edb33a-0906-4b2d-b711-28fceb0250d4', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4edb33a-0906-4b2d-b711-28fceb0250d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:34,594 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:07:34,595 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70d2d7c3-e797-46aa-9d47-742e47e59069', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70d2d7c3-e797-46aa-9d47-742e47e59069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:35,645 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:07:35,645 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3eaf386-0903-4d52-bb64-afdc25360200', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3eaf386-0903-4d52-bb64-afdc25360200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:36,694 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:07:36,695 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f07c5c-a655-4a1e-a1cb-39330a6318c6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f07c5c-a655-4a1e-a1cb-39330a6318c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:37,754 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:07:37,754 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9676dcb8-3d7e-4fb7-a82a-bf0281be01eb', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9676dcb8-3d7e-4fb7-a82a-bf0281be01eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:38,825 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.062s 2021-10-27 16:07:38,825 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad939b40-fa79-4b56-9a85-6011e08cc514', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad939b40-fa79-4b56-9a85-6011e08cc514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:39,910 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.076s 2021-10-27 16:07:39,911 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e8207bd-777e-4a9d-acab-9d9ba28f97e7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e8207bd-777e-4a9d-acab-9d9ba28f97e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:40,970 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:07:40,970 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b15256-5839-49c9-8e5a-2d54dc1c6b76', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b15256-5839-49c9-8e5a-2d54dc1c6b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:42,021 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:07:42,021 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb4076d-8120-4700-b74c-1f0363981bcd', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb4076d-8120-4700-b74c-1f0363981bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:43,070 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:07:43,071 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b53a9c-c38a-419d-a034-b67ec24169f0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b53a9c-c38a-419d-a034-b67ec24169f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:44,121 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:07:44,122 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4274499-4dfd-4614-b7d6-7abf44598dcc', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4274499-4dfd-4614-b7d6-7abf44598dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:45,198 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.068s 2021-10-27 16:07:45,199 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd14af57-7f7e-4ccf-85d1-cb8f243c30f3', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd14af57-7f7e-4ccf-85d1-cb8f243c30f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:46,253 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:07:46,254 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27917af5-b6bd-4126-bcbe-5d19be58029d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27917af5-b6bd-4126-bcbe-5d19be58029d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:47,302 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:07:47,303 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-039ba2fc-fad7-47db-abd9-433ff3b5f8a5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-039ba2fc-fad7-47db-abd9-433ff3b5f8a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:48,352 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:07:48,353 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bbc7ed1-bc0b-44e0-a46b-4b39b202f6a8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bbc7ed1-bc0b-44e0-a46b-4b39b202f6a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:49,414 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.051s 2021-10-27 16:07:49,414 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bba8660-f1d9-44f9-b697-dd7d70063dac', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bba8660-f1d9-44f9-b697-dd7d70063dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:50,474 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.051s 2021-10-27 16:07:50,474 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b91a436d-c21a-4d59-8ed3-b4668e81b353', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b91a436d-c21a-4d59-8ed3-b4668e81b353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:51,525 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:07:51,525 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad04681-edb9-4a38-acc7-f8b3f2f37842', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad04681-edb9-4a38-acc7-f8b3f2f37842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:52,572 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:07:52,572 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60b08f01-021d-4746-9803-930f71fd3345', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60b08f01-021d-4746-9803-930f71fd3345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:53,620 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:07:53,620 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09de7287-69fa-4198-a514-e7af233ed006', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09de7287-69fa-4198-a514-e7af233ed006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:54,665 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:07:54,666 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7cc9bb-1234-40ff-91e1-5380e61bf7c0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7cc9bb-1234-40ff-91e1-5380e61bf7c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:55,713 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:07:55,713 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f51819-4d98-473a-a19e-5903c57d13db', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f51819-4d98-473a-a19e-5903c57d13db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:56,762 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:07:56,763 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ad056ab-56fe-40d4-bce5-f776e617efb0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad056ab-56fe-40d4-bce5-f776e617efb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:57,808 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:07:57,809 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14750eef-787b-4fcb-98f5-5ebbc2e3f9c7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14750eef-787b-4fcb-98f5-5ebbc2e3f9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:58,856 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:07:58,856 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d909cb58-7827-4704-b6b3-bfd68151079f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d909cb58-7827-4704-b6b3-bfd68151079f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:07:59,904 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:07:59,905 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fd3a65-02fd-4a89-9a4c-7678fddbc30f', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fd3a65-02fd-4a89-9a4c-7678fddbc30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:00,964 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.051s 2021-10-27 16:08:00,964 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04cfbb2f-79b2-4c53-9fb3-6f8ee65aa958', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04cfbb2f-79b2-4c53-9fb3-6f8ee65aa958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:02,012 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:08:02,013 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eea8dabf-b47e-4d07-940c-accb4f5c7a2c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eea8dabf-b47e-4d07-940c-accb4f5c7a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:03,058 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:03,059 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f49921-73bc-4c58-9d2b-486d1d1380ea', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f49921-73bc-4c58-9d2b-486d1d1380ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:04,105 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:04,105 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1898ba4c-3933-406e-90a7-d65619feddd8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1898ba4c-3933-406e-90a7-d65619feddd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:05,152 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:05,152 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9651ac0f-afbd-4a9b-a571-51d6872a658e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9651ac0f-afbd-4a9b-a571-51d6872a658e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:06,200 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:08:06,201 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f4d702-26cc-45c0-b392-379321b7c68e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f4d702-26cc-45c0-b392-379321b7c68e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:07,247 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:08:07,249 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19591bbe-39e9-401a-91ff-35f81e378080', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19591bbe-39e9-401a-91ff-35f81e378080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:08,300 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:08:08,301 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec02711f-f2f3-4d96-b64a-2df52a697c3c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec02711f-f2f3-4d96-b64a-2df52a697c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:09,347 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:09,348 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260bac22-2136-4487-a16d-73caaec5f912', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260bac22-2136-4487-a16d-73caaec5f912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:10,394 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:10,394 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e62b26cf-8ff6-4187-b1ed-408a3c058139', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e62b26cf-8ff6-4187-b1ed-408a3c058139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:11,438 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.036s 2021-10-27 16:08:11,439 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66de3149-f68e-43c1-9ae3-46c79b87c1ea', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66de3149-f68e-43c1-9ae3-46c79b87c1ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:12,485 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:12,485 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a623bcb-1be4-481f-87a3-2bb801caef32', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a623bcb-1be4-481f-87a3-2bb801caef32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:13,534 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:08:13,535 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f730cb6a-580a-4876-9292-275dd8f01111', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f730cb6a-580a-4876-9292-275dd8f01111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:14,580 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:08:14,581 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54f9865-2cf7-4b4d-a2d4-568e891c9872', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54f9865-2cf7-4b4d-a2d4-568e891c9872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:15,628 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:15,628 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07848557-7990-4e14-9622-3f767c268af1', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07848557-7990-4e14-9622-3f767c268af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:16,675 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:08:16,675 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6eaace1-7b0a-4475-8744-e399f347a7bd', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6eaace1-7b0a-4475-8744-e399f347a7bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:17,724 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:17,724 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6520f4-f3ec-4b1e-8671-3734f08aa17e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab6520f4-f3ec-4b1e-8671-3734f08aa17e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:18,775 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:08:18,775 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e9ba41-0d21-41e9-a6ad-8db8ab13af23', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e9ba41-0d21-41e9-a6ad-8db8ab13af23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:19,822 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:19,822 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3018836-9ac7-425c-b756-6587ed69db42', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3018836-9ac7-425c-b756-6587ed69db42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:20,872 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:08:20,873 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2834c5c5-62f8-448f-bc0d-35a7feff1255', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2834c5c5-62f8-448f-bc0d-35a7feff1255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:21,922 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:08:21,922 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a99c523-b79d-48d6-9a81-21594aa54d96', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a99c523-b79d-48d6-9a81-21594aa54d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:22,970 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:22,971 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a74ca38-8bc5-40c7-a406-9e04bfc9966d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a74ca38-8bc5-40c7-a406-9e04bfc9966d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:24,022 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:24,022 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d06fd4-fb3b-459d-b291-7f7a90e35c1a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d06fd4-fb3b-459d-b291-7f7a90e35c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:25,070 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:25,070 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9b60526-5856-49c7-b9c7-bba3b81945c8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9b60526-5856-49c7-b9c7-bba3b81945c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:26,122 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:08:26,122 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b046c0bd-38d9-4077-af45-f5b2c58efbe8', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b046c0bd-38d9-4077-af45-f5b2c58efbe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:27,171 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:08:27,172 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf0ee67-372f-46bb-be0e-4d4ba8bf535d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cf0ee67-372f-46bb-be0e-4d4ba8bf535d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:28,219 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:08:28,219 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4546c9a1-4518-48b1-9721-63ac11ee9e28', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4546c9a1-4518-48b1-9721-63ac11ee9e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:29,264 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.037s 2021-10-27 16:08:29,265 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5712c66-eab8-4c50-b4cc-467fc1077971', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5712c66-eab8-4c50-b4cc-467fc1077971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:30,311 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:30,312 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f47988cf-6729-44a3-8cee-4883ecdd32fa', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f47988cf-6729-44a3-8cee-4883ecdd32fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:31,368 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.046s 2021-10-27 16:08:31,368 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d4dec0d-2cc0-4439-b11d-33ead2df0956', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d4dec0d-2cc0-4439-b11d-33ead2df0956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:32,417 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:08:32,417 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22761b00-d9fd-43f7-9a19-4ab73929952c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22761b00-d9fd-43f7-9a19-4ab73929952c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:33,465 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:33,465 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06592d31-40ca-4948-9e8e-fef11aa2ba0d', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06592d31-40ca-4948-9e8e-fef11aa2ba0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:34,517 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:08:34,518 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-822972c5-d81d-4fc0-bf60-cfe6e1ab3ed3', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-822972c5-d81d-4fc0-bf60-cfe6e1ab3ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:35,565 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:35,565 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12e57f1b-bfa2-443e-b229-6ba306e71256', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12e57f1b-bfa2-443e-b229-6ba306e71256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:36,611 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:36,611 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca808f2c-7455-4f7c-939f-b126a9d68e6b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca808f2c-7455-4f7c-939f-b126a9d68e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:37,659 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:37,659 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab433bc2-0033-4d12-bb2b-584562a84054', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab433bc2-0033-4d12-bb2b-584562a84054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:38,707 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:08:38,707 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cdc3dbf-6d8d-450f-b841-6ddcdbc8dab5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cdc3dbf-6d8d-450f-b841-6ddcdbc8dab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:39,755 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:39,755 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d73055a9-f66f-4048-98b9-2e7a012189c6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d73055a9-f66f-4048-98b9-2e7a012189c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:40,804 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:40,804 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96433b12-383d-4af8-8bac-4fb45b9b1e62', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96433b12-383d-4af8-8bac-4fb45b9b1e62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:41,854 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:08:41,854 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4700ba9-fe34-482e-8459-d192ab32e5ac', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4700ba9-fe34-482e-8459-d192ab32e5ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:42,911 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.048s 2021-10-27 16:08:42,911 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0c305ed-6934-40e1-a470-2b40f7a12944', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0c305ed-6934-40e1-a470-2b40f7a12944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:43,961 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:08:43,962 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6981158-3428-4c36-8ce6-91e4e817e9c9', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6981158-3428-4c36-8ce6-91e4e817e9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:45,012 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:08:45,012 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7cae66-c6a4-40ab-b4e2-ed982fc0916c', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7cae66-c6a4-40ab-b4e2-ed982fc0916c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:46,061 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:08:46,061 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de14ca04-1e0a-4d4b-83eb-4162a6d599ad', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de14ca04-1e0a-4d4b-83eb-4162a6d599ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:47,108 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:47,109 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29057cf-5c91-48b1-b811-0674451ad915', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29057cf-5c91-48b1-b811-0674451ad915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:48,155 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:48,156 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6751492e-0a28-4378-9813-6ebea495e67b', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6751492e-0a28-4378-9813-6ebea495e67b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:49,207 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:08:49,208 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36bb5a8f-dbe4-42d0-b8eb-4e8f5abdcd72', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36bb5a8f-dbe4-42d0-b8eb-4e8f5abdcd72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:50,254 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:50,254 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac369f7-8685-44ab-a778-3576953baf64', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac369f7-8685-44ab-a778-3576953baf64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:51,306 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:08:51,306 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1c4e312-8dc6-422c-a816-d2edfc08f7ef', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1c4e312-8dc6-422c-a816-d2edfc08f7ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:52,354 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:52,354 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a420ff4-5829-4a11-b285-537ab06ee4be', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a420ff4-5829-4a11-b285-537ab06ee4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:53,401 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:53,401 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d6893d-f555-44b8-bdc5-f65c59ab1051', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41d6893d-f555-44b8-bdc5-f65c59ab1051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:54,449 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:54,449 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c875384-5db2-4195-a55f-c7d5047c85f1', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c875384-5db2-4195-a55f-c7d5047c85f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:55,496 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:08:55,497 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75084513-b829-42ae-9b0a-099176204ca9', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75084513-b829-42ae-9b0a-099176204ca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:56,544 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:56,545 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1649d671-ce22-4100-ae5f-61605e335d28', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1649d671-ce22-4100-ae5f-61605e335d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:57,592 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:57,592 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e455f751-2217-4474-8da3-2e722bda9198', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e455f751-2217-4474-8da3-2e722bda9198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:58,642 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:08:58,642 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4cf3d02-ba60-485c-a88f-5843053b4cd9', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4cf3d02-ba60-485c-a88f-5843053b4cd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:08:59,690 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:08:59,690 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3c03820-a497-429c-8a9b-0b3cdd835dbc', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3c03820-a497-429c-8a9b-0b3cdd835dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:00,739 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.040s 2021-10-27 16:09:00,740 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd960884-87db-4783-9282-848054dd5ab4', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd960884-87db-4783-9282-848054dd5ab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:01,787 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:09:01,787 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc50fb5-77b3-4b42-a3d7-f11ff7141f12', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc50fb5-77b3-4b42-a3d7-f11ff7141f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:02,839 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:09:02,840 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01dc404f-9902-4331-96d8-14644ffff839', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01dc404f-9902-4331-96d8-14644ffff839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:03,886 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:09:03,888 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06e4335c-ed7a-4020-8bf0-3788ecd9b4e6', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06e4335c-ed7a-4020-8bf0-3788ecd9b4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:04,937 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:09:04,938 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d2cb190-5d39-4bdd-8e52-af157c061cc0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d2cb190-5d39-4bdd-8e52-af157c061cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:05,999 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.050s 2021-10-27 16:09:05,999 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f9736f-e4ee-4137-a8b7-94107ed75f8e', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4f9736f-e4ee-4137-a8b7-94107ed75f8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:07,054 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.044s 2021-10-27 16:09:07,055 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e3a0c69-de7e-45b0-8f92-0c464f085bc7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e3a0c69-de7e-45b0-8f92-0c464f085bc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:08,102 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:09:08,102 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fedfa8cb-1a24-416f-aef2-2c2f4809e6b7', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fedfa8cb-1a24-416f-aef2-2c2f4809e6b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:09,153 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.041s 2021-10-27 16:09:09,154 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f602f3d6-a4fd-477a-af90-88b3cc3b11b5', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f602f3d6-a4fd-477a-af90-88b3cc3b11b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:10,205 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.043s 2021-10-27 16:09:10,205 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-467cd337-c0e2-42ef-b526-a9829e89f6fc', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-467cd337-c0e2-42ef-b526-a9829e89f6fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:11,253 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:09:11,254 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7113009d-fe5f-49aa-b84d-4418c99501a1', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7113009d-fe5f-49aa-b84d-4418c99501a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:12,303 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.038s 2021-10-27 16:09:12,304 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503be460-1d2d-4263-838f-1522762060eb', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503be460-1d2d-4263-838f-1522762060eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:13,352 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:09:13,353 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe9396a5-20a8-4598-8b4e-29793550829a', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe9396a5-20a8-4598-8b4e-29793550829a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:14,400 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.039s 2021-10-27 16:09:14,401 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-875ea71e-b85e-4e20-bd3b-7a2aee857374', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-875ea71e-b85e-4e20-bd3b-7a2aee857374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:15,452 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.042s 2021-10-27 16:09:15,452 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d4d011-559b-42c4-b31d-b4ffcc5f2e36', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d4d011-559b-42c4-b31d-b4ffcc5f2e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:16,602 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.134s 2021-10-27 16:09:16,602 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88f63deb-74b0-4570-890b-48fbbfdfb4a0', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88f63deb-74b0-4570-890b-48fbbfdfb4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:17,693 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.081s 2021-10-27 16:09:17,693 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-991594e7-1a09-44c7-a49b-bb8e04be91bc', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-991594e7-1a09-44c7-a49b-bb8e04be91bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' 2021-10-27 16:09:18,764 122916 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208 0.060s 2021-10-27 16:09:18,764 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f224a81b-1865-4b1e-b369-c789da83b273', 'content-length': '980', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f224a81b-1865-4b1e-b369-c789da83b273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208'} Body: b'{"volume": {"id": "049ae5fb-0962-46d5-bcff-61c92f0a3208", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:03:18.000000", "updated_at": "2021-10-27T16:03:18.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1761847421", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/148c8cc60da245b484120102670b090b/volumes/049ae5fb-0962-46d5-bcff-61c92f0a3208"}], "user_id": "4f8a5bc7d4c9476e8ffa3ab569c334ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "148c8cc60da245b484120102670b090b"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 132, in test_create_list_delete_volume_transfer super(VolumesTransfersV355Test, self). \ File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 134, 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 049ae5fb-0962-46d5-bcff-61c92f0a3208 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 4 | 1 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt10.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
ft10.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:'': {{{ 2021-10-27 15:44:49,202 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.64/identity/v3/auth/tokens 0.034s 2021-10-27 15:44:49,202 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 15:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3403', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1f4cb96a-e542-4f73-8fb5-225a703826ba', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6b6be4749041442787482b6e06b6c40f", "name": "tempest-VolumesSnapshotTestJSON-1358493303-project", "password_expires_at": null}, "audit_ids": ["7AJPDFudQKqP-V8AHXYH_A"], "expires_at": "2021-10-27T16:44:49.000000Z", "issued_at": "2021-10-27T15:44:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f73f3238988e4e1293ad782712a1da53", "name": "tempest-VolumesSnapshotTestJSON-1358493303"}, "is_domain": false, "roles": [{"id": "00c8e00a761741e8819de28543428909", "name": "member"}, {"id": "e9940d740c0a4a0fbd94317893e5a802", "name": "reader"}], "catalog": [{"endpoints": [{"id": "b4db8dd0269c46829e2e76649ccb1e04", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53", "region": "RegionOne"}], "id": "21dbf5bfa1a8477c9ca79538352abfa1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ab514574bfb64ba59465e6bf62841582", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:9696/", "region": "RegionOne"}], "id": "3948e8a9abbd48c09e79056f91c5316a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "aca524351fcd44da92153bdaac2f449f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/image", "region": "RegionOne"}], "id": "4f00820f53644b6991510da7823af60c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "42a8b0527ee74f2f9403c9948b829245", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/placement", "region": "RegionOne"}], "id": "7152b137e2904bfd957884923990ea32", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fddd0e8011684747a31e59b5aa7e3ea4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2/f73f3238988e4e1293ad782712a1da53", "region": "RegionOne"}], "id": "822d203071214249a7a83ef440835e3b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4076637689554721974547285f58af92", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:8080/v1/AUTH_f73f3238988e4e1293ad782712a1da53", "region": "RegionOne"}, {"id": "a8d9bf22601c449e8b7a535d6d7276b2", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64:8080", "region": "RegionOne"}], "id": "8eff8e680a3c4406a065e6ecae5ba648", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "5d278f2ce716420e83193b40478b88ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2.1", "region": "RegionOne"}], "id": "ae9206745322423494edaa6a9e505642", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "1c8b9a49532b415298d4eee11f124d62", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}, {"id": "a2dc863a7c404207be9af45713d1f344", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}], "id": "d772d57bc3f94330ac63f753ce96888e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0da17f2b324b43fc8f9e453e0bbf5512", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53", "region": "RegionOne"}], "id": "ee642b2f9a8249c39d263d9d81a655f1", "type": "volumev3", "name": "cinderv3"}]}}' 2021-10-27 15:44:49,203 122908 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '4288875b-e618-420b-929c-d1092831a759', 'name': 'tempest-VolumesSnapshotTestJSON-562705631-network', 'tenant_id': 'f73f3238988e4e1293ad782712a1da53', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f73f3238988e4e1293ad782712a1da53', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 1131, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T15:44:46Z', 'updated_at': '2021-10-27T15:44:47Z', 'revision_number': 1} available for tenant 2021-10-27 15:45:06,019 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.64/compute/v2.1/servers 16.815s 2021-10-27 15:45:06,019 122908 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-1619557322", "imageRef": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "flavorRef": "452", "networks": [{"uuid": "4288875b-e618-420b-929c-d1092831a759"}]}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51156e1d-4e19-4dc3-a03b-10a90ee0bc55', 'x-compute-request-id': 'req-51156e1d-4e19-4dc3-a03b-10a90ee0bc55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/servers'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "GrTiEWPpow8U"}}' 2021-10-27 15:45:07,725 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 1.703s 2021-10-27 15:45:07,726 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da9cb3ef-2796-48c5-9e65-ae8e3c23f559', 'x-compute-request-id': 'req-da9cb3ef-2796-48c5-9e65-ae8e3c23f559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 15:45:08,867 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.133s 2021-10-27 15:45:08,868 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea303091-a8e5-40d5-8d28-c95b776ee869', 'x-compute-request-id': 'req-ea303091-a8e5-40d5-8d28-c95b776ee869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 15:45:08,875 122908 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 1 second wait 2021-10-27 15:45:10,128 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.252s 2021-10-27 15:45:10,128 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:09 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-09ef8738-d020-44d2-81b0-7b92c06fede9', 'x-compute-request-id': 'req-09ef8738-d020-44d2-81b0-7b92c06fede9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:11,420 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.283s 2021-10-27 15:45:11,420 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:11 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-30900a51-d2fa-4e95-a893-ee5fdab4c21b', 'x-compute-request-id': 'req-30900a51-d2fa-4e95-a893-ee5fdab4c21b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:12,576 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.145s 2021-10-27 15:45:12,576 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:12 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-faa14528-76fa-4b4a-8707-3e7fa78dcf32', 'x-compute-request-id': 'req-faa14528-76fa-4b4a-8707-3e7fa78dcf32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:13,738 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.153s 2021-10-27 15:45:13,738 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:13 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-c38cec95-b252-4d2d-b766-80710e98422f', 'x-compute-request-id': 'req-c38cec95-b252-4d2d-b766-80710e98422f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:14,958 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.211s 2021-10-27 15:45:14,959 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:14 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-86f20efa-74ae-4aae-8111-4750537a8cfc', 'x-compute-request-id': 'req-86f20efa-74ae-4aae-8111-4750537a8cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:16,180 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.213s 2021-10-27 15:45:16,181 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:15 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-6d1dc30c-6b50-49a7-9801-52a18dbc146e', 'x-compute-request-id': 'req-6d1dc30c-6b50-49a7-9801-52a18dbc146e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:17,417 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.227s 2021-10-27 15:45:17,417 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:17 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-ec1fda52-7824-4cd2-a43a-3d5ec96e3b87', 'x-compute-request-id': 'req-ec1fda52-7824-4cd2-a43a-3d5ec96e3b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:18,810 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.384s 2021-10-27 15:45:18,810 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:18 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-0326e633-f9eb-4186-82c1-4a746550a7e7', 'x-compute-request-id': 'req-0326e633-f9eb-4186-82c1-4a746550a7e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:20,203 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.382s 2021-10-27 15:45:20,203 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:19 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-ed46aecd-10f1-460d-b45c-085da6b2f928', 'x-compute-request-id': 'req-ed46aecd-10f1-460d-b45c-085da6b2f928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:21,481 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.268s 2021-10-27 15:45:21,482 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:21 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-876d0075-7aa0-4981-ab97-a715de4568c3', 'x-compute-request-id': 'req-876d0075-7aa0-4981-ab97-a715de4568c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "BUILD", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "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": []}}' 2021-10-27 15:45:22,776 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.284s 2021-10-27 15:45:22,776 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:22 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-f3fc7f40-a64c-42fd-9587-5c0313372cfb', 'x-compute-request-id': 'req-f3fc7f40-a64c-42fd-9587-5c0313372cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T15:45:22Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": []}}' 2021-10-27 15:45:22,783 122908 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait 2021-10-27 15:45:22,807 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/image/v2/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba 0.023s 2021-10-27 15:45:22,808 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d125dc1c-20b0-49b7-a05a-efd523d90142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/image/v2/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba'} 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": "6241d1a5dd5445eaaba7040b8459ce0d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "created_at": "2021-10-27T15:35:55Z", "updated_at": "2021-10-27T15:36:11Z", "tags": [], "self": "/v2/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "file": "/v2/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba/file", "schema": "/v2/schemas/image"}' 2021-10-27 15:45:23,356 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes 0.548s 2021-10-27 15:45:23,356 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-550c8314-489b-4fc6-9c46-a5822a00d96e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-550c8314-489b-4fc6-9c46-a5822a00d96e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.243580", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 15:45:23,437 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.074s 2021-10-27 15:45:23,438 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1257110d-cff5-42af-be1b-c83a8588597a', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1257110d-cff5-42af-be1b-c83a8588597a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:24,541 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.094s 2021-10-27 15:45:24,542 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ef9411d-3dc0-4997-945d-8eeaa4043ac7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ef9411d-3dc0-4997-945d-8eeaa4043ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:25,681 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.131s 2021-10-27 15:45:25,681 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b0e527-cb85-41e0-ac7f-c9f2f1d56705', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b0e527-cb85-41e0-ac7f-c9f2f1d56705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:26,791 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.100s 2021-10-27 15:45:26,791 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56f5f627-0db0-4780-a2c9-71d4b38a58f0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56f5f627-0db0-4780-a2c9-71d4b38a58f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:27,845 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 15:45:27,845 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e50f138b-fe04-4f43-8065-135dda33e533', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e50f138b-fe04-4f43-8065-135dda33e533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:28,901 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 15:45:28,901 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc35dea-6b6a-4d9c-9a1c-26dcbdde725c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc35dea-6b6a-4d9c-9a1c-26dcbdde725c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:29,962 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.053s 2021-10-27 15:45:29,963 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fce8a291-bcb3-471e-bc9b-b5f5b5d07a77', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fce8a291-bcb3-471e-bc9b-b5f5b5d07a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:31,039 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.068s 2021-10-27 15:45:31,040 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e3d9db-9cd5-47e1-83cb-5257ad5d9cf8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e3d9db-9cd5-47e1-83cb-5257ad5d9cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:32,100 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.052s 2021-10-27 15:45:32,100 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba34ee5d-1dae-4dc8-bfbc-f902e29f4c6e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba34ee5d-1dae-4dc8-bfbc-f902e29f4c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:33,148 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 15:45:33,149 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6634245-82d3-4534-8155-8caf6f9048bc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6634245-82d3-4534-8155-8caf6f9048bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:34,207 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.050s 2021-10-27 15:45:34,208 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ae0529-09eb-4da1-85c3-a19e116a5b10', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ae0529-09eb-4da1-85c3-a19e116a5b10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:35,256 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 15:45:35,256 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a0b6006-8ffd-45f0-a1b3-f59f53b398c3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a0b6006-8ffd-45f0-a1b3-f59f53b398c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:36,309 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 15:45:36,309 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c51235e7-07ba-44d8-b863-3009e921ccc6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c51235e7-07ba-44d8-b863-3009e921ccc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:37,357 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.038s 2021-10-27 15:45:37,357 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c1f3393-1198-4cb4-9266-0c5e3f1e96e2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c1f3393-1198-4cb4-9266-0c5e3f1e96e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:38,405 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 15:45:38,405 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a7bc6b-95cf-4dc9-8ef8-d5aa12b73cfe', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a7bc6b-95cf-4dc9-8ef8-d5aa12b73cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:39,452 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.038s 2021-10-27 15:45:39,452 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0500b85e-5263-4a15-abb7-60d62b3bc906', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0500b85e-5263-4a15-abb7-60d62b3bc906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:40,500 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.039s 2021-10-27 15:45:40,501 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a0ecc44-cec2-431c-8a63-f4433b4a59af', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a0ecc44-cec2-431c-8a63-f4433b4a59af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:41,550 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 15:45:41,550 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eda56b9-d541-424d-8657-1c3fce42750e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eda56b9-d541-424d-8657-1c3fce42750e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:42,599 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 15:45:42,599 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ba4835-fcc8-4ff8-931a-4b35308d84e2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ba4835-fcc8-4ff8-931a-4b35308d84e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:43,647 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.039s 2021-10-27 15:45:43,647 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92e67584-b06c-4d98-a164-48f0038a4441', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92e67584-b06c-4d98-a164-48f0038a4441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:44,704 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 15:45:44,704 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12431675-953d-4f44-b0dc-4e6e23ffa7e7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12431675-953d-4f44-b0dc-4e6e23ffa7e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:45,751 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.039s 2021-10-27 15:45:45,752 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aed2dfd-b02b-4e26-8a2f-02299d338744', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aed2dfd-b02b-4e26-8a2f-02299d338744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:46,806 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 15:45:46,807 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e717a031-f3ad-42ae-bd11-6191ccc7c3cb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e717a031-f3ad-42ae-bd11-6191ccc7c3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:47,865 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.050s 2021-10-27 15:45:47,866 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a043d1f4-41c6-498f-9658-b0037550ad8b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a043d1f4-41c6-498f-9658-b0037550ad8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:48,923 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.049s 2021-10-27 15:45:48,924 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-818295ab-0482-4520-b2ff-b6cd7dee771b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-818295ab-0482-4520-b2ff-b6cd7dee771b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:49,988 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.056s 2021-10-27 15:45:49,989 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d20e786-9788-4d6c-b4bf-3ed67f41a7f4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d20e786-9788-4d6c-b4bf-3ed67f41a7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:51,092 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.095s 2021-10-27 15:45:51,092 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2834dcb0-7339-40cc-abe7-ada3970087e7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2834dcb0-7339-40cc-abe7-ada3970087e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:52,169 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.067s 2021-10-27 15:45:52,169 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2446296d-1789-47f4-892e-8ea32de0229a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2446296d-1789-47f4-892e-8ea32de0229a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:53,231 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.053s 2021-10-27 15:45:53,231 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acaf831b-bb3c-48af-9c87-f7ada103b0ea', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acaf831b-bb3c-48af-9c87-f7ada103b0ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:54,294 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.054s 2021-10-27 15:45:54,294 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34625308-624d-47e5-b4ea-6811120ba750', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34625308-624d-47e5-b4ea-6811120ba750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:55,346 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 15:45:55,346 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-746aab1b-3aa1-4c8e-b903-b26554cdd4c7', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-746aab1b-3aa1-4c8e-b903-b26554cdd4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:56,441 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.085s 2021-10-27 15:45:56,441 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd6434d2-c214-4dda-a078-f8786bfb85f1', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd6434d2-c214-4dda-a078-f8786bfb85f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:56.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:57,497 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 15:45:57,497 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99255bf4-ab71-40f1-9092-877e533fa186', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99255bf4-ab71-40f1-9092-877e533fa186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:56.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:58,553 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 15:45:58,554 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75999558-05ea-4156-815d-c6b830b15546', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75999558-05ea-4156-815d-c6b830b15546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:56.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:45:59,617 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.055s 2021-10-27 15:45:59,618 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cbf53ba-b6a7-4995-b27a-b6469b4f75a3', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cbf53ba-b6a7-4995-b27a-b6469b4f75a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:56.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:00,671 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 15:46:00,672 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d4111c-b3c1-4f66-aab5-fe7f7aef7dcd', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d4111c-b3c1-4f66-aab5-fe7f7aef7dcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:56.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:01,717 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.037s 2021-10-27 15:46:01,717 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-677ae6f7-380c-432b-8181-9e0fc4b860e5', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-677ae6f7-380c-432b-8181-9e0fc4b860e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:45:56.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:02,767 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 15:46:02,768 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-404ed4a0-eae8-460c-8562-23dfd4204697', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-404ed4a0-eae8-460c-8562-23dfd4204697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:46:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:02,774 122908 INFO [tempest.common.waiters] volume 83c14b0a-376f-4e7f-8127-955f6bf3e3e5 reached available after waiting for 39.774904 seconds 2021-10-27 15:46:03,280 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 POST http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments 0.504s 2021-10-27 15:46:03,280 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "device": "/dev/sdb"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:02 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-5b3c7e62-d33b-4dc8-982a-0a22985b2d95', 'x-compute-request-id': 'req-5b3c7e62-d33b-4dc8-982a-0a22985b2d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "serverId": "013da7c4-ac69-4554-827b-d68e9bac0e54", "volumeId": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "device": "/dev/sdb"}}' 2021-10-27 15:46:03,341 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.059s 2021-10-27 15:46:03,341 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-876d9ffd-f3b1-43fb-9966-bbe8f817b5e0', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-876d9ffd-f3b1-43fb-9966-bbe8f817b5e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:46:03.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:04,439 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.089s 2021-10-27 15:46:04,439 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a32dd0-e15a-4099-b6e5-e42cd340fd71', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a32dd0-e15a-4099-b6e5-e42cd340fd71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:46:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:05,514 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.060s 2021-10-27 15:46:05,514 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6b95984-c498-4a89-8d75-3de1f4dc7682', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6b95984-c498-4a89-8d75-3de1f4dc7682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:46:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:06,571 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.047s 2021-10-27 15:46:06,571 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc21fba6-76f7-4073-aef1-07f177a46511', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc21fba6-76f7-4073-aef1-07f177a46511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:46:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:07,644 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.064s 2021-10-27 15:46:07,644 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f313ea2b-3c33-4d90-aff6-98957ffb8571', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f313ea2b-3c33-4d90-aff6-98957ffb8571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:46:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:08,732 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.079s 2021-10-27 15:46:08,732 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c81023ce-324c-4050-83c9-886f4d3f1523', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c81023ce-324c-4050-83c9-886f4d3f1523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:46:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:09,833 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.090s 2021-10-27 15:46:09,833 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd393b76-abd1-47d7-9dfa-0c8f291db100', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd393b76-abd1-47d7-9dfa-0c8f291db100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:46:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:10,900 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.059s 2021-10-27 15:46:10,900 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b70e1c3-993a-4896-8552-75e7e72705cb', 'content-length': '1655', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b70e1c3-993a-4896-8552-75e7e72705cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:46:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:46:10,907 122908 INFO [tempest.common.waiters] volume 83c14b0a-376f-4e7f-8127-955f6bf3e3e5 reached in-use after waiting for 7.907911 seconds 2021-10-27 15:46:10,959 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots 0.051s 2021-10-27 15:46:10,960 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "force": false, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1751793649"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:10 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-101ad8dd-aeac-4464-8157-bbedb26eadb3', 'x-openstack-request-id': 'req-101ad8dd-aeac-4464-8157-bbedb26eadb3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume 83c14b0a-376f-4e7f-8127-955f6bf3e3e5 status must be available, but current status is: in-use."}}' 2021-10-27 15:46:11,237 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots 0.276s 2021-10-27 15:46:11,237 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df27dd0f-7ba4-4256-8f76-d2fb674f5f8f', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df27dd0f-7ba4-4256-8f76-d2fb674f5f8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.146625", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}}}' 2021-10-27 15:46:11,306 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.066s 2021-10-27 15:46:11,307 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8848ae62-08f3-414e-9522-72f2ffb6beed', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8848ae62-08f3-414e-9522-72f2ffb6beed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:12,454 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.143s 2021-10-27 15:46:12,455 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98c93e9e-2066-411d-9239-a7fcab7ff079', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98c93e9e-2066-411d-9239-a7fcab7ff079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:13,517 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.059s 2021-10-27 15:46:13,517 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f332650c-7ef1-4a49-98d0-71c69983a5fa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f332650c-7ef1-4a49-98d0-71c69983a5fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:14,542 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.020s 2021-10-27 15:46:14,542 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-398ae367-e99b-42a3-a234-454d71b105b3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-398ae367-e99b-42a3-a234-454d71b105b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:15,570 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.024s 2021-10-27 15:46:15,570 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74feaa21-de32-4082-9962-7cb0f074fb1f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74feaa21-de32-4082-9962-7cb0f074fb1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:16,594 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.020s 2021-10-27 15:46:16,594 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-107bb91e-3440-4113-9661-2e4bd549cd50', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-107bb91e-3440-4113-9661-2e4bd549cd50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:17,619 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.020s 2021-10-27 15:46:17,619 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9fd886c-f88f-4d01-8c4f-b488c27b71fb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9fd886c-f88f-4d01-8c4f-b488c27b71fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:18,644 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:46:18,645 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75dc8d83-da22-44bc-af1a-ab5a037d9471', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75dc8d83-da22-44bc-af1a-ab5a037d9471', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:19,670 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:46:19,670 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fda450f9-8758-4107-95bb-63dfe0883cce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fda450f9-8758-4107-95bb-63dfe0883cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:20,695 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:46:20,696 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1002fd01-7be2-409d-8459-55103d49f0e8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1002fd01-7be2-409d-8459-55103d49f0e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:21,720 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.020s 2021-10-27 15:46:21,721 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f0f55c4-90ed-47c6-80d9-9b1f7d420e59', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0f55c4-90ed-47c6-80d9-9b1f7d420e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:22,746 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:46:22,746 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31eec627-b3ac-4acd-92d1-fa137e68bc6b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31eec627-b3ac-4acd-92d1-fa137e68bc6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:23,771 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:46:23,772 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f473746-25d0-42e5-a0b4-4412f5fc144d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f473746-25d0-42e5-a0b4-4412f5fc144d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:24,798 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.022s 2021-10-27 15:46:24,799 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48aba9f9-66fa-4598-957a-3bfab1d4bd70', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48aba9f9-66fa-4598-957a-3bfab1d4bd70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:25,823 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.020s 2021-10-27 15:46:25,823 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b59451a-2a43-4ad8-87bb-b8c9f449849c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b59451a-2a43-4ad8-87bb-b8c9f449849c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:26,853 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.026s 2021-10-27 15:46:26,853 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe2ab0b4-37f1-4e9d-be4d-1f7d5ea16cdd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe2ab0b4-37f1-4e9d-be4d-1f7d5ea16cdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:27,877 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.020s 2021-10-27 15:46:27,878 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5702f551-9b6e-4fa2-be82-08c454007715', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5702f551-9b6e-4fa2-be82-08c454007715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:28,912 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.030s 2021-10-27 15:46:28,912 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31c47be4-73d9-41a0-8877-c9501953d99c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31c47be4-73d9-41a0-8877-c9501953d99c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:29,957 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:46:29,957 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-602143e4-3401-4366-a288-ea1534699c81', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-602143e4-3401-4366-a288-ea1534699c81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:31,004 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:46:31,004 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d24e44d-6960-4642-9272-d4bb196075c3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d24e44d-6960-4642-9272-d4bb196075c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:32,048 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:46:32,048 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0accf859-2a1b-43f0-b12a-f05565ed5901', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0accf859-2a1b-43f0-b12a-f05565ed5901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:33,093 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:46:33,093 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8781323b-8c95-4244-b2c5-e1e37eb63715', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8781323b-8c95-4244-b2c5-e1e37eb63715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:34,140 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:46:34,141 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-239b9b2c-5638-4b51-81b3-8b7613c1750e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-239b9b2c-5638-4b51-81b3-8b7613c1750e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:35,186 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:46:35,186 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694654b5-999a-4e49-8482-a5f91cd84a62', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694654b5-999a-4e49-8482-a5f91cd84a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:36,235 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.045s 2021-10-27 15:46:36,235 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b193774-e7fd-4154-8029-72a27eb9ad02', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b193774-e7fd-4154-8029-72a27eb9ad02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:37,288 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.049s 2021-10-27 15:46:37,288 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b564b8-c2a4-4efd-8bed-e9ca1ae77582', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b564b8-c2a4-4efd-8bed-e9ca1ae77582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:38,333 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:46:38,334 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37ab68e-1e79-4f29-981b-471c7b30153e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37ab68e-1e79-4f29-981b-471c7b30153e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:39,379 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:46:39,380 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92c907a-f576-445b-830e-9ded63275de8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92c907a-f576-445b-830e-9ded63275de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:40,423 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:46:40,423 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed8c2f74-53e1-48d8-9844-221bd990d05f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed8c2f74-53e1-48d8-9844-221bd990d05f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:41,472 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:46:41,472 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca98818f-3230-44f1-b443-f5c16ecaed8a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca98818f-3230-44f1-b443-f5c16ecaed8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:42,516 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:46:42,517 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e8343f-2d5f-4d10-b847-9197c540c859', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e8343f-2d5f-4d10-b847-9197c540c859', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:43,562 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:46:43,563 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d2df77c-ef2c-4ccc-bd7c-0a3ebedeb8c8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2df77c-ef2c-4ccc-bd7c-0a3ebedeb8c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:44,610 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:46:44,610 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50dc9278-f28d-45ec-8b8c-57e3b2cf4fa2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50dc9278-f28d-45ec-8b8c-57e3b2cf4fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:45,653 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:46:45,654 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05778aca-307b-4d72-83a9-9ae6f987d454', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05778aca-307b-4d72-83a9-9ae6f987d454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:46,704 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.047s 2021-10-27 15:46:46,704 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70cb2b2a-7472-4c65-992d-8dc7554e1378', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70cb2b2a-7472-4c65-992d-8dc7554e1378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:47,759 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.051s 2021-10-27 15:46:47,759 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5048b1e-f6a7-4b22-b64e-33b1af74b685', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5048b1e-f6a7-4b22-b64e-33b1af74b685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:48,797 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.034s 2021-10-27 15:46:48,798 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3546ca54-d72d-47e9-83f7-b13ee1c76a19', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3546ca54-d72d-47e9-83f7-b13ee1c76a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:49,846 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:46:49,846 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bfd53f8-aa64-496f-915f-dc664deb0d1a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bfd53f8-aa64-496f-915f-dc664deb0d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:50,890 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:46:50,890 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-910ca6b7-4092-4e7b-b578-6e0b80cd8bda', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-910ca6b7-4092-4e7b-b578-6e0b80cd8bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:51,936 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:46:51,937 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d0ca677-5b1d-466e-ba9e-ae6a2df361e7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d0ca677-5b1d-466e-ba9e-ae6a2df361e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:52,982 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:46:52,983 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ba865d-9cc0-416c-a034-305eb3660e3a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ba865d-9cc0-416c-a034-305eb3660e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:54,028 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:46:54,028 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d39291c-84d6-4a14-adaa-b94337b7d2cb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d39291c-84d6-4a14-adaa-b94337b7d2cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:55,072 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:46:55,072 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f26b8849-34ef-4d81-a84d-bdfcc688b07f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f26b8849-34ef-4d81-a84d-bdfcc688b07f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:56,119 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:46:56,120 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b35d9a49-0a24-48fe-94ee-eb3821910415', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b35d9a49-0a24-48fe-94ee-eb3821910415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:57,171 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.048s 2021-10-27 15:46:57,172 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad10899c-9c7a-4837-b2bd-330b532cb965', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad10899c-9c7a-4837-b2bd-330b532cb965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:58,214 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.038s 2021-10-27 15:46:58,214 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a7994b-4ec6-4487-9c87-4f059bbabc14', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a7994b-4ec6-4487-9c87-4f059bbabc14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:46:59,258 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:46:59,258 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30f4ba42-1111-45bd-999e-6386f60251d3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30f4ba42-1111-45bd-999e-6386f60251d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:00,302 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:47:00,303 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93359282-f988-407f-8ffd-5d6af1e5b284', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93359282-f988-407f-8ffd-5d6af1e5b284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:01,347 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:47:01,348 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f7d527-b318-4663-8a75-43a39464159b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f7d527-b318-4663-8a75-43a39464159b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:02,393 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:02,393 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a9b097d-35bf-4831-8021-34dadd621ca6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a9b097d-35bf-4831-8021-34dadd621ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:03,440 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:47:03,441 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9a3e551-81f5-44e4-b382-43c893a70718', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9a3e551-81f5-44e4-b382-43c893a70718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:04,482 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.037s 2021-10-27 15:47:04,482 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-037b0f8d-c70c-4736-8dc4-70813a995a43', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-037b0f8d-c70c-4736-8dc4-70813a995a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:05,530 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:47:05,531 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e9b76b0-df6b-43dc-b1d7-a06008fb5102', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e9b76b0-df6b-43dc-b1d7-a06008fb5102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:06,578 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:47:06,578 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7762d36b-fe79-4143-83cd-ed236ca7cd93', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7762d36b-fe79-4143-83cd-ed236ca7cd93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:07,625 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:07,625 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f0074a-3e39-47ef-9672-40ee29b8ea31', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f0074a-3e39-47ef-9672-40ee29b8ea31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:08,682 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.053s 2021-10-27 15:47:08,682 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1a77a0-9f55-43cf-a847-1e052f5e24e2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1a77a0-9f55-43cf-a847-1e052f5e24e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:09,718 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.032s 2021-10-27 15:47:09,719 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee4a33d-3ec0-4895-8c63-25e3c5e834e9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee4a33d-3ec0-4895-8c63-25e3c5e834e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:10,767 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:47:10,767 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4137f9c2-383d-45cd-a08f-f36ae6ebb4ad', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4137f9c2-383d-45cd-a08f-f36ae6ebb4ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:11,814 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:11,814 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c9e1dbc-8e0d-4023-b3a8-36c51a1c0ae0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c9e1dbc-8e0d-4023-b3a8-36c51a1c0ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:12,860 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:12,860 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f78eaf42-c95b-4579-9d75-e954ebedff4d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f78eaf42-c95b-4579-9d75-e954ebedff4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:13,912 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.048s 2021-10-27 15:47:13,912 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37957a76-e98c-408a-a9c1-d17f81e11859', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37957a76-e98c-408a-a9c1-d17f81e11859', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:14,963 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.047s 2021-10-27 15:47:14,963 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e9870f-7612-4537-b119-984daaf53585', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e9870f-7612-4537-b119-984daaf53585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:16,018 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.051s 2021-10-27 15:47:16,019 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a89c9a9a-7d36-4f19-adb9-d09befefdbc3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a89c9a9a-7d36-4f19-adb9-d09befefdbc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:17,058 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.035s 2021-10-27 15:47:17,058 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9375dd2-7f84-4b50-9e39-2c652cbfdce3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9375dd2-7f84-4b50-9e39-2c652cbfdce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:18,113 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.050s 2021-10-27 15:47:18,113 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611ac212-0229-44d5-b293-f5f527bf53d2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611ac212-0229-44d5-b293-f5f527bf53d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:19,160 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:47:19,161 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db5309a-66e1-4a9c-8435-354951fa486a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db5309a-66e1-4a9c-8435-354951fa486a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:20,206 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:20,206 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336972ea-fea6-4e91-a909-4f689d9b5cc6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336972ea-fea6-4e91-a909-4f689d9b5cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:21,250 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:47:21,250 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d2d3fb-a8fc-4827-aea0-b1e6dfba3096', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d2d3fb-a8fc-4827-aea0-b1e6dfba3096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:22,295 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:47:22,295 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e7b4b5-901b-402e-a89d-736cd6cb376e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e7b4b5-901b-402e-a89d-736cd6cb376e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:23,339 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:47:23,339 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7105990b-d276-4b1c-a209-efa458ed774a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7105990b-d276-4b1c-a209-efa458ed774a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:24,383 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:47:24,383 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d217c5-a7b1-4a23-82f6-4888aae12626', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d217c5-a7b1-4a23-82f6-4888aae12626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:25,427 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:47:25,428 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab32b621-e6a9-4b75-975d-954fe33587ad', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab32b621-e6a9-4b75-975d-954fe33587ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:26,473 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:26,474 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c7cb308-1a64-4405-a659-99b1466e74e3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c7cb308-1a64-4405-a659-99b1466e74e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:27,519 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:47:27,519 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b29e7de3-003a-495d-997b-1ee17a467e35', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b29e7de3-003a-495d-997b-1ee17a467e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:28,564 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:47:28,565 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfa4a88e-8997-403e-baef-cc0af70a6e91', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfa4a88e-8997-403e-baef-cc0af70a6e91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:29,614 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.045s 2021-10-27 15:47:29,614 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59597f9a-ece0-40b0-aa1f-534b97de4db7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59597f9a-ece0-40b0-aa1f-534b97de4db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:30,659 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:30,659 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ddf724-03ea-4338-b18f-2ebb6430fd59', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ddf724-03ea-4338-b18f-2ebb6430fd59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:31,703 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:47:31,703 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d27a527-a086-4d55-b2e5-b991b4546850', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d27a527-a086-4d55-b2e5-b991b4546850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:32,748 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:47:32,748 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7f96f9e-9ddf-4985-a7a2-14825e3ce268', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7f96f9e-9ddf-4985-a7a2-14825e3ce268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:33,794 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:47:33,795 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596dc14f-1fb5-4fbf-834a-d4810bdd3019', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596dc14f-1fb5-4fbf-834a-d4810bdd3019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:34,841 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:47:34,842 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4292d83-6d8c-4843-bfb8-e43f7706e6d4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4292d83-6d8c-4843-bfb8-e43f7706e6d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:35,884 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:47:35,885 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1514cd7f-85f1-4313-8fd7-c0e72b3dda4e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1514cd7f-85f1-4313-8fd7-c0e72b3dda4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:36,940 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.052s 2021-10-27 15:47:36,940 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-459c1123-f88c-4d63-a5a5-e6dfffff0b1f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-459c1123-f88c-4d63-a5a5-e6dfffff0b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:37,988 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:47:37,989 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a1233d-09e1-412f-aebc-410e6291016a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a1233d-09e1-412f-aebc-410e6291016a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:39,033 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:39,034 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3935e834-88a0-4c86-adf1-fceab490dcba', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3935e834-88a0-4c86-adf1-fceab490dcba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:40,080 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:47:40,080 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ff2678-3453-4342-a87e-9c50cf2f179c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ff2678-3453-4342-a87e-9c50cf2f179c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:41,126 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:41,126 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709a05e7-ff2b-444b-8fc7-54be8b14130d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709a05e7-ff2b-444b-8fc7-54be8b14130d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:42,171 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:47:42,171 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f36db7be-5235-4155-9854-a1023e779bea', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f36db7be-5235-4155-9854-a1023e779bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:43,216 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:47:43,216 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5fa1cd-4b93-4f50-bc27-b7f74b0fb1d9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5fa1cd-4b93-4f50-bc27-b7f74b0fb1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:44,266 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.046s 2021-10-27 15:47:44,266 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab7ccd61-7d90-40f1-9ed4-f4392863b1bd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab7ccd61-7d90-40f1-9ed4-f4392863b1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:45,308 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.038s 2021-10-27 15:47:45,309 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a4b175-fa49-4957-ba12-f13afb250bb2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a4b175-fa49-4957-ba12-f13afb250bb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:46,361 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:47:46,361 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66343dc9-24b4-4ac5-a5d9-31b5ff47f379', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66343dc9-24b4-4ac5-a5d9-31b5ff47f379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:47,407 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:47:47,407 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45e43e29-1ad5-4a0b-ad09-d59569137a98', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45e43e29-1ad5-4a0b-ad09-d59569137a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:48,456 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:47:48,457 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea67e52d-5f39-4cfb-b608-4ceabe594cba', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea67e52d-5f39-4cfb-b608-4ceabe594cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:49,496 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.036s 2021-10-27 15:47:49,497 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e6ed820-0407-4f1e-a26e-a6e0c5ea2a3f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e6ed820-0407-4f1e-a26e-a6e0c5ea2a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:50,541 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:47:50,541 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-881c107e-a977-4322-bdd5-541c8b90b857', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-881c107e-a977-4322-bdd5-541c8b90b857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:51,585 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:47:51,586 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d540613-5f95-482c-921c-44800ed7fa4f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d540613-5f95-482c-921c-44800ed7fa4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:52,630 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:47:52,630 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b124e3-42b9-492d-9bdf-c4ba8cea2b16', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b124e3-42b9-492d-9bdf-c4ba8cea2b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:53,676 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:47:53,677 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9fd1775-83cf-4741-9841-a7f0753ee319', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9fd1775-83cf-4741-9841-a7f0753ee319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:54,723 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:47:54,724 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25195c2d-9c5f-427d-ace6-bcf6fc51288c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25195c2d-9c5f-427d-ace6-bcf6fc51288c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:55,768 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:47:55,768 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01dff19b-aa0c-40b6-89c7-dec59656a325', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01dff19b-aa0c-40b6-89c7-dec59656a325', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:56,816 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:47:56,817 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fa160c4-c89f-433e-8eb8-0c1fecb7e76f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fa160c4-c89f-433e-8eb8-0c1fecb7e76f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:57,859 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:47:57,860 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f841daaa-22a5-4ce4-9257-dfcc8372f5a7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f841daaa-22a5-4ce4-9257-dfcc8372f5a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:58,914 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.050s 2021-10-27 15:47:58,914 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f256dc7-0ab1-4057-bbd0-8a2ee6f92690', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f256dc7-0ab1-4057-bbd0-8a2ee6f92690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:47:59,951 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.033s 2021-10-27 15:47:59,951 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-558776a4-edd5-43b4-9901-304b3fb130b9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-558776a4-edd5-43b4-9901-304b3fb130b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:00,999 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:48:00,999 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f4ce14-c252-4882-a854-821ea69cb632', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f4ce14-c252-4882-a854-821ea69cb632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:02,046 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:48:02,046 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f0ccbb6-7f38-4f83-87c0-f66a81abf6b7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f0ccbb6-7f38-4f83-87c0-f66a81abf6b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:03,096 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.045s 2021-10-27 15:48:03,097 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c95e0dd-bdaf-4533-86ac-8c2a71d87cff', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c95e0dd-bdaf-4533-86ac-8c2a71d87cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:04,142 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:04,142 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34015c5c-30a5-416f-9b9d-33fd37262c22', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34015c5c-30a5-416f-9b9d-33fd37262c22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:05,186 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:48:05,187 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc387ea-22dd-4894-9dae-4c1fbfaf44b0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cc387ea-22dd-4894-9dae-4c1fbfaf44b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:06,234 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:48:06,234 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c963fdff-67bb-4ba0-a8d0-53a9d789ad87', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c963fdff-67bb-4ba0-a8d0-53a9d789ad87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:07,280 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:48:07,280 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abde9eba-eab7-48ec-b404-bd0745c5d3b8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abde9eba-eab7-48ec-b404-bd0745c5d3b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:08,330 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.046s 2021-10-27 15:48:08,330 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-300843a2-537b-452f-ac28-0f2a04567e0b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-300843a2-537b-452f-ac28-0f2a04567e0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:09,374 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:48:09,374 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de719860-76df-4d67-9ce4-4383bb0e036f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de719860-76df-4d67-9ce4-4383bb0e036f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:10,422 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:48:10,422 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75bbc3c4-667c-4762-a4d3-78314dad9cb5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75bbc3c4-667c-4762-a4d3-78314dad9cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:11,447 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:48:11,448 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33ce31a3-a88a-4ec4-ab31-000fdfdbd6dc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33ce31a3-a88a-4ec4-ab31-000fdfdbd6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:12,472 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.020s 2021-10-27 15:48:12,473 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df7e1d70-846d-429f-b946-2f3c183c8972', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df7e1d70-846d-429f-b946-2f3c183c8972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:13,497 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.020s 2021-10-27 15:48:13,497 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a8a4b2b-6616-429c-a36f-6b9767854631', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a8a4b2b-6616-429c-a36f-6b9767854631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:14,522 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:48:14,523 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b9d63ab-3579-4f4d-ba92-9031b6748281', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b9d63ab-3579-4f4d-ba92-9031b6748281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:15,548 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:48:15,548 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b59e103-cc15-452e-80a6-b84aa96d9d22', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b59e103-cc15-452e-80a6-b84aa96d9d22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:16,572 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.020s 2021-10-27 15:48:16,572 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c281908e-457b-4199-947a-d6bb1599dfc9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c281908e-457b-4199-947a-d6bb1599dfc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:17,597 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:48:17,597 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5cb884c-c12a-445d-8449-3035447fd750', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5cb884c-c12a-445d-8449-3035447fd750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:18,622 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.021s 2021-10-27 15:48:18,622 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7cf3787-7007-4fd2-8a6c-e31f15c84d52', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7cf3787-7007-4fd2-8a6c-e31f15c84d52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:19,672 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.046s 2021-10-27 15:48:19,672 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e311bc99-471c-4a75-bf0f-f9f8a7f04a4c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e311bc99-471c-4a75-bf0f-f9f8a7f04a4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:20,716 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:48:20,716 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5aee6bb-6af6-4de4-bdbb-0aa577ef8bab', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5aee6bb-6af6-4de4-bdbb-0aa577ef8bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:21,764 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:48:21,764 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff4103ba-4a61-4a0f-bc19-4b43875b7f27', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff4103ba-4a61-4a0f-bc19-4b43875b7f27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:22,808 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:48:22,808 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77b42872-63f1-406c-af47-c0c4f6fb0ff6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77b42872-63f1-406c-af47-c0c4f6fb0ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:23,858 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.046s 2021-10-27 15:48:23,858 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05738bcb-c04d-4b6e-bcc1-de942d042007', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05738bcb-c04d-4b6e-bcc1-de942d042007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:24,936 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.074s 2021-10-27 15:48:24,937 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a8605d-21b1-44f2-9e52-cbfd014e1f44', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a8605d-21b1-44f2-9e52-cbfd014e1f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:25,980 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:48:25,980 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6079023f-e003-49ce-9c97-305184596ef1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6079023f-e003-49ce-9c97-305184596ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:27,041 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.057s 2021-10-27 15:48:27,041 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a4c5033-d91d-46fb-8d29-7562a625604b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a4c5033-d91d-46fb-8d29-7562a625604b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:28,075 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.029s 2021-10-27 15:48:28,075 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-456df6e0-67b9-4c64-be5d-ca8e024a7a08', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-456df6e0-67b9-4c64-be5d-ca8e024a7a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:29,123 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.045s 2021-10-27 15:48:29,124 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f6558c-7b3a-4c09-94e8-2c6d1e324572', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f6558c-7b3a-4c09-94e8-2c6d1e324572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:30,171 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:48:30,171 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a94e3ea7-aa02-4184-92d6-aee8ca8ceebc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a94e3ea7-aa02-4184-92d6-aee8ca8ceebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:31,219 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:48:31,219 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f67e5a52-0bb7-4a5f-b91b-826c359d50db', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f67e5a52-0bb7-4a5f-b91b-826c359d50db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:32,264 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:32,264 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-159dfc7a-56fb-418d-83df-c731a3d32ba6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-159dfc7a-56fb-418d-83df-c731a3d32ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:33,309 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:33,309 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb8e078-73b0-467d-8295-01b823c17910', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb8e078-73b0-467d-8295-01b823c17910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:34,354 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:34,355 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6542f0-b5b4-40cd-ad6c-a4a391494581', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6542f0-b5b4-40cd-ad6c-a4a391494581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:35,400 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:48:35,400 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d6befbe-1adf-4f2d-9fd5-a951ea9f0fde', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d6befbe-1adf-4f2d-9fd5-a951ea9f0fde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:36,444 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:48:36,445 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-419bb9a2-70b6-4539-b9dd-7749d0e53bb7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-419bb9a2-70b6-4539-b9dd-7749d0e53bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:37,497 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.048s 2021-10-27 15:48:37,497 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b52bb3b0-f026-4666-8b10-8cc3d3123655', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b52bb3b0-f026-4666-8b10-8cc3d3123655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:38,541 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:48:38,542 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-228be496-9702-4234-a77b-6b7ea89c780f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-228be496-9702-4234-a77b-6b7ea89c780f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:39,590 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:48:39,590 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0998923c-3371-4767-97d9-ef9f5c375d27', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0998923c-3371-4767-97d9-ef9f5c375d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:40,633 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:48:40,634 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54bd505a-b295-41dc-b3fe-a4d015b2fe2e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54bd505a-b295-41dc-b3fe-a4d015b2fe2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:41,679 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:48:41,679 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-249e3f98-075f-43e0-ae49-24540e51e0d9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249e3f98-075f-43e0-ae49-24540e51e0d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:42,726 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:48:42,726 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b26f9c0-1158-4721-8f7d-c75b0fa86cd2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b26f9c0-1158-4721-8f7d-c75b0fa86cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:43,771 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:43,772 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-145a38ff-00c5-4115-b8af-88b3cff220b7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-145a38ff-00c5-4115-b8af-88b3cff220b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:44,818 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:48:44,819 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfe246d5-c8b8-4471-80dd-21529a642646', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfe246d5-c8b8-4471-80dd-21529a642646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:45,865 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:48:45,866 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4745adfc-2ac2-4e61-9146-dc9fea54dee4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4745adfc-2ac2-4e61-9146-dc9fea54dee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:46,916 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.047s 2021-10-27 15:48:46,917 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1be844fb-0877-42f2-96ee-e2ae3e00a434', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1be844fb-0877-42f2-96ee-e2ae3e00a434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:47,970 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.050s 2021-10-27 15:48:47,971 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a805ae3e-3d5a-4f36-9b39-87ec514f38d7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a805ae3e-3d5a-4f36-9b39-87ec514f38d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:49,010 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.035s 2021-10-27 15:48:49,010 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e8ab03-350e-4ded-abfa-86d4002edf4e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e8ab03-350e-4ded-abfa-86d4002edf4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:50,055 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:50,056 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3896be13-2aea-4717-9abe-60eb284bb28b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3896be13-2aea-4717-9abe-60eb284bb28b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:51,101 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:51,101 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc13ecd1-94ac-46e3-ad39-ba6580b46ccd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc13ecd1-94ac-46e3-ad39-ba6580b46ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:52,146 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:48:52,146 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b9c530c-9bc7-4a65-baae-02fa1b400544', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b9c530c-9bc7-4a65-baae-02fa1b400544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:53,191 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:48:53,191 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5814d87a-5429-47e1-b8ae-a6b850a43f4e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5814d87a-5429-47e1-b8ae-a6b850a43f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:54,236 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:54,236 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88008ee4-a2ce-4289-b000-03f032e47e31', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88008ee4-a2ce-4289-b000-03f032e47e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:55,281 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:55,281 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a232d8a2-e845-4ab2-a092-80de7d73efcf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a232d8a2-e845-4ab2-a092-80de7d73efcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:56,330 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.045s 2021-10-27 15:48:56,330 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96196779-1c67-4316-a28b-d11d527c133a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96196779-1c67-4316-a28b-d11d527c133a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:57,375 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:48:57,375 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f2bc54c-dd60-490c-952c-427ce0e9ee9b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f2bc54c-dd60-490c-952c-427ce0e9ee9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:58,421 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:48:58,421 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f40cef3-581e-4f86-a43d-998e41828bd2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f40cef3-581e-4f86-a43d-998e41828bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:48:59,467 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:48:59,467 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2916fdd-ad85-4484-b9a8-f46d0d4dcac4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2916fdd-ad85-4484-b9a8-f46d0d4dcac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:00,512 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:49:00,512 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e23f556a-9588-4220-b430-7af1e7da5a86', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e23f556a-9588-4220-b430-7af1e7da5a86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:01,557 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:49:01,558 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f45ff8-b828-4264-9c2a-aca7d90b2a04', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f45ff8-b828-4264-9c2a-aca7d90b2a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:02,603 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:49:02,603 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b01f74be-8869-4ade-8066-685cab342928', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b01f74be-8869-4ade-8066-685cab342928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:03,652 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:49:03,652 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d702fd1-d0a8-485b-b04a-23952bce9239', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d702fd1-d0a8-485b-b04a-23952bce9239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:04,697 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:49:04,697 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d2facd0-8ecb-426f-b456-2901286d3126', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d2facd0-8ecb-426f-b456-2901286d3126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:05,744 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.044s 2021-10-27 15:49:05,744 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc72a7ee-57af-4d5e-89fe-288fcf870e3e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc72a7ee-57af-4d5e-89fe-288fcf870e3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:06,792 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:49:06,792 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1f8b149-3d3e-4ec9-82d5-035dd9036f92', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1f8b149-3d3e-4ec9-82d5-035dd9036f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:07,838 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.042s 2021-10-27 15:49:07,838 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbee8455-fd98-4c28-ad7a-2020d0742a5d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbee8455-fd98-4c28-ad7a-2020d0742a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:08,883 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.041s 2021-10-27 15:49:08,883 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48d2b9e-2920-468c-83ca-b1ebe0c45070', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48d2b9e-2920-468c-83ca-b1ebe0c45070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:09,930 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:49:09,930 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f2a352-8a1c-496c-b4f6-fcab41c6ae9c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f2a352-8a1c-496c-b4f6-fcab41c6ae9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:10,973 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.039s 2021-10-27 15:49:10,974 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-074fd7ae-4517-47c7-b941-96e427fcdd29', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-074fd7ae-4517-47c7-b941-96e427fcdd29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:12,020 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.043s 2021-10-27 15:49:12,021 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf40e8ff-be12-4d53-905a-abe4b5a3ce48', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf40e8ff-be12-4d53-905a-abe4b5a3ce48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:13,070 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.045s 2021-10-27 15:49:13,070 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a8c81d4-f408-4d78-bec5-73b64b51c4dc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a8c81d4-f408-4d78-bec5-73b64b51c4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:14,114 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.040s 2021-10-27 15:49:14,114 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4428f294-a16c-4170-b7b2-a94ab9c00b7d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4428f294-a16c-4170-b7b2-a94ab9c00b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:49:15,166 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 0.048s 2021-10-27 15:49:15,167 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebebffb-a48a-48e3-aaab-812ae8f5bad4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebebffb-a48a-48e3-aaab-812ae8f5bad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:50:11,985 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 55.815s 2021-10-27 15:50:11,985 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b469e52e-c5a4-414b-9f8d-ed40ec43fcc2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b469e52e-c5a4-414b-9f8d-ed40ec43fcc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:51:13,051 122908 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.64', port=80): Read timed out. (read timeout=60)")': /volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 2021-10-27 15:51:15,965 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 62.975s 2021-10-27 15:51:15,965 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a596507-494a-4f54-9154-98cc46d40f18', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a596507-494a-4f54-9154-98cc46d40f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:52:12,101 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2 55.131s 2021-10-27 15:52:12,102 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db87bb4-d1fa-4f6a-8acb-bbe94637825d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db87bb4-d1fa-4f6a-8acb-bbe94637825d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/snapshots/b6992cd0-6b27-4c3b-8227-63af1dd56ad2'} Body: b'{"snapshot": {"id": "b6992cd0-6b27-4c3b-8227-63af1dd56ad2", "created_at": "2021-10-27T15:46:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1674209140", "description": null, "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f73f3238988e4e1293ad782712a1da53", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 15:53:12,162 122908 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 2021-10-27 15:54:12,223 122908 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 2021-10-27 15:55:12,281 122908 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 2021-10-27 15:56:12,341 122908 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 2021-10-27 15:57:12,400 122908 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 2021-10-27 15:58:12,461 122908 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 2021-10-27 15:59:12,520 122908 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 2021-10-27 15:59:17,820 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 400 DELETE http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 425.714s 2021-10-27 15:59:17,820 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:12 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-df5246bc-f2f5-43a2-b296-1b614640a6c1', 'x-compute-request-id': 'req-df5246bc-f2f5-43a2-b296-1b614640a6c1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54/os-volume_attachments/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} 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-5fc8932d-2b3e-48ce-942e-d88c14db103d)"}}' 2021-10-27 15:59:17,868 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 15:59:17,868 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fb8aeef-81b5-43d6-b734-a6b86c73ebca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fb8aeef-81b5-43d6-b734-a6b86c73ebca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:18,938 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.060s 2021-10-27 15:59:18,939 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e79fc59c-1dd6-45be-a28a-e7e9ead38a98', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e79fc59c-1dd6-45be-a28a-e7e9ead38a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:19,995 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 15:59:19,995 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df01157d-3fd0-4b69-b071-b05bde9ad023', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df01157d-3fd0-4b69-b071-b05bde9ad023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:21,051 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.047s 2021-10-27 15:59:21,051 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a99d2e-c380-47da-9d03-99d7794d33ef', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a99d2e-c380-47da-9d03-99d7794d33ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:22,104 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 15:59:22,104 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8512cc0-0a48-426c-b00b-53362188d425', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8512cc0-0a48-426c-b00b-53362188d425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:23,161 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 15:59:23,161 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4c2b8e9-ebbf-4e73-80db-97510a2c0ccc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4c2b8e9-ebbf-4e73-80db-97510a2c0ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:24,217 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.047s 2021-10-27 15:59:24,218 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e45078-ba8c-473a-8a36-244622c5a7ab', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e45078-ba8c-473a-8a36-244622c5a7ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:25,280 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.054s 2021-10-27 15:59:25,280 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f9b51bc-9293-4068-9671-e9e6e098e375', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f9b51bc-9293-4068-9671-e9e6e098e375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:26,331 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 15:59:26,331 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87c33a36-48ad-4889-9086-468fd537fa60', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87c33a36-48ad-4889-9086-468fd537fa60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:27,386 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.047s 2021-10-27 15:59:27,387 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecdfa1ed-48e9-4de1-9851-5005ff26d7ad', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecdfa1ed-48e9-4de1-9851-5005ff26d7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:28,438 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 15:59:28,439 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fd6a4f6-8e1e-4d3e-a86b-0dee70eb97a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fd6a4f6-8e1e-4d3e-a86b-0dee70eb97a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:29,490 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 15:59:29,491 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca34ac3c-4a39-4b7d-b65e-e5236314685e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca34ac3c-4a39-4b7d-b65e-e5236314685e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:30,547 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 15:59:30,547 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88fe70b-796a-4c10-a192-a570a7c5f9cb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88fe70b-796a-4c10-a192-a570a7c5f9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:31,600 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 15:59:31,600 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed3fc6d-bf72-475d-b927-8cb9d0e1cfe7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed3fc6d-bf72-475d-b927-8cb9d0e1cfe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:32,653 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 15:59:32,653 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a372acab-d22a-4145-bfe3-9f2375782adb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a372acab-d22a-4145-bfe3-9f2375782adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:33,710 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.049s 2021-10-27 15:59:33,710 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2986074-050a-4ad8-ae41-eec03ef2c2a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2986074-050a-4ad8-ae41-eec03ef2c2a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:34,767 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 15:59:34,767 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f0d4ec-f89e-46db-8db3-09f87fcf3730', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f0d4ec-f89e-46db-8db3-09f87fcf3730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:35,822 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 15:59:35,822 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b791a1c-7490-4ad9-96d9-b0fcc9c64f76', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b791a1c-7490-4ad9-96d9-b0fcc9c64f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:36,875 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 15:59:36,875 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5dc5f1e-d8e3-4e3b-895e-7f658d9af9fe', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5dc5f1e-d8e3-4e3b-895e-7f658d9af9fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:37,929 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 15:59:37,930 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c01324-d5e4-4aea-a658-59d890512080', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c01324-d5e4-4aea-a658-59d890512080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:38,981 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 15:59:38,981 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-887bcb79-e0d3-4724-b1c3-9acd4466952e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-887bcb79-e0d3-4724-b1c3-9acd4466952e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:40,036 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 15:59:40,036 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ac6d255-224e-4ada-8031-8b6ae036eeb9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ac6d255-224e-4ada-8031-8b6ae036eeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:41,087 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 15:59:41,087 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-115dff86-84a9-44ab-9deb-74836b62c23d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-115dff86-84a9-44ab-9deb-74836b62c23d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:42,140 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 15:59:42,140 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5fae0ce-61c3-4800-8ff4-832e9afd3dfa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5fae0ce-61c3-4800-8ff4-832e9afd3dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:43,188 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 15:59:43,188 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a7642d2-ceea-4905-ba89-fc970be6ebd6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a7642d2-ceea-4905-ba89-fc970be6ebd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:44,242 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 15:59:44,242 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-866e6762-14d8-45c9-8c5d-01f8d320fdff', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-866e6762-14d8-45c9-8c5d-01f8d320fdff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:45,293 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 15:59:45,293 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d81a7568-c6ff-4e8c-98a2-4b70ee493162', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d81a7568-c6ff-4e8c-98a2-4b70ee493162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:46,345 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 15:59:46,345 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4067ae4d-211c-45cb-bd0b-f75b28ca2088', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4067ae4d-211c-45cb-bd0b-f75b28ca2088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:47,396 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 15:59:47,396 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba0c075a-611f-4b85-bd00-5a249fa6878d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba0c075a-611f-4b85-bd00-5a249fa6878d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:48,444 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 15:59:48,444 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76918654-29d1-4a37-a1ce-97960396a608', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76918654-29d1-4a37-a1ce-97960396a608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:49,494 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 15:59:49,495 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e59bc1cf-f7eb-484a-9d6a-4a4cd6e4f28a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e59bc1cf-f7eb-484a-9d6a-4a4cd6e4f28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:50,545 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 15:59:50,545 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6be27ba-8650-43f5-8289-414c84aa7f9b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6be27ba-8650-43f5-8289-414c84aa7f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:51,595 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 15:59:51,595 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4341dc-cd2a-4211-a151-d0a1fd811bb3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4341dc-cd2a-4211-a151-d0a1fd811bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:52,644 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 15:59:52,645 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739f7072-1f12-4612-a2e4-298133e5488d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739f7072-1f12-4612-a2e4-298133e5488d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:53,693 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 15:59:53,693 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-652c28c5-164f-4bb2-8bef-fc5a94ed2502', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-652c28c5-164f-4bb2-8bef-fc5a94ed2502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:54,743 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 15:59:54,743 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6f76030-6bc6-4e26-860f-f1fce69246b5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6f76030-6bc6-4e26-860f-f1fce69246b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:55,794 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 15:59:55,794 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d962da5c-bc82-488d-9182-83b7d257bb3a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d962da5c-bc82-488d-9182-83b7d257bb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:56,845 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 15:59:56,845 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7339f8d9-14f0-4b0d-9a9c-b15a31f73506', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7339f8d9-14f0-4b0d-9a9c-b15a31f73506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:57,895 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 15:59:57,895 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d77e4235-d478-4b7a-902c-20275bc0a961', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d77e4235-d478-4b7a-902c-20275bc0a961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:58,947 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 15:59:58,947 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d45f2e49-0c4c-4f49-8f0c-4690a74d925d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d45f2e49-0c4c-4f49-8f0c-4690a74d925d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 15:59:59,997 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 15:59:59,997 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9139fe6-4069-4169-aac8-2087437d766f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9139fe6-4069-4169-aac8-2087437d766f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:01,065 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.059s 2021-10-27 16:00:01,065 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe7b93c-fbbc-4997-9bee-f2c076f281af', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe7b93c-fbbc-4997-9bee-f2c076f281af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:02,115 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:00:02,115 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9326538f-91a4-4169-8ae9-67653b712131', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9326538f-91a4-4169-8ae9-67653b712131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:03,166 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:03,167 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-789e8c7e-a3e2-4e57-b234-30b813846b99', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-789e8c7e-a3e2-4e57-b234-30b813846b99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:04,220 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:00:04,220 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c72c9d-e35b-44ff-b5cb-678aa7a68ac2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c72c9d-e35b-44ff-b5cb-678aa7a68ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:05,273 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:00:05,274 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a8061df-ca78-40b4-9c67-b81f30519333', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a8061df-ca78-40b4-9c67-b81f30519333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:06,325 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:06,325 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d37bd3-dfb6-41d5-8c8b-7241be1d2c8e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d37bd3-dfb6-41d5-8c8b-7241be1d2c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:07,377 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:07,378 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac08453-c46a-431a-8f26-83adc9a95a1c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac08453-c46a-431a-8f26-83adc9a95a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:08,427 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:00:08,428 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9544d51-279d-40f5-b0ec-afa66940979d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9544d51-279d-40f5-b0ec-afa66940979d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:09,482 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:00:09,482 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce0051ca-9a99-45b0-b4dd-0a9fecdcbe23', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce0051ca-9a99-45b0-b4dd-0a9fecdcbe23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:10,534 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:00:10,535 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57105e61-34c3-4d2f-a664-60ce9ca6dd1a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57105e61-34c3-4d2f-a664-60ce9ca6dd1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:11,586 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:11,587 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2beaf6-191c-4dc9-b476-9dfc4df59633', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2beaf6-191c-4dc9-b476-9dfc4df59633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:12,638 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:12,638 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85258a22-0383-479d-b5a7-bbd3dbcf4a86', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85258a22-0383-479d-b5a7-bbd3dbcf4a86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:13,688 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:13,689 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-199aea97-e98b-4279-aab5-c87ec0b157b5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-199aea97-e98b-4279-aab5-c87ec0b157b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:14,741 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:00:14,741 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c145b8df-f3eb-4518-88dd-e45445e1b569', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c145b8df-f3eb-4518-88dd-e45445e1b569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:15,899 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.149s 2021-10-27 16:00:15,900 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98a346f0-2e7c-485b-bd85-6741d8cc2bf6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98a346f0-2e7c-485b-bd85-6741d8cc2bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:16,952 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:00:16,952 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-704b3d42-3fc9-4fef-922d-962d149b1b2e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-704b3d42-3fc9-4fef-922d-962d149b1b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:18,010 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.050s 2021-10-27 16:00:18,010 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2da9dbec-d6b3-4f96-b4b8-9783d5838df9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2da9dbec-d6b3-4f96-b4b8-9783d5838df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:19,061 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:19,062 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc6d7c49-d58f-49d8-8c9d-61d3e4a639dc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc6d7c49-d58f-49d8-8c9d-61d3e4a639dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:20,115 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:00:20,115 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82ff3222-97aa-41df-b1b9-5990aedeacda', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82ff3222-97aa-41df-b1b9-5990aedeacda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:21,168 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:21,168 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b9f1b2f-f75d-47a9-92b2-54d91953c8ca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b9f1b2f-f75d-47a9-92b2-54d91953c8ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:22,218 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:22,219 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2552237-b174-4086-824d-6c028f92b1af', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2552237-b174-4086-824d-6c028f92b1af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:23,268 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:00:23,268 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01036ffe-2a07-485f-9523-9343efb4b04c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01036ffe-2a07-485f-9523-9343efb4b04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:24,320 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:00:24,321 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-394198be-8efd-4dd2-84b0-787870affd6e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-394198be-8efd-4dd2-84b0-787870affd6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:25,371 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:25,372 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dba2bc5-9fab-4aa8-9a3f-bd58970ce63c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dba2bc5-9fab-4aa8-9a3f-bd58970ce63c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:26,422 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:26,423 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5f202a-c72e-4f20-b367-51b216f9ce92', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5f202a-c72e-4f20-b367-51b216f9ce92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:27,474 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:27,474 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a88c94-a345-47ff-8d4f-bb016674abca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a88c94-a345-47ff-8d4f-bb016674abca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:28,525 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:28,526 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-665b42eb-801c-4fc5-bb68-dd4f6a88a8e0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-665b42eb-801c-4fc5-bb68-dd4f6a88a8e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:29,576 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:29,576 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e6e8905-8614-4e50-95a9-e2e4c3643e9d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e6e8905-8614-4e50-95a9-e2e4c3643e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:30,626 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:30,626 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e964b3a9-47f6-4ebe-b036-a97f97ad918c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e964b3a9-47f6-4ebe-b036-a97f97ad918c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:31,675 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:00:31,676 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9abf2ac-cd5f-4097-b1ed-bb4f443882d4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9abf2ac-cd5f-4097-b1ed-bb4f443882d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:32,725 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:00:32,726 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-134852a7-331f-4e1e-9e82-73287483f296', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-134852a7-331f-4e1e-9e82-73287483f296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:33,777 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:33,777 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b8cd843-59c5-4e4f-92e0-065faed0c902', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b8cd843-59c5-4e4f-92e0-065faed0c902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:34,828 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:34,829 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0335a3ea-af74-47aa-b6af-c7f1d71c3a83', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0335a3ea-af74-47aa-b6af-c7f1d71c3a83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:35,880 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:35,880 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad46ee9-0ff7-46b3-854b-e6e7306d0d58', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad46ee9-0ff7-46b3-854b-e6e7306d0d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:36,932 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:00:36,932 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d3661f-c7c1-4ef9-bd14-81e445da8d37', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d3661f-c7c1-4ef9-bd14-81e445da8d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:37,982 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:37,983 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8e2c71-863a-4ec2-b845-0487897c8399', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8e2c71-863a-4ec2-b845-0487897c8399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:39,035 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:00:39,035 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc75e9a2-7efe-4357-a6eb-2d67e6bdb940', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc75e9a2-7efe-4357-a6eb-2d67e6bdb940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:40,086 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:40,086 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141ecd9d-6723-4c5e-a17e-e3574715621d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141ecd9d-6723-4c5e-a17e-e3574715621d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:41,137 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:41,138 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-317e6083-9714-4440-8bad-f86455938584', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-317e6083-9714-4440-8bad-f86455938584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:42,188 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:42,188 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfa65ab0-bb30-4e2b-9337-a30cf2afbd6f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfa65ab0-bb30-4e2b-9337-a30cf2afbd6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:43,240 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:43,240 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-743cfed2-2354-4de6-843d-9da7e0bee5b3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-743cfed2-2354-4de6-843d-9da7e0bee5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:44,292 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:00:44,293 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42421a2c-09ad-4177-91b3-fea0f474ea53', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42421a2c-09ad-4177-91b3-fea0f474ea53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:45,345 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:00:45,346 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b10eb250-7e69-43de-a22f-1b0faf0e8666', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b10eb250-7e69-43de-a22f-1b0faf0e8666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:46,396 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:00:46,396 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b7a8e16-40f0-45ed-b4dc-bc194bcf8716', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b7a8e16-40f0-45ed-b4dc-bc194bcf8716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:47,446 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:47,446 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a595633d-7b52-4846-8fc6-866bd90f610f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a595633d-7b52-4846-8fc6-866bd90f610f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:48,497 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:48,497 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4de6398b-8f59-4095-adb8-6f4e68ef3e56', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4de6398b-8f59-4095-adb8-6f4e68ef3e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:49,547 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:49,547 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f67f1108-7adc-45ce-b293-49fd7676ea4b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f67f1108-7adc-45ce-b293-49fd7676ea4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:50,598 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:50,598 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020d9164-bc79-4ca1-8dd0-ca8d0b13962b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020d9164-bc79-4ca1-8dd0-ca8d0b13962b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:51,650 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:51,650 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb616a28-b38d-4648-a61e-6a42d341a8c8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb616a28-b38d-4648-a61e-6a42d341a8c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:52,703 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:00:52,703 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fe03494-ebb7-4ef5-9c26-e62e9671f6ac', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fe03494-ebb7-4ef5-9c26-e62e9671f6ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:53,755 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:53,756 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73c542fd-57f5-493f-b46e-d4abde81dbda', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73c542fd-57f5-493f-b46e-d4abde81dbda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:54,806 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:54,806 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33967877-f768-4000-8fce-ac4d5d21930b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33967877-f768-4000-8fce-ac4d5d21930b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:55,858 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:00:55,859 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3fb816a-b14d-4339-9a95-35d0bb025e4b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3fb816a-b14d-4339-9a95-35d0bb025e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:56,910 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:56,910 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7133c8c0-d0e9-4584-9fd2-09c2946d9f9c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7133c8c0-d0e9-4584-9fd2-09c2946d9f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:57,960 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:00:57,960 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf583bb-11c9-4aab-924a-47078841e02c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf583bb-11c9-4aab-924a-47078841e02c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:00:59,012 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:00:59,012 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53032950-45f3-4ff1-920f-8c9721fe22cf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53032950-45f3-4ff1-920f-8c9721fe22cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:00,063 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:00,063 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-884e5c08-41d5-4803-bf59-f1735b13313f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-884e5c08-41d5-4803-bf59-f1735b13313f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:01,118 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 16:01:01,119 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7c518a9-4b95-4a35-9a3e-ca1e3fa2d4d8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7c518a9-4b95-4a35-9a3e-ca1e3fa2d4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:02,171 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:02,171 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73138ed3-0389-4b95-8dd9-0bb81cd402da', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73138ed3-0389-4b95-8dd9-0bb81cd402da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:03,225 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:01:03,225 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-121af45b-18e3-4f0f-ae01-4caad015f63f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-121af45b-18e3-4f0f-ae01-4caad015f63f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:04,278 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:04,278 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f85eff7-daa6-4922-baf8-7e70060cc2da', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f85eff7-daa6-4922-baf8-7e70060cc2da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:05,333 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:01:05,333 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22ce803c-333c-43d9-8512-1ff48798e6e3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22ce803c-333c-43d9-8512-1ff48798e6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:06,385 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:06,385 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ff0c7b-dd12-4634-8602-14e875508e37', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ff0c7b-dd12-4634-8602-14e875508e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:07,435 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:07,435 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a2b7c64-156d-431f-b82d-1d035ad05fef', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a2b7c64-156d-431f-b82d-1d035ad05fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:08,485 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:08,486 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b0feba8-c27c-46cd-b587-ab2db11c24b1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b0feba8-c27c-46cd-b587-ab2db11c24b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:09,535 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:09,536 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f75c2d8a-cc76-432e-bdc4-b62bbec6e474', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f75c2d8a-cc76-432e-bdc4-b62bbec6e474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:10,585 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:10,585 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb1415d6-ec09-494a-b6f1-c2ac35eba6e3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb1415d6-ec09-494a-b6f1-c2ac35eba6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:11,636 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:11,637 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f835976c-fe52-4055-9061-6b000bca4553', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f835976c-fe52-4055-9061-6b000bca4553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:12,687 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:12,688 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f47f21c-6d17-4e5f-b092-f279a8127ffa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f47f21c-6d17-4e5f-b092-f279a8127ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:13,741 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:01:13,741 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd1357b-d5a6-4411-859d-7b4cea42e8bd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd1357b-d5a6-4411-859d-7b4cea42e8bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:14,791 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:14,792 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c30795-1873-48b4-b801-6593dd553e5a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c30795-1873-48b4-b801-6593dd553e5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:15,843 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:01:15,844 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c396bb0-967c-4c3e-817e-a04c54552851', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c396bb0-967c-4c3e-817e-a04c54552851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:16,894 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:16,895 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf61c6cb-96c5-46e6-8535-f963b165aa7d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf61c6cb-96c5-46e6-8535-f963b165aa7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:17,946 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:17,947 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d75adec6-c72b-440e-9358-28d3a3fd9a8c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d75adec6-c72b-440e-9358-28d3a3fd9a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:18,998 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:18,998 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-035278ec-2712-4212-8917-b100d159fa47', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-035278ec-2712-4212-8917-b100d159fa47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:20,047 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:20,048 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-375caa30-0b49-4144-842f-63333b869faf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-375caa30-0b49-4144-842f-63333b869faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:21,098 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:21,099 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5f2301-e063-4c37-b4e0-e32d26de34c4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5f2301-e063-4c37-b4e0-e32d26de34c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:22,150 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:22,151 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19ddec17-c615-47dc-8032-07696809dc93', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19ddec17-c615-47dc-8032-07696809dc93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:23,202 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:23,202 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bef56b-dde5-47d7-b2b3-a037fc3a4319', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64bef56b-dde5-47d7-b2b3-a037fc3a4319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:24,253 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:24,253 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98b32fe5-fa24-4605-8865-db81eb63d26f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98b32fe5-fa24-4605-8865-db81eb63d26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:25,303 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:25,304 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d1ede7-7c39-457b-a4c7-d66b7569ecd6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d1ede7-7c39-457b-a4c7-d66b7569ecd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:26,355 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:26,355 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2973ae-3e8e-4491-9f09-6b5c3a68e703', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2973ae-3e8e-4491-9f09-6b5c3a68e703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:27,408 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:01:27,408 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be744555-433b-4b84-a913-345f007fd158', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be744555-433b-4b84-a913-345f007fd158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:28,458 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:28,458 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c86bb1b-8b81-44d6-a17b-b0673ad8f529', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c86bb1b-8b81-44d6-a17b-b0673ad8f529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:29,508 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:29,508 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f67cb2dc-e659-480f-a269-958e592cff65', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f67cb2dc-e659-480f-a269-958e592cff65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:30,566 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.049s 2021-10-27 16:01:30,566 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a578de1-4800-4885-b899-2e02da19ef40', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a578de1-4800-4885-b899-2e02da19ef40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:31,619 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:01:31,620 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4f8b318-77d1-4a1a-afd1-c9143653f7b9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4f8b318-77d1-4a1a-afd1-c9143653f7b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:32,670 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:32,671 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6655cb6c-f21d-40e1-8bb6-cbb9c9549c47', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6655cb6c-f21d-40e1-8bb6-cbb9c9549c47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:33,729 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.050s 2021-10-27 16:01:33,730 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f0efde-f039-48fb-ae16-dfa1ab1ce012', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f0efde-f039-48fb-ae16-dfa1ab1ce012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:34,785 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:34,786 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601019de-1733-4cf8-9489-f713832c88a2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601019de-1733-4cf8-9489-f713832c88a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:35,836 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:35,837 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03aa73b4-edab-45ad-bc14-e13ff4faa801', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03aa73b4-edab-45ad-bc14-e13ff4faa801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:36,886 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:36,887 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cff4de4c-5f3e-4cb3-a5d4-dfaf2e8cf874', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cff4de4c-5f3e-4cb3-a5d4-dfaf2e8cf874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:37,938 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:37,939 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5f8fc2-11b9-49c6-bdf4-b948d99cdfc5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5f8fc2-11b9-49c6-bdf4-b948d99cdfc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:38,991 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:01:38,992 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dade868c-b7db-408b-9d73-0e41043bdb24', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dade868c-b7db-408b-9d73-0e41043bdb24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:40,043 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:40,044 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9af546-58a7-41fe-9d7f-d7c621e9b527', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9af546-58a7-41fe-9d7f-d7c621e9b527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:41,095 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:41,095 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffecfb0d-91fd-412c-997c-dc1ea6dfb133', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffecfb0d-91fd-412c-997c-dc1ea6dfb133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:42,145 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:42,146 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a233f45f-63f2-4acc-8d18-8f172c32f756', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a233f45f-63f2-4acc-8d18-8f172c32f756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:43,195 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 16:01:43,195 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da33db7-85f4-4f3b-8659-b7576cbe9ff3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da33db7-85f4-4f3b-8659-b7576cbe9ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:44,247 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:44,247 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-052c596b-5aac-4e62-b7c2-8ad3606e2736', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-052c596b-5aac-4e62-b7c2-8ad3606e2736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:45,298 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:45,299 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f13ab084-0e31-4b96-8790-02294e16f8ae', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13ab084-0e31-4b96-8790-02294e16f8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:46,350 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:46,350 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cac6849-e672-4aed-b90d-96a25a99f2f1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cac6849-e672-4aed-b90d-96a25a99f2f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:47,401 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:47,401 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c80e4d4-7a9a-4f1e-8d1b-721208687e04', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c80e4d4-7a9a-4f1e-8d1b-721208687e04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:48,451 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:01:48,451 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d638e1-39ba-4c1d-9d6f-c69f4e696f07', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d638e1-39ba-4c1d-9d6f-c69f4e696f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:49,500 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:49,501 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1cab76b-dcc7-4e60-b4b6-e963c1409f87', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1cab76b-dcc7-4e60-b4b6-e963c1409f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:50,551 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:50,551 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d653501-e365-477f-8001-dd54110c5686', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d653501-e365-477f-8001-dd54110c5686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:51,600 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 16:01:51,600 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3669e46-4de3-4a1b-b480-37922324fd00', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3669e46-4de3-4a1b-b480-37922324fd00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:52,651 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:52,652 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc7bea5d-47e5-4c4b-9d42-a0892fe2eb78', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc7bea5d-47e5-4c4b-9d42-a0892fe2eb78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:53,703 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:01:53,703 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a65cf051-5b81-4ff7-bf79-476ed7c07160', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a65cf051-5b81-4ff7-bf79-476ed7c07160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:54,752 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 16:01:54,752 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df9ec027-f107-43e5-b278-f7fac5a79187', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df9ec027-f107-43e5-b278-f7fac5a79187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:55,801 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.040s 2021-10-27 16:01:55,801 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a42a4122-f97a-4595-ac8a-538ddc09c287', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a42a4122-f97a-4595-ac8a-538ddc09c287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:56,852 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:56,853 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d8de88b-9311-4cb3-bef6-18dabd411714', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d8de88b-9311-4cb3-bef6-18dabd411714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:57,903 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:01:57,903 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b930d6a0-98aa-425d-b0b8-be9e4bb2aa50', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b930d6a0-98aa-425d-b0b8-be9e4bb2aa50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:01:58,955 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:01:58,956 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a20b654e-7604-4b5d-b896-ce30e55ef7b6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a20b654e-7604-4b5d-b896-ce30e55ef7b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:00,012 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 16:02:00,012 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07655d60-7d18-4343-94da-de921c11e8bd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07655d60-7d18-4343-94da-de921c11e8bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:01,063 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:01,063 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d09d3f2c-59b7-40e0-9e47-e4dda2ba51df', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d09d3f2c-59b7-40e0-9e47-e4dda2ba51df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:02,120 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 16:02:02,120 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b9ce29-9375-4dcb-ad91-88174aa09139', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b9ce29-9375-4dcb-ad91-88174aa09139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:03,171 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:03,172 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0dd68d6-c33f-449b-aa1f-be03afdbcff0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0dd68d6-c33f-449b-aa1f-be03afdbcff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:04,223 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:04,223 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e4bc5f0-674b-4611-be28-32c00c74f394', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e4bc5f0-674b-4611-be28-32c00c74f394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:05,277 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:02:05,278 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce448ddf-659e-4bc6-bb5d-249059a71440', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce448ddf-659e-4bc6-bb5d-249059a71440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:06,327 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:02:06,327 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f9e291-ed4f-442e-a701-1f31346c7b01', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f9e291-ed4f-442e-a701-1f31346c7b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:07,379 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:07,379 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35d35e3c-bd89-4493-ab00-ebf2cf1ffd68', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35d35e3c-bd89-4493-ab00-ebf2cf1ffd68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:08,430 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:08,431 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb1ba84-a6f3-4f9e-af13-9c1cce5efae0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb1ba84-a6f3-4f9e-af13-9c1cce5efae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:09,487 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 16:02:09,488 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3240e1f-c892-49de-8b4a-076de264bbfc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3240e1f-c892-49de-8b4a-076de264bbfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:10,539 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:10,539 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d31bcfa1-92da-4b07-b90a-f7214e928e1e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d31bcfa1-92da-4b07-b90a-f7214e928e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:11,590 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:11,590 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a6c6b3-ddd3-47ab-99c2-2d93487abb05', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a6c6b3-ddd3-47ab-99c2-2d93487abb05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:12,643 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:02:12,643 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3549676-1952-4ddb-9483-06dc0677a792', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3549676-1952-4ddb-9483-06dc0677a792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:13,698 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:02:13,698 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d9a003b-d020-404e-bfd7-86464bb258d1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d9a003b-d020-404e-bfd7-86464bb258d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:14,750 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:02:14,750 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb8f2aa2-01b4-44ab-a6b2-587bc8e17a1f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb8f2aa2-01b4-44ab-a6b2-587bc8e17a1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:15,803 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:15,803 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bff8652f-45c2-490d-ba34-e9e76dd9b84c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bff8652f-45c2-490d-ba34-e9e76dd9b84c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:16,854 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:16,854 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da07685-cd51-4759-946c-f6015e244a5f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da07685-cd51-4759-946c-f6015e244a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:17,905 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:17,905 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26d7c21a-e5a8-47de-b708-23afc6c62117', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26d7c21a-e5a8-47de-b708-23afc6c62117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:18,954 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:18,955 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1145683e-b49d-4bca-93c7-23ad16b47bbb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1145683e-b49d-4bca-93c7-23ad16b47bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:20,005 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:20,006 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35e6ba2e-b8a0-48b7-a5df-f7fa2d715860', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35e6ba2e-b8a0-48b7-a5df-f7fa2d715860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:21,057 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:21,057 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-717ea522-e8a1-4ed7-9e84-74e45c8085ca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-717ea522-e8a1-4ed7-9e84-74e45c8085ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:22,109 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:02:22,109 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c46191-36bb-4382-b857-a32b37fab0a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c46191-36bb-4382-b857-a32b37fab0a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:23,160 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:23,160 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d51056f7-c266-4e4d-9b7b-3fd84f6ccfda', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d51056f7-c266-4e4d-9b7b-3fd84f6ccfda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:24,211 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:24,212 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b0b43e-f07e-42e4-ae2e-15f48d7b9998', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b0b43e-f07e-42e4-ae2e-15f48d7b9998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:25,264 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:02:25,265 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c23a0a4d-be9d-4e90-8411-920c64ca82db', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c23a0a4d-be9d-4e90-8411-920c64ca82db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:26,314 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:26,314 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88f8b89-ba20-4cbc-841a-1ab65c4d16b3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88f8b89-ba20-4cbc-841a-1ab65c4d16b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:27,364 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:27,365 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a974a733-279c-4dae-afd4-7889e853a05e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a974a733-279c-4dae-afd4-7889e853a05e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:28,417 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:28,417 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-253a111d-5da0-4184-9abf-d405871d9cbe', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-253a111d-5da0-4184-9abf-d405871d9cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:29,467 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:29,468 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44125073-c27b-47df-9a61-78b18dd35c2a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44125073-c27b-47df-9a61-78b18dd35c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:30,518 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:30,518 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8163da7-acbd-4339-b7fc-73fd2773e1dd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8163da7-acbd-4339-b7fc-73fd2773e1dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:31,569 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:31,570 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deddf874-f7c6-4a93-a412-f2d4de75e9d0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deddf874-f7c6-4a93-a412-f2d4de75e9d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:32,620 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:32,620 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2319dc05-2298-461d-a034-deaf039d6b24', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2319dc05-2298-461d-a034-deaf039d6b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:33,672 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:02:33,672 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8b8e57-2a12-4e28-8f84-270e0c90ac2f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8b8e57-2a12-4e28-8f84-270e0c90ac2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:34,722 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:34,722 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03756f79-abf0-4cad-9091-247ae463d3b1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03756f79-abf0-4cad-9091-247ae463d3b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:35,773 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:35,773 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c715d61-0d8f-4cd1-80dd-842269eb84e5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c715d61-0d8f-4cd1-80dd-842269eb84e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:36,824 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:36,824 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fdf3142-94ae-4972-8fda-6ca58c4d4cb8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fdf3142-94ae-4972-8fda-6ca58c4d4cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:37,876 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:37,876 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e492d6d4-e534-4a8b-b9fc-05285ec01c60', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e492d6d4-e534-4a8b-b9fc-05285ec01c60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:38,930 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:02:38,930 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06af0297-b202-4ab7-b181-d213df7c0669', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06af0297-b202-4ab7-b181-d213df7c0669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:39,981 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:39,982 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d4ee40-518f-4cc3-8ddd-0912380e6ce6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d4ee40-518f-4cc3-8ddd-0912380e6ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:41,032 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:41,033 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f93ce33-bb89-4c2c-8cf9-751112c7a1d1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f93ce33-bb89-4c2c-8cf9-751112c7a1d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:42,082 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:02:42,082 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe3d627-a326-449b-86ce-d799ebfae610', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe3d627-a326-449b-86ce-d799ebfae610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:43,136 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:02:43,136 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40ed3d35-e649-433d-b370-bd94d02ad9e6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40ed3d35-e649-433d-b370-bd94d02ad9e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:44,186 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:44,187 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff86b9fa-1b30-4c44-91d7-5ac74fbc946c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff86b9fa-1b30-4c44-91d7-5ac74fbc946c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:45,238 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:45,238 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ff2230-c089-4a37-9e89-77452d8e8bc2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ff2230-c089-4a37-9e89-77452d8e8bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:46,288 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:02:46,289 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef7d109a-4d76-4760-8219-d2224060eca0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef7d109a-4d76-4760-8219-d2224060eca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:47,339 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:47,340 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cef630e-dd52-4a69-93c0-34f57780c459', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cef630e-dd52-4a69-93c0-34f57780c459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:48,396 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 16:02:48,396 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a15e0a62-189a-4e9a-85cb-bea90fdc867e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a15e0a62-189a-4e9a-85cb-bea90fdc867e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:49,450 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:02:49,451 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8136003-7f0a-4f30-8ffd-ef25ffb9d7f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8136003-7f0a-4f30-8ffd-ef25ffb9d7f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:50,501 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:50,501 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c46200-6a1d-4d65-94c9-8746519a6e96', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c46200-6a1d-4d65-94c9-8746519a6e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:51,558 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 16:02:51,558 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff5cf754-9769-4a56-b17c-04485a9a6ee2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff5cf754-9769-4a56-b17c-04485a9a6ee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:52,609 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:52,610 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a681b0-6848-4964-ad0a-d508de55f20f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a681b0-6848-4964-ad0a-d508de55f20f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:53,662 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:53,662 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d6199a-674b-4e6e-bbd0-63f0d4e53e41', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d6199a-674b-4e6e-bbd0-63f0d4e53e41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:54,713 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:54,713 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed7fb3d-7f31-4437-8a02-2670ba8cd5cd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed7fb3d-7f31-4437-8a02-2670ba8cd5cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:55,764 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:02:55,765 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c41fbf0-eb85-4f28-96b7-432de3a99b67', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c41fbf0-eb85-4f28-96b7-432de3a99b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:56,815 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:02:56,815 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0d3278-e986-409f-96d1-d1884a5c8a67', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0d3278-e986-409f-96d1-d1884a5c8a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:57,871 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.047s 2021-10-27 16:02:57,871 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93992d58-802e-49fa-8bf3-650dae227335', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93992d58-802e-49fa-8bf3-650dae227335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:58,923 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:02:58,923 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e6c767-d70c-4030-b669-6e7cc2f81117', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e6c767-d70c-4030-b669-6e7cc2f81117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:02:59,973 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:02:59,973 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d639b49-b797-4de3-8599-0c377427234d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d639b49-b797-4de3-8599-0c377427234d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:01,028 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:03:01,029 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb4df8b-d576-47e1-9776-1cb511e94933', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb4df8b-d576-47e1-9776-1cb511e94933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:02,079 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:02,080 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff9ba46-55cc-4017-8df0-2825cb9ee1c4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff9ba46-55cc-4017-8df0-2825cb9ee1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:03,140 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.052s 2021-10-27 16:03:03,140 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47722b4c-490f-4d95-8117-ebc4e6b23073', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47722b4c-490f-4d95-8117-ebc4e6b23073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:04,190 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:04,190 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda4aa97-b118-4322-9342-248ea6df3d28', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda4aa97-b118-4322-9342-248ea6df3d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:05,243 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:03:05,243 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d51bdb-9201-4132-b60f-d704cea71552', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d51bdb-9201-4132-b60f-d704cea71552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:06,292 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:03:06,292 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d601610-276e-45cd-8c30-211044b395fb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d601610-276e-45cd-8c30-211044b395fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:07,342 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:07,342 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff1681b-8475-48fc-aed8-e5f9c76817e1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff1681b-8475-48fc-aed8-e5f9c76817e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:08,393 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:08,393 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0c7a1d0-0325-404f-af25-5fcd11451750', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0c7a1d0-0325-404f-af25-5fcd11451750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:09,447 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:09,447 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b0c738-12f3-461b-87f6-de0345554cc7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b0c738-12f3-461b-87f6-de0345554cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:10,502 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:03:10,502 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e1f8da4-dc36-4fa8-98e3-8d4e4cc742e9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e1f8da4-dc36-4fa8-98e3-8d4e4cc742e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:11,551 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:03:11,551 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b6b93c1-ffff-4a2b-9a94-04c6e2668b50', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b6b93c1-ffff-4a2b-9a94-04c6e2668b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:12,602 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:12,602 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb517eed-e19a-49be-adb1-f8105aa2b729', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb517eed-e19a-49be-adb1-f8105aa2b729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:13,652 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:03:13,652 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1612dd01-52c7-4af9-8000-e3651b606eb6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1612dd01-52c7-4af9-8000-e3651b606eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:14,705 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:14,706 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-123ba9d0-d1c1-4a40-961d-0457a8bc30db', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-123ba9d0-d1c1-4a40-961d-0457a8bc30db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:15,760 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:15,760 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d9960d-6791-48e5-ac5d-76f8612b2033', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32d9960d-6791-48e5-ac5d-76f8612b2033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:16,812 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:03:16,812 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-000cafbb-f12a-4c6c-8467-53ce3bfefdab', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-000cafbb-f12a-4c6c-8467-53ce3bfefdab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:17,862 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:03:17,862 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d580c1-a2a8-432b-ad12-56bce0971094', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d580c1-a2a8-432b-ad12-56bce0971094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:18,915 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:18,916 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5efaefb-9b89-4b78-bb84-4e5a65df6a19', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5efaefb-9b89-4b78-bb84-4e5a65df6a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:19,968 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:19,969 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb101f9f-01b2-4d0a-a15e-e18f11700656', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb101f9f-01b2-4d0a-a15e-e18f11700656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:21,021 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:03:21,021 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f31a305-4023-45fc-920e-f8a467652324', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f31a305-4023-45fc-920e-f8a467652324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:22,074 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:03:22,074 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ea343a-edc6-4b7f-8d26-9db46ad10380', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ea343a-edc6-4b7f-8d26-9db46ad10380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:23,129 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:03:23,129 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28058ed6-4c68-4a3f-8896-5ba31fb5d5a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28058ed6-4c68-4a3f-8896-5ba31fb5d5a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:24,182 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:03:24,182 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-412bf7dc-7759-4330-8160-a774fc2808f4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-412bf7dc-7759-4330-8160-a774fc2808f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:25,232 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:25,232 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb3c230e-90f7-4610-8f7b-cbc61f14f498', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb3c230e-90f7-4610-8f7b-cbc61f14f498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:26,286 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:26,286 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c06a78a-ea70-4f30-8108-78fa230fd3d8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c06a78a-ea70-4f30-8108-78fa230fd3d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:27,339 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:03:27,339 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1a3cf11-e24e-4626-a2f9-f8e635a0c546', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1a3cf11-e24e-4626-a2f9-f8e635a0c546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:28,390 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:28,390 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0981a0fe-9cf8-4e83-acee-8da670bf8a36', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0981a0fe-9cf8-4e83-acee-8da670bf8a36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:29,446 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 16:03:29,447 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90ae4b1f-cbb5-4dfa-be94-d5cf689e803d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90ae4b1f-cbb5-4dfa-be94-d5cf689e803d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:30,500 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:30,500 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1b4a74-253d-4251-9bab-9da7852ad299', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1b4a74-253d-4251-9bab-9da7852ad299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:31,552 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:03:31,553 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db014ab-a6c6-4f67-abda-0913f082c0f4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db014ab-a6c6-4f67-abda-0913f082c0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:32,614 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.054s 2021-10-27 16:03:32,615 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e4e192-d7a7-4c99-9b0a-5cadb0f068a4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e4e192-d7a7-4c99-9b0a-5cadb0f068a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:33,666 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:03:33,667 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e7c0a69-e0c2-4e8d-9296-dd9576964fb9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e7c0a69-e0c2-4e8d-9296-dd9576964fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:34,717 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:34,718 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaaafc7b-494e-4fbd-b172-5ca2f0ddf24f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaaafc7b-494e-4fbd-b172-5ca2f0ddf24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:35,771 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:03:35,772 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3efde83c-c083-4d8f-a131-ba82727da21f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3efde83c-c083-4d8f-a131-ba82727da21f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:36,839 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.059s 2021-10-27 16:03:36,840 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac8d4ba-c2bf-4f2e-a802-c34363627077', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac8d4ba-c2bf-4f2e-a802-c34363627077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:37,900 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.052s 2021-10-27 16:03:37,900 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51018ca3-f815-4059-b896-49347eff24a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51018ca3-f815-4059-b896-49347eff24a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:38,960 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.050s 2021-10-27 16:03:38,960 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-329e35cd-b0ec-4665-aa56-5406e1cceeb5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-329e35cd-b0ec-4665-aa56-5406e1cceeb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:40,011 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:03:40,011 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f86a6be-3fae-4793-b8cf-87a28506017f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f86a6be-3fae-4793-b8cf-87a28506017f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:41,064 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:41,064 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d07f4389-179c-46aa-8006-61263df9f9a1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d07f4389-179c-46aa-8006-61263df9f9a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:42,119 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:03:42,120 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3a43530-e8b9-462b-a4fd-cac0a3d361e9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3a43530-e8b9-462b-a4fd-cac0a3d361e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:43,171 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:03:43,172 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c56c04b-e57b-4a0b-9e75-4c46cc8c1cf0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c56c04b-e57b-4a0b-9e75-4c46cc8c1cf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:44,229 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.049s 2021-10-27 16:03:44,230 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83fd2c4e-8846-4ce2-8279-1cf9d22ee91b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83fd2c4e-8846-4ce2-8279-1cf9d22ee91b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:45,280 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:45,280 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b570bc8b-7467-444b-bdb9-c54b995260e5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b570bc8b-7467-444b-bdb9-c54b995260e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:46,330 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:46,330 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c47b4f00-2c67-41a4-a465-b8728c6e8d0d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c47b4f00-2c67-41a4-a465-b8728c6e8d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:47,387 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.047s 2021-10-27 16:03:47,387 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4090246-e18b-4b61-9696-7d42410aa9cd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4090246-e18b-4b61-9696-7d42410aa9cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:48,438 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:48,439 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47cadc25-c61d-4a70-9e0e-e45306b4f7bf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47cadc25-c61d-4a70-9e0e-e45306b4f7bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:49,492 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:03:49,492 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8fc427e-8060-434f-a379-587860fec02d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8fc427e-8060-434f-a379-587860fec02d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:50,544 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:03:50,545 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b318c176-12d8-4716-80d7-d9d80a13d602', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b318c176-12d8-4716-80d7-d9d80a13d602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:51,598 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:51,598 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-886b95d1-a1ad-4433-a17a-afab74b93ce6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-886b95d1-a1ad-4433-a17a-afab74b93ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:52,650 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:03:52,650 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a65ca64f-ec2b-4be4-9b5e-bf708727691b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a65ca64f-ec2b-4be4-9b5e-bf708727691b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:53,702 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:03:53,702 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-883d403e-4883-4f24-a66e-0f8d69154f91', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-883d403e-4883-4f24-a66e-0f8d69154f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:54,751 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:03:54,751 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c8a52c-0cf8-496f-be98-18e283f2e687', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c8a52c-0cf8-496f-be98-18e283f2e687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:55,803 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:03:55,804 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-287b5a80-6e93-41b5-bf69-6a88b27af74c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-287b5a80-6e93-41b5-bf69-6a88b27af74c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:56,857 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:03:56,858 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e63831ee-42b8-4aed-8dad-f54f75c49fa7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e63831ee-42b8-4aed-8dad-f54f75c49fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:57,908 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:03:57,909 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf1d44d-f54e-48ed-ac50-29e1243406a8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf1d44d-f54e-48ed-ac50-29e1243406a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:03:58,962 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:03:58,962 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d50e3e03-e5de-443a-82bd-a2bc4adcca56', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d50e3e03-e5de-443a-82bd-a2bc4adcca56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:00,014 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:00,015 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c384a15-8254-4186-8b32-335a94d6c72c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c384a15-8254-4186-8b32-335a94d6c72c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:01,065 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:04:01,066 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58fa5875-c9ab-4ef3-bbe0-b0b72819bf49', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58fa5875-c9ab-4ef3-bbe0-b0b72819bf49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:02,116 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:04:02,117 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3ed525-de2d-41f6-8031-af8366e40bc6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3ed525-de2d-41f6-8031-af8366e40bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:03,169 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:03,169 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-216af968-5971-4962-b767-37edd1302a9a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-216af968-5971-4962-b767-37edd1302a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:04,224 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:04,224 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dadb724-b478-4bea-8a85-dba09d3b6b92', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dadb724-b478-4bea-8a85-dba09d3b6b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:05,278 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:05,279 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48ed8e54-86d7-4b31-b2dc-2957ca1913d7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48ed8e54-86d7-4b31-b2dc-2957ca1913d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:06,330 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:04:06,331 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f55cc720-8f87-4363-8bab-b8eff96a132a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f55cc720-8f87-4363-8bab-b8eff96a132a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:07,390 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.050s 2021-10-27 16:04:07,390 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd6297a9-cf4f-4f4d-9265-adda0ab6e62c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd6297a9-cf4f-4f4d-9265-adda0ab6e62c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:08,441 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:04:08,441 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8a59dfe-4b94-4047-bf6f-517646a8da15', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8a59dfe-4b94-4047-bf6f-517646a8da15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:09,496 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:09,496 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a515a995-2b81-479e-bffe-d4364a9529f3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a515a995-2b81-479e-bffe-d4364a9529f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:10,546 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:04:10,546 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e10016a-bff5-4f3f-bc17-ce5db83ae468', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e10016a-bff5-4f3f-bc17-ce5db83ae468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:11,599 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:11,599 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabf1a4d-c555-4daa-b19f-ef0779d2e2e8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabf1a4d-c555-4daa-b19f-ef0779d2e2e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:12,654 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:12,654 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca1ad21-4d66-462d-97fc-95f76ed3fa55', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca1ad21-4d66-462d-97fc-95f76ed3fa55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:13,717 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.053s 2021-10-27 16:04:13,718 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6e1bd0-6ad0-4f43-8e6f-343645cd7820', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6e1bd0-6ad0-4f43-8e6f-343645cd7820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:14,768 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:04:14,768 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce2e9df-f30d-42c5-895e-a8d585648664', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce2e9df-f30d-42c5-895e-a8d585648664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:15,823 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:15,823 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8488ec0-7dd1-4b16-92db-80344c0fc5d3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8488ec0-7dd1-4b16-92db-80344c0fc5d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:16,876 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:16,876 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43c37eec-04c6-482a-8baf-b35b9aaf3ddf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43c37eec-04c6-482a-8baf-b35b9aaf3ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:17,929 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:17,930 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5246d3ec-bd11-4bba-87ce-bc460606d9fa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5246d3ec-bd11-4bba-87ce-bc460606d9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:18,983 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:18,983 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6fe663e-ee77-4a31-9ef8-277db19fd843', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6fe663e-ee77-4a31-9ef8-277db19fd843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:20,035 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:04:20,036 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-232c7dbd-8527-4098-be7f-ab60d137b54b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-232c7dbd-8527-4098-be7f-ab60d137b54b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:21,090 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:21,091 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5aaef01-41dc-471b-b50c-865f752b2f49', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5aaef01-41dc-471b-b50c-865f752b2f49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:22,143 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:04:22,144 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-034fe6d6-2ec4-488e-822c-10ef55ac8aeb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-034fe6d6-2ec4-488e-822c-10ef55ac8aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:23,196 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:04:23,197 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fbc2146-2a4a-4f7e-a371-23a121fb3f00', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fbc2146-2a4a-4f7e-a371-23a121fb3f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:24,248 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:24,249 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-999d60a0-c3cb-4640-a0cc-9162d8201137', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-999d60a0-c3cb-4640-a0cc-9162d8201137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:25,302 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:25,302 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08346abc-280d-4657-819e-bcb5ae2457e3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08346abc-280d-4657-819e-bcb5ae2457e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:26,355 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:26,356 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61dae8a2-1bdb-492d-9e66-dfaf67070209', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61dae8a2-1bdb-492d-9e66-dfaf67070209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:27,414 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.049s 2021-10-27 16:04:27,414 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c60ce5-a797-49f6-893c-b5be7f814206', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c60ce5-a797-49f6-893c-b5be7f814206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:28,472 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:28,472 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-834d7eea-dd08-44ee-9c49-6ffe29b052e2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-834d7eea-dd08-44ee-9c49-6ffe29b052e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:29,527 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:29,527 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb075eba-dcd9-45db-adee-4c762d2835e5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb075eba-dcd9-45db-adee-4c762d2835e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:30,583 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.047s 2021-10-27 16:04:30,584 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d04ffe-c149-4a9d-b5d5-ec6f37bad4f8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d04ffe-c149-4a9d-b5d5-ec6f37bad4f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:31,639 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:31,639 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-508300d8-1c55-4a15-8bc5-89043bd24c4e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-508300d8-1c55-4a15-8bc5-89043bd24c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:32,697 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.051s 2021-10-27 16:04:32,698 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef41bf90-906a-42ef-988e-83a00fbb5b5e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef41bf90-906a-42ef-988e-83a00fbb5b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:33,756 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.049s 2021-10-27 16:04:33,756 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eccca68e-5763-45cb-b0c9-a85c122b2206', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eccca68e-5763-45cb-b0c9-a85c122b2206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:34,813 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:34,813 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7637e8c-3c2d-4a8a-bf0a-99506c53578a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7637e8c-3c2d-4a8a-bf0a-99506c53578a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:35,870 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.048s 2021-10-27 16:04:35,871 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87fbb400-e910-46d3-9c3b-926f6e8c2c56', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87fbb400-e910-46d3-9c3b-926f6e8c2c56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:36,934 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.054s 2021-10-27 16:04:36,934 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91da4db0-8456-495e-a01c-077a7ebef4c6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91da4db0-8456-495e-a01c-077a7ebef4c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:37,993 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.050s 2021-10-27 16:04:37,993 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1412b71e-97c4-4cd5-b092-507a5489d6f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1412b71e-97c4-4cd5-b092-507a5489d6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:39,051 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.050s 2021-10-27 16:04:39,052 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3bab00e-3541-43b3-ac81-f63868c63413', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3bab00e-3541-43b3-ac81-f63868c63413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:40,104 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:40,105 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ede88c6-1ce0-4345-b25f-c790a12bfbf5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ede88c6-1ce0-4345-b25f-c790a12bfbf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:41,159 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:41,159 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2fe6811-d222-4672-8f99-6f26fa767b8b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2fe6811-d222-4672-8f99-6f26fa767b8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:42,213 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:42,213 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e9e6a56-0a54-4a89-a90d-13c45a167021', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e9e6a56-0a54-4a89-a90d-13c45a167021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:43,268 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.047s 2021-10-27 16:04:43,268 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c88e61eb-5429-4cd9-b9c3-8c8d618e5b7c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c88e61eb-5429-4cd9-b9c3-8c8d618e5b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:44,324 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.047s 2021-10-27 16:04:44,325 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab42b7f1-1bba-4dbe-9dec-2c30338a3583', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab42b7f1-1bba-4dbe-9dec-2c30338a3583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:45,377 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:45,378 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ced9419-58f3-4460-9a62-259194518475', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ced9419-58f3-4460-9a62-259194518475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:46,432 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:46,432 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ce2c5bd-c018-4386-af1e-e3bced3c40a3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ce2c5bd-c018-4386-af1e-e3bced3c40a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:47,481 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:04:47,482 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ebcbda-fa7b-4184-a500-3a6785da954c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ebcbda-fa7b-4184-a500-3a6785da954c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:48,533 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:04:48,533 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c81e5d88-7e9b-4c99-90ce-bdba14fca45d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c81e5d88-7e9b-4c99-90ce-bdba14fca45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:49,586 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:49,587 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03bd3c8f-f47d-4a1c-a021-daff7e6fce16', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03bd3c8f-f47d-4a1c-a021-daff7e6fce16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:50,639 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:50,639 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-185aa69d-6760-4993-ab6d-9f87c68b63b7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-185aa69d-6760-4993-ab6d-9f87c68b63b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:51,690 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.042s 2021-10-27 16:04:51,690 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7453295-fb9f-458d-a848-c126e6fdae18', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7453295-fb9f-458d-a848-c126e6fdae18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:52,740 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:04:52,741 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838cf659-935c-4662-9a86-0c25388a0db1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838cf659-935c-4662-9a86-0c25388a0db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:53,793 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:04:53,793 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2370b65b-8fbd-4700-9439-a42361881ae3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2370b65b-8fbd-4700-9439-a42361881ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:54,857 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.055s 2021-10-27 16:04:54,857 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d579f6-1c2e-493b-af7c-a0a86a4e0b16', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d579f6-1c2e-493b-af7c-a0a86a4e0b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:55,911 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:55,912 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af64ac0d-ee59-4072-b3fa-df52cafec4ed', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af64ac0d-ee59-4072-b3fa-df52cafec4ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:56,964 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:04:56,965 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df87eff5-faab-409a-bd96-035ef1425fa3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df87eff5-faab-409a-bd96-035ef1425fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:58,027 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.053s 2021-10-27 16:04:58,027 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e9295e-e954-4da1-94ce-a405526fbc72', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e9295e-e954-4da1-94ce-a405526fbc72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:04:59,082 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:04:59,083 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dee0087-e918-4958-b014-c8ebae0bf347', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dee0087-e918-4958-b014-c8ebae0bf347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:00,136 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:05:00,136 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ea8bcf4-fbf1-468b-a2b3-5a942eefe038', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ea8bcf4-fbf1-468b-a2b3-5a942eefe038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:01,188 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:05:01,189 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78263812-98a0-4ff7-b812-d4c6776e8361', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78263812-98a0-4ff7-b812-d4c6776e8361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:02,243 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:05:02,244 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6ad92e2-62b9-40bc-9a75-62164e9b0575', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6ad92e2-62b9-40bc-9a75-62164e9b0575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:03,296 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:05:03,296 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4c610ed-7ee2-4b66-b879-b936fb3a619c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4c610ed-7ee2-4b66-b879-b936fb3a619c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:04,347 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:05:04,347 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fab6f90a-ed2c-4fb9-ab7f-572b2c95bce6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fab6f90a-ed2c-4fb9-ab7f-572b2c95bce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:05,399 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:05:05,399 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1032b0ca-5399-4c17-9cb2-776dc539cf0b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1032b0ca-5399-4c17-9cb2-776dc539cf0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:06,449 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.041s 2021-10-27 16:05:06,449 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c0ac388-c36f-4b6a-bbe1-e5f5cc2e6228', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c0ac388-c36f-4b6a-bbe1-e5f5cc2e6228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:07,516 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.058s 2021-10-27 16:05:07,517 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-968ef776-0f20-4b49-bf23-5d7cb1db1dd0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-968ef776-0f20-4b49-bf23-5d7cb1db1dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:08,571 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:05:08,572 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b7357e1-41e8-429f-8a1f-7eeb24e28cb2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b7357e1-41e8-429f-8a1f-7eeb24e28cb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:09,626 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:05:09,626 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a20be196-cdbc-47f5-83a0-7bad7f84b986', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a20be196-cdbc-47f5-83a0-7bad7f84b986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:10,680 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.045s 2021-10-27 16:05:10,680 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e95bec-eb6d-445c-944f-463b2b4bd534', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e95bec-eb6d-445c-944f-463b2b4bd534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:11,739 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.051s 2021-10-27 16:05:11,739 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e09c6e6-b17b-4c0f-b466-5febeb67603a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e09c6e6-b17b-4c0f-b466-5febeb67603a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:12,793 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:05:12,793 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-369eafec-8bef-4609-b0ef-d328b09d1c1b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-369eafec-8bef-4609-b0ef-d328b09d1c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:13,847 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.044s 2021-10-27 16:05:13,847 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ac83c4-e9c7-4003-aeec-09f1c5421c6e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ac83c4-e9c7-4003-aeec-09f1c5421c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:14,898 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.043s 2021-10-27 16:05:14,899 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae690e76-2330-4449-a6c8-0778ccacd854', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae690e76-2330-4449-a6c8-0778ccacd854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:16,034 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.127s 2021-10-27 16:05:16,034 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d42d7f55-0faf-464d-a45b-d72ab3f9d665', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d42d7f55-0faf-464d-a45b-d72ab3f9d665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:17,092 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5 0.046s 2021-10-27 16:05:17,092 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f87c8225-d43f-4a9f-804d-52f086f490a4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f87c8225-d43f-4a9f-804d-52f086f490a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5'} Body: b'{"volume": {"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:23.000000", "updated_at": "2021-10-27T15:54:12.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-133194825", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/f73f3238988e4e1293ad782712a1da53/volumes/83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}], "user_id": "6b6be4749041442787482b6e06b6c40f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "attachment_id": "50cf5744-0763-4375-9761-5c542906d240", "volume_id": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5", "server_id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T15:46:04.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f73f3238988e4e1293ad782712a1da53"}}' 2021-10-27 16:05:17,297 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.197s 2021-10-27 16:05:17,298 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:17 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-9b1d3050-e038-4093-8a2b-3ef485a848c7', 'x-compute-request-id': 'req-9b1d3050-e038-4093-8a2b-3ef485a848c7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'' 2021-10-27 16:05:17,547 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.249s 2021-10-27 16:05:17,548 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-ed1a607e-8992-4d9f-a3b0-a2da158f2a0d', 'x-compute-request-id': 'req-ed1a607e-8992-4d9f-a3b0-a2da158f2a0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:18,786 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.229s 2021-10-27 16:05:18,787 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-d88ed6b7-a9f5-448f-a5d0-2baf07e8bcf4', 'x-compute-request-id': 'req-d88ed6b7-a9f5-448f-a5d0-2baf07e8bcf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:20,035 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.239s 2021-10-27 16:05:20,035 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-ab71f2a2-7bab-4b7b-9b75-16b09050b2df', 'x-compute-request-id': 'req-ab71f2a2-7bab-4b7b-9b75-16b09050b2df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:21,288 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.238s 2021-10-27 16:05:21,289 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-7f165942-04c8-4356-8cc4-40acdb03fb28', 'x-compute-request-id': 'req-7f165942-04c8-4356-8cc4-40acdb03fb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:22,722 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.415s 2021-10-27 16:05:22,723 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-47d1405f-2f50-4bd0-aa68-34b0c29bc22c', 'x-compute-request-id': 'req-47d1405f-2f50-4bd0-aa68-34b0c29bc22c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:24,164 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.426s 2021-10-27 16:05:24,164 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-afc906eb-2993-40a3-9311-c5668c1b8070', 'x-compute-request-id': 'req-afc906eb-2993-40a3-9311-c5668c1b8070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:25,384 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.212s 2021-10-27 16:05:25,384 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-b67fa9a3-f7f2-4953-817b-804b6bebf7f2', 'x-compute-request-id': 'req-b67fa9a3-f7f2-4953-817b-804b6bebf7f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:26,642 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.248s 2021-10-27 16:05:26,642 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-77c59fdb-b604-460e-b657-3144a74a65c0', 'x-compute-request-id': 'req-77c59fdb-b604-460e-b657-3144a74a65c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:27,937 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.285s 2021-10-27 16:05:27,937 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-c16b9e98-2cdd-4a31-bbaf-195c6578bcd3', 'x-compute-request-id': 'req-c16b9e98-2cdd-4a31-bbaf-195c6578bcd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:29,169 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.221s 2021-10-27 16:05:29,169 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-64121b33-ac73-42cf-8826-b77d70061ab0', 'x-compute-request-id': 'req-64121b33-ac73-42cf-8826-b77d70061ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:30,335 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.156s 2021-10-27 16:05:30,336 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-3be8c542-f130-42d1-a7c4-c794ed687a9d', 'x-compute-request-id': 'req-3be8c542-f130-42d1-a7c4-c794ed687a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:31,522 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.170s 2021-10-27 16:05:31,523 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-88cc0ab9-e795-4ab8-9247-6da617af3eda', 'x-compute-request-id': 'req-88cc0ab9-e795-4ab8-9247-6da617af3eda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:32,704 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.172s 2021-10-27 16:05:32,705 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-e689b2c1-9cd7-4a9b-88ac-492c150b8387', 'x-compute-request-id': 'req-e689b2c1-9cd7-4a9b-88ac-492c150b8387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:33,904 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.188s 2021-10-27 16:05:33,904 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-e504dc9c-6e2b-4355-a99c-e079c1020991', 'x-compute-request-id': 'req-e504dc9c-6e2b-4355-a99c-e079c1020991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:35,091 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.176s 2021-10-27 16:05:35,092 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-ec439901-69e4-433b-a6b8-105ee79138db', 'x-compute-request-id': 'req-ec439901-69e4-433b-a6b8-105ee79138db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:36,269 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.165s 2021-10-27 16:05:36,269 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-d4c18c89-935a-4d07-88fe-de5cbd7d44df', 'x-compute-request-id': 'req-d4c18c89-935a-4d07-88fe-de5cbd7d44df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:37,445 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.167s 2021-10-27 16:05:37,445 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-9f41446d-d43e-4bcf-95cc-9234bdc632e3', 'x-compute-request-id': 'req-9f41446d-d43e-4bcf-95cc-9234bdc632e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:38,621 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.167s 2021-10-27 16:05:38,622 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-cf5cc7f6-2421-4bd1-b934-2ba08e7c7a2c', 'x-compute-request-id': 'req-cf5cc7f6-2421-4bd1-b934-2ba08e7c7a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:39,794 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.163s 2021-10-27 16:05:39,794 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-281e0d76-0efe-4e7b-a328-353e16214316', 'x-compute-request-id': 'req-281e0d76-0efe-4e7b-a328-353e16214316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:40,985 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.180s 2021-10-27 16:05:40,985 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-651145d4-1223-4350-9f68-160ba3112219', 'x-compute-request-id': 'req-651145d4-1223-4350-9f68-160ba3112219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:42,181 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.187s 2021-10-27 16:05:42,182 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-9139b00c-6776-4351-b260-c60211992ede', 'x-compute-request-id': 'req-9139b00c-6776-4351-b260-c60211992ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:43,358 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.167s 2021-10-27 16:05:43,358 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-bbf4dd89-623c-45a3-bcbf-af9e2528c839', 'x-compute-request-id': 'req-bbf4dd89-623c-45a3-bcbf-af9e2528c839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:44,530 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.162s 2021-10-27 16:05:44,531 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-f2f71298-bf23-4e32-a473-332786846bc4', 'x-compute-request-id': 'req-f2f71298-bf23-4e32-a473-332786846bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:45,704 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.164s 2021-10-27 16:05:45,704 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-4d1bc14f-56e2-4cf2-9a7b-6562e07ea609', 'x-compute-request-id': 'req-4d1bc14f-56e2-4cf2-9a7b-6562e07ea609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:46,880 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.166s 2021-10-27 16:05:46,881 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-b9f77f35-afa6-45cc-9abd-ad67f899db7e', 'x-compute-request-id': 'req-b9f77f35-afa6-45cc-9abd-ad67f899db7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:48,094 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.203s 2021-10-27 16:05:48,094 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-b556dd41-50e7-4e07-be09-96050d3a5bce', 'x-compute-request-id': 'req-b556dd41-50e7-4e07-be09-96050d3a5bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:49,251 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.148s 2021-10-27 16:05:49,252 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-38b34df0-eb4d-4777-bcb9-39077a13eea2', 'x-compute-request-id': 'req-38b34df0-eb4d-4777-bcb9-39077a13eea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:50,417 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.156s 2021-10-27 16:05:50,417 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-3842be94-e716-40de-81d0-06a7c8464ff8', 'x-compute-request-id': 'req-3842be94-e716-40de-81d0-06a7c8464ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:51,608 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.180s 2021-10-27 16:05:51,608 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-4e3e3de3-a72a-44cb-a195-501d41d65058', 'x-compute-request-id': 'req-4e3e3de3-a72a-44cb-a195-501d41d65058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:52,777 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.159s 2021-10-27 16:05:52,777 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-459c866d-d209-4105-876b-e75f23384c4b', 'x-compute-request-id': 'req-459c866d-d209-4105-876b-e75f23384c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:53,944 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.158s 2021-10-27 16:05:53,945 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-d75dbde9-99e0-4f59-a6ef-4dac60e72285', 'x-compute-request-id': 'req-d75dbde9-99e0-4f59-a6ef-4dac60e72285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:55,113 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.159s 2021-10-27 16:05:55,114 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-89cbe96e-ad1f-4b13-848c-e11fcd24c3e2', 'x-compute-request-id': 'req-89cbe96e-ad1f-4b13-848c-e11fcd24c3e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:56,272 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.150s 2021-10-27 16:05:56,273 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-273f6c2a-1e6b-45dd-b540-59c9fd1c2271', 'x-compute-request-id': 'req-273f6c2a-1e6b-45dd-b540-59c9fd1c2271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:57,493 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.212s 2021-10-27 16:05:57,493 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-fb8065f9-7574-402c-a651-30bebc53efd1', 'x-compute-request-id': 'req-fb8065f9-7574-402c-a651-30bebc53efd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:58,650 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.148s 2021-10-27 16:05:58,650 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-bdeb8b2c-e0df-4700-8fc9-b11e80fd6cb7', 'x-compute-request-id': 'req-bdeb8b2c-e0df-4700-8fc9-b11e80fd6cb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:05:59,818 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.159s 2021-10-27 16:05:59,819 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05: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-225175ae-bdd1-44f8-a81f-be903cf176ba', 'x-compute-request-id': 'req-225175ae-bdd1-44f8-a81f-be903cf176ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:00,983 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.156s 2021-10-27 16:06:00,983 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-7b2b0bfe-fdc9-43d1-932c-42addac640a3', 'x-compute-request-id': 'req-7b2b0bfe-fdc9-43d1-932c-42addac640a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:02,148 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.156s 2021-10-27 16:06:02,148 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-fb183c60-64a7-4ff0-a27b-6930a34a8602', 'x-compute-request-id': 'req-fb183c60-64a7-4ff0-a27b-6930a34a8602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:03,300 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.144s 2021-10-27 16:06:03,301 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-1fa582a2-433d-442f-aacd-9ceb5f70bbe8', 'x-compute-request-id': 'req-1fa582a2-433d-442f-aacd-9ceb5f70bbe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:04,454 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.145s 2021-10-27 16:06:04,455 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-b9afca17-03ff-488b-8c8f-e64e93bcf524', 'x-compute-request-id': 'req-b9afca17-03ff-488b-8c8f-e64e93bcf524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:05,616 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.152s 2021-10-27 16:06:05,616 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-955a6f63-68fc-42f2-8b17-6282ce9e5de4', 'x-compute-request-id': 'req-955a6f63-68fc-42f2-8b17-6282ce9e5de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:06,781 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.156s 2021-10-27 16:06:06,782 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-47476542-a26f-4bee-ae71-904d910f4e23', 'x-compute-request-id': 'req-47476542-a26f-4bee-ae71-904d910f4e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:07,936 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.146s 2021-10-27 16:06:07,937 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-dcbbe607-a71d-4c87-8d12-7d318ac5709c', 'x-compute-request-id': 'req-dcbbe607-a71d-4c87-8d12-7d318ac5709c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:09,105 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.158s 2021-10-27 16:06:09,105 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-205efa72-e885-4417-8aa1-5c0cf412f976', 'x-compute-request-id': 'req-205efa72-e885-4417-8aa1-5c0cf412f976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:10,269 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.155s 2021-10-27 16:06:10,270 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-6a657e59-c978-4987-bbdd-f765c987d5ef', 'x-compute-request-id': 'req-6a657e59-c978-4987-bbdd-f765c987d5ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:11,451 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.172s 2021-10-27 16:06:11,452 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-25878a49-8c16-4c6a-8ae3-3fd2a6b13896', 'x-compute-request-id': 'req-25878a49-8c16-4c6a-8ae3-3fd2a6b13896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:12,630 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.169s 2021-10-27 16:06:12,630 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-d5e7c5a1-60f5-4475-9715-c5a3195de608', 'x-compute-request-id': 'req-d5e7c5a1-60f5-4475-9715-c5a3195de608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:13,878 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.238s 2021-10-27 16:06:13,878 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-fe6b60ad-ac64-42c6-a1b1-548023ad8796', 'x-compute-request-id': 'req-fe6b60ad-ac64-42c6-a1b1-548023ad8796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:15,061 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.174s 2021-10-27 16:06:15,062 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-bb5a89ff-c382-4dd0-97cc-a6a9235ac3dc', 'x-compute-request-id': 'req-bb5a89ff-c382-4dd0-97cc-a6a9235ac3dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:16,252 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.180s 2021-10-27 16:06:16,253 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-527ea209-1d05-441f-8b2f-b03886146b40', 'x-compute-request-id': 'req-527ea209-1d05-441f-8b2f-b03886146b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:17,435 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.174s 2021-10-27 16:06:17,436 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-e8865451-d32e-4258-9adc-244abf203639', 'x-compute-request-id': 'req-e8865451-d32e-4258-9adc-244abf203639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:18,639 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.185s 2021-10-27 16:06:18,639 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-c74161ab-cb70-45f8-9f02-06df47034e39', 'x-compute-request-id': 'req-c74161ab-cb70-45f8-9f02-06df47034e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:19,870 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.213s 2021-10-27 16:06:19,871 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-cc8513fe-d75a-477f-be43-4fe26048b38b', 'x-compute-request-id': 'req-cc8513fe-d75a-477f-be43-4fe26048b38b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:21,102 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.221s 2021-10-27 16:06:21,103 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-687d62ae-f613-4369-bfa5-ea5bc594e1a4', 'x-compute-request-id': 'req-687d62ae-f613-4369-bfa5-ea5bc594e1a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:22,272 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.160s 2021-10-27 16:06:22,272 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-fa576d5a-ea99-48d9-ae1e-38f10cce0845', 'x-compute-request-id': 'req-fa576d5a-ea99-48d9-ae1e-38f10cce0845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:23,436 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.154s 2021-10-27 16:06:23,436 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-76633051-a6ef-4b11-a050-8a62e5e77e2c', 'x-compute-request-id': 'req-76633051-a6ef-4b11-a050-8a62e5e77e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:24,601 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.155s 2021-10-27 16:06:24,601 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-c38a5a54-f1ac-4a0b-9dc8-00a4ca70a114', 'x-compute-request-id': 'req-c38a5a54-f1ac-4a0b-9dc8-00a4ca70a114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:25,767 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.157s 2021-10-27 16:06:25,767 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-8967ef54-a9c4-4751-a2ba-cc9a272594df', 'x-compute-request-id': 'req-8967ef54-a9c4-4751-a2ba-cc9a272594df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:26,946 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.169s 2021-10-27 16:06:26,947 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-c5f507f2-6a4c-4432-a39c-42a195a64ef1', 'x-compute-request-id': 'req-c5f507f2-6a4c-4432-a39c-42a195a64ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:28,117 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.161s 2021-10-27 16:06:28,117 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-a31cc45a-36e0-4cc7-9a35-f0d0297b7f4e', 'x-compute-request-id': 'req-a31cc45a-36e0-4cc7-9a35-f0d0297b7f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:29,325 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.190s 2021-10-27 16:06:29,326 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-5d7cd695-f338-443f-a771-c2ac559155bd', 'x-compute-request-id': 'req-5d7cd695-f338-443f-a771-c2ac559155bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:30,497 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.161s 2021-10-27 16:06:30,497 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-08275cac-a0bf-41f2-8b8f-de31fcd8ae80', 'x-compute-request-id': 'req-08275cac-a0bf-41f2-8b8f-de31fcd8ae80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:31,678 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.170s 2021-10-27 16:06:31,679 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-5189798f-f498-4e45-aaeb-6939ddc102d4', 'x-compute-request-id': 'req-5189798f-f498-4e45-aaeb-6939ddc102d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:32,863 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.167s 2021-10-27 16:06:32,864 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-f89352b4-03a4-4665-a513-d2eba150d384', 'x-compute-request-id': 'req-f89352b4-03a4-4665-a513-d2eba150d384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:34,083 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.207s 2021-10-27 16:06:34,083 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-4218fdc0-2327-4006-8045-ad09db36fa50', 'x-compute-request-id': 'req-4218fdc0-2327-4006-8045-ad09db36fa50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:35,290 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.196s 2021-10-27 16:06:35,291 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-9597b524-de2e-42e4-8f0c-47d5cf639d58', 'x-compute-request-id': 'req-9597b524-de2e-42e4-8f0c-47d5cf639d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:36,485 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.177s 2021-10-27 16:06:36,486 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-562626b4-4361-44d0-bd7b-06e8170e6dbf', 'x-compute-request-id': 'req-562626b4-4361-44d0-bd7b-06e8170e6dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:37,685 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.190s 2021-10-27 16:06:37,686 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-995d801f-a0e7-403f-b35a-97e95a3592cc', 'x-compute-request-id': 'req-995d801f-a0e7-403f-b35a-97e95a3592cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:38,959 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.265s 2021-10-27 16:06:38,960 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-7694da43-2fb4-4793-be46-7e45616e20e9', 'x-compute-request-id': 'req-7694da43-2fb4-4793-be46-7e45616e20e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:40,160 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.187s 2021-10-27 16:06:40,161 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-2bb107c7-1cb3-4ab7-8dab-7e56588759e4', 'x-compute-request-id': 'req-2bb107c7-1cb3-4ab7-8dab-7e56588759e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:41,348 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.179s 2021-10-27 16:06:41,348 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-9f5422a0-94c5-47f4-bfbf-0318675003c8', 'x-compute-request-id': 'req-9f5422a0-94c5-47f4-bfbf-0318675003c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:42,519 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.161s 2021-10-27 16:06:42,519 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-be6e0a91-69c9-49c3-907c-c082b5799c0a', 'x-compute-request-id': 'req-be6e0a91-69c9-49c3-907c-c082b5799c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:43,967 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.438s 2021-10-27 16:06:43,967 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-115c258f-5bc1-426b-987c-931380f0c749', 'x-compute-request-id': 'req-115c258f-5bc1-426b-987c-931380f0c749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:45,160 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.182s 2021-10-27 16:06:45,160 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-18f8ca55-feb3-47f9-98c2-25aacb771177', 'x-compute-request-id': 'req-18f8ca55-feb3-47f9-98c2-25aacb771177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:46,332 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.160s 2021-10-27 16:06:46,333 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-6204c79b-43ff-4cd3-b577-22fec02135e7', 'x-compute-request-id': 'req-6204c79b-43ff-4cd3-b577-22fec02135e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:47,515 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.173s 2021-10-27 16:06:47,515 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-53af66d0-48ad-499c-adb8-84a252600e98', 'x-compute-request-id': 'req-53af66d0-48ad-499c-adb8-84a252600e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:48,762 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.237s 2021-10-27 16:06:48,763 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-b73b7250-a95b-4f59-8821-4a8c67194d31', 'x-compute-request-id': 'req-b73b7250-a95b-4f59-8821-4a8c67194d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:49,971 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.197s 2021-10-27 16:06:49,972 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-3950f833-cdd8-4a73-ab48-abf472918c23', 'x-compute-request-id': 'req-3950f833-cdd8-4a73-ab48-abf472918c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:51,164 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.182s 2021-10-27 16:06:51,165 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-fefc0193-2bca-4996-b3b6-a6778c9cf635', 'x-compute-request-id': 'req-fefc0193-2bca-4996-b3b6-a6778c9cf635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:52,377 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.197s 2021-10-27 16:06:52,377 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-3ec6207d-bff2-48cd-a039-ca1526891535', 'x-compute-request-id': 'req-3ec6207d-bff2-48cd-a039-ca1526891535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:53,566 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.180s 2021-10-27 16:06:53,566 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-004e2a61-604b-4afa-bb82-0848792747c7', 'x-compute-request-id': 'req-004e2a61-604b-4afa-bb82-0848792747c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:54,750 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.174s 2021-10-27 16:06:54,751 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-6bc4fc9b-9cdf-4c96-bf77-345e2fb39d28', 'x-compute-request-id': 'req-6bc4fc9b-9cdf-4c96-bf77-345e2fb39d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:55,929 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.169s 2021-10-27 16:06:55,930 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-04323155-9e5c-469e-8f99-9862d4dfccd4', 'x-compute-request-id': 'req-04323155-9e5c-469e-8f99-9862d4dfccd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:57,121 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.183s 2021-10-27 16:06:57,122 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-b14c67de-c768-4252-a470-3a71be444e2e', 'x-compute-request-id': 'req-b14c67de-c768-4252-a470-3a71be444e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:58,340 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.201s 2021-10-27 16:06:58,341 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-f7ca293b-b8cb-4fa3-89fd-7fd143cacc51', 'x-compute-request-id': 'req-f7ca293b-b8cb-4fa3-89fd-7fd143cacc51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:06:59,582 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.231s 2021-10-27 16:06:59,582 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:06: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-807468ad-1329-419f-818f-ec2fc93e2770', 'x-compute-request-id': 'req-807468ad-1329-419f-818f-ec2fc93e2770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:00,774 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.175s 2021-10-27 16:07:00,775 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-7d2fd4a3-8ba2-4629-929d-2775bffc7c58', 'x-compute-request-id': 'req-7d2fd4a3-8ba2-4629-929d-2775bffc7c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:02,002 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.215s 2021-10-27 16:07:02,002 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-1d8a251c-1174-426c-9007-b5d9858c47a4', 'x-compute-request-id': 'req-1d8a251c-1174-426c-9007-b5d9858c47a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:03,229 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.216s 2021-10-27 16:07:03,230 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-9f28655e-eb8c-4a85-a027-566bf60f2839', 'x-compute-request-id': 'req-9f28655e-eb8c-4a85-a027-566bf60f2839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:04,417 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.177s 2021-10-27 16:07:04,417 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-56c666af-f5f5-47b0-a247-a8e56a727c48', 'x-compute-request-id': 'req-56c666af-f5f5-47b0-a247-a8e56a727c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:05,616 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.189s 2021-10-27 16:07:05,616 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-fc5308c8-6f72-4863-8bd0-f76203be5130', 'x-compute-request-id': 'req-fc5308c8-6f72-4863-8bd0-f76203be5130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:06,833 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.207s 2021-10-27 16:07:06,834 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-55e97a48-0eb0-491d-9166-6960e2ea827b', 'x-compute-request-id': 'req-55e97a48-0eb0-491d-9166-6960e2ea827b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:08,066 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.222s 2021-10-27 16:07:08,067 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-7ceb2116-a548-4e4f-96c3-5dc3e9df1b3b', 'x-compute-request-id': 'req-7ceb2116-a548-4e4f-96c3-5dc3e9df1b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:09,278 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.195s 2021-10-27 16:07:09,279 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-bbdcd43e-6246-4eac-ad44-153f4210ca87', 'x-compute-request-id': 'req-bbdcd43e-6246-4eac-ad44-153f4210ca87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:10,483 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.195s 2021-10-27 16:07:10,484 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-04230ec7-5370-4025-b0fb-c43b0b4f0e96', 'x-compute-request-id': 'req-04230ec7-5370-4025-b0fb-c43b0b4f0e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:11,679 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.184s 2021-10-27 16:07:11,680 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-79e9ce24-21fe-41d6-b249-844cbe1d5563', 'x-compute-request-id': 'req-79e9ce24-21fe-41d6-b249-844cbe1d5563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:12,872 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.182s 2021-10-27 16:07:12,872 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-a5f8bd2e-a15b-430d-aebb-546e4af6dd76', 'x-compute-request-id': 'req-a5f8bd2e-a15b-430d-aebb-546e4af6dd76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:14,070 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.188s 2021-10-27 16:07:14,070 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-7c3eec1f-8147-4215-8cda-f3ebea07998e', 'x-compute-request-id': 'req-7c3eec1f-8147-4215-8cda-f3ebea07998e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:15,295 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.215s 2021-10-27 16:07:15,295 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-5f627be2-a407-4bc4-89e9-e8a87ee5cc6d', 'x-compute-request-id': 'req-5f627be2-a407-4bc4-89e9-e8a87ee5cc6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:16,473 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.169s 2021-10-27 16:07:16,474 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-23a0cd71-60a0-448b-ac2c-eb8b153be4fc', 'x-compute-request-id': 'req-23a0cd71-60a0-448b-ac2c-eb8b153be4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:17,659 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.169s 2021-10-27 16:07:17,660 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-985a4400-9822-49dc-a22c-0168f854c7f6', 'x-compute-request-id': 'req-985a4400-9822-49dc-a22c-0168f854c7f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:18,865 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.197s 2021-10-27 16:07:18,866 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-1e63b101-657c-4925-9250-da25c62d6d70', 'x-compute-request-id': 'req-1e63b101-657c-4925-9250-da25c62d6d70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:20,145 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.265s 2021-10-27 16:07:20,146 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-0603e937-595e-4e5f-aa09-becf6d87fbc3', 'x-compute-request-id': 'req-0603e937-595e-4e5f-aa09-becf6d87fbc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:21,401 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.241s 2021-10-27 16:07:21,402 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-8cca6f72-29d4-4f2b-aadf-fe794640998a', 'x-compute-request-id': 'req-8cca6f72-29d4-4f2b-aadf-fe794640998a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:22,660 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.241s 2021-10-27 16:07:22,661 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-d7c18bd0-47b4-41f4-bcba-d74f9389555b', 'x-compute-request-id': 'req-d7c18bd0-47b4-41f4-bcba-d74f9389555b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:23,904 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.226s 2021-10-27 16:07:23,905 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-47088686-2b38-4f6a-8135-2e21b3ce4405', 'x-compute-request-id': 'req-47088686-2b38-4f6a-8135-2e21b3ce4405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:25,181 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.261s 2021-10-27 16:07:25,182 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-52b0ba1b-37d6-4c92-8a05-690797917902', 'x-compute-request-id': 'req-52b0ba1b-37d6-4c92-8a05-690797917902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:26,479 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.279s 2021-10-27 16:07:26,480 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-644a3911-38e9-475e-a867-ccd0e8d03357', 'x-compute-request-id': 'req-644a3911-38e9-475e-a867-ccd0e8d03357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:27,770 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.273s 2021-10-27 16:07:27,771 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-b5bdf377-e7c7-401b-b07d-c28bc69de16f', 'x-compute-request-id': 'req-b5bdf377-e7c7-401b-b07d-c28bc69de16f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:29,050 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.266s 2021-10-27 16:07:29,051 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-f34e0b5b-4799-4bb8-aa80-d38be5f6cace', 'x-compute-request-id': 'req-f34e0b5b-4799-4bb8-aa80-d38be5f6cace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:30,335 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.267s 2021-10-27 16:07:30,336 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-bb7ee9d9-465f-4c70-8a89-c5053f7687b0', 'x-compute-request-id': 'req-bb7ee9d9-465f-4c70-8a89-c5053f7687b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:31,610 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.258s 2021-10-27 16:07:31,610 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-958ddcff-2bd9-4c7a-be6f-e7e20d2b8ea3', 'x-compute-request-id': 'req-958ddcff-2bd9-4c7a-be6f-e7e20d2b8ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:32,807 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.187s 2021-10-27 16:07:32,808 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-db2fcadd-3bf4-4fe7-9d3c-108f84c50ac8', 'x-compute-request-id': 'req-db2fcadd-3bf4-4fe7-9d3c-108f84c50ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:33,995 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.179s 2021-10-27 16:07:33,996 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-23bf957a-648b-44b4-85dd-712a41cf6b77', 'x-compute-request-id': 'req-23bf957a-648b-44b4-85dd-712a41cf6b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:35,189 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.176s 2021-10-27 16:07:35,190 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-19682b1e-9dc0-4964-9314-3a3f23b6d263', 'x-compute-request-id': 'req-19682b1e-9dc0-4964-9314-3a3f23b6d263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:36,374 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.168s 2021-10-27 16:07:36,375 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-11e9c094-8fef-4d69-8ca6-ad484f3ce55b', 'x-compute-request-id': 'req-11e9c094-8fef-4d69-8ca6-ad484f3ce55b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:37,552 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.169s 2021-10-27 16:07:37,552 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-e42d7b6a-57b7-458e-8178-6e377c1d76b3', 'x-compute-request-id': 'req-e42d7b6a-57b7-458e-8178-6e377c1d76b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:38,721 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.160s 2021-10-27 16:07:38,722 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-c3005d27-e3c9-4d7c-8cb9-df3b40f496fe', 'x-compute-request-id': 'req-c3005d27-e3c9-4d7c-8cb9-df3b40f496fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:39,957 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.226s 2021-10-27 16:07:39,957 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-31458abd-53d4-4863-a468-3d40a28d18a8', 'x-compute-request-id': 'req-31458abd-53d4-4863-a468-3d40a28d18a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:41,151 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.184s 2021-10-27 16:07:41,151 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-718ed4c6-cce3-4bae-a44c-5d44936dd58c', 'x-compute-request-id': 'req-718ed4c6-cce3-4bae-a44c-5d44936dd58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:42,322 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.162s 2021-10-27 16:07:42,323 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-beb2ea86-b907-492d-8837-f7fe9e400766', 'x-compute-request-id': 'req-beb2ea86-b907-492d-8837-f7fe9e400766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:43,516 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.179s 2021-10-27 16:07:43,517 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-b47b0448-82b6-44ae-b73e-62e5426a9b21', 'x-compute-request-id': 'req-b47b0448-82b6-44ae-b73e-62e5426a9b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:44,684 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.156s 2021-10-27 16:07:44,684 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-b54ae2d2-9f84-475f-bf01-a644910bda07', 'x-compute-request-id': 'req-b54ae2d2-9f84-475f-bf01-a644910bda07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:45,859 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.166s 2021-10-27 16:07:45,860 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-62e68361-7c11-4031-b21c-6212786cfe74', 'x-compute-request-id': 'req-62e68361-7c11-4031-b21c-6212786cfe74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:47,028 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.159s 2021-10-27 16:07:47,029 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-3f028d1c-9898-4fc9-b389-84416cd61537', 'x-compute-request-id': 'req-3f028d1c-9898-4fc9-b389-84416cd61537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:48,211 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.173s 2021-10-27 16:07:48,211 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-2b3f38a3-2826-47f3-bfe5-29acb3c8f8b2', 'x-compute-request-id': 'req-2b3f38a3-2826-47f3-bfe5-29acb3c8f8b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:49,377 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.158s 2021-10-27 16:07:49,378 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-8e23838a-accc-456f-a0fa-30ad77f8263e', 'x-compute-request-id': 'req-8e23838a-accc-456f-a0fa-30ad77f8263e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:50,571 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.176s 2021-10-27 16:07:50,571 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-e9a6a99b-dd75-496a-a894-b9a84a5e2372', 'x-compute-request-id': 'req-e9a6a99b-dd75-496a-a894-b9a84a5e2372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:51,743 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.161s 2021-10-27 16:07:51,744 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-990b2a9c-932a-46f6-9ec4-486bbd994629', 'x-compute-request-id': 'req-990b2a9c-932a-46f6-9ec4-486bbd994629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:52,907 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.153s 2021-10-27 16:07:52,908 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-24042c70-d0fd-4f72-8623-b2705b6e7100', 'x-compute-request-id': 'req-24042c70-d0fd-4f72-8623-b2705b6e7100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:54,072 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.156s 2021-10-27 16:07:54,072 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-b76d2434-f735-4f73-968b-84072d190813', 'x-compute-request-id': 'req-b76d2434-f735-4f73-968b-84072d190813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:55,246 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.165s 2021-10-27 16:07:55,247 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-4dfbbae2-cfdb-4b71-a892-045f4a67f871', 'x-compute-request-id': 'req-4dfbbae2-cfdb-4b71-a892-045f4a67f871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:56,405 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.148s 2021-10-27 16:07:56,405 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-f53d4a9e-0be3-4b06-8546-76320567b920', 'x-compute-request-id': 'req-f53d4a9e-0be3-4b06-8546-76320567b920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:57,579 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.164s 2021-10-27 16:07:57,579 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-fc908ba2-57f0-4c1c-9c64-d96038b11cb3', 'x-compute-request-id': 'req-fc908ba2-57f0-4c1c-9c64-d96038b11cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:58,735 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.147s 2021-10-27 16:07:58,735 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-5d67d03b-1291-4c18-9c68-5ca8253a4244', 'x-compute-request-id': 'req-5d67d03b-1291-4c18-9c68-5ca8253a4244', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:07:59,891 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.146s 2021-10-27 16:07:59,891 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:07: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-64141eca-4787-40a6-8fda-a7595b304953', 'x-compute-request-id': 'req-64141eca-4787-40a6-8fda-a7595b304953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:01,054 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.154s 2021-10-27 16:08:01,054 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-3809618b-6050-46fe-8ad5-14f37e3b28dc', 'x-compute-request-id': 'req-3809618b-6050-46fe-8ad5-14f37e3b28dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:02,235 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.171s 2021-10-27 16:08:02,235 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-605f27ef-f512-405c-9df2-75d1d6b92ea6', 'x-compute-request-id': 'req-605f27ef-f512-405c-9df2-75d1d6b92ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:03,419 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.174s 2021-10-27 16:08:03,419 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-6fb1a79a-a1ec-4366-bca4-6c255fd806c3', 'x-compute-request-id': 'req-6fb1a79a-a1ec-4366-bca4-6c255fd806c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:04,583 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.155s 2021-10-27 16:08:04,583 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-11a8ea8a-f313-47c8-8dfc-78b5adf88689', 'x-compute-request-id': 'req-11a8ea8a-f313-47c8-8dfc-78b5adf88689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:05,760 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.167s 2021-10-27 16:08:05,760 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-fb624a03-2397-4004-89bf-08d5ca12fa7d', 'x-compute-request-id': 'req-fb624a03-2397-4004-89bf-08d5ca12fa7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:06,929 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.159s 2021-10-27 16:08:06,929 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-3e3f13c9-d4d5-4531-9a8e-bf492d136197', 'x-compute-request-id': 'req-3e3f13c9-d4d5-4531-9a8e-bf492d136197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:08,229 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.290s 2021-10-27 16:08:08,229 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-32df11bd-9bcb-4129-8f7c-30be5a0ddc6b', 'x-compute-request-id': 'req-32df11bd-9bcb-4129-8f7c-30be5a0ddc6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:09,389 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.149s 2021-10-27 16:08:09,389 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-0d7d452f-a3e9-48aa-8d5f-aba7388ae4b7', 'x-compute-request-id': 'req-0d7d452f-a3e9-48aa-8d5f-aba7388ae4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:10,557 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.158s 2021-10-27 16:08:10,557 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-2d2f31f1-ecc3-4bd5-92d8-ebdd8b74a618', 'x-compute-request-id': 'req-2d2f31f1-ecc3-4bd5-92d8-ebdd8b74a618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:11,712 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.146s 2021-10-27 16:08:11,713 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-0ba93a04-8303-40ed-82c1-aaff2a02cac6', 'x-compute-request-id': 'req-0ba93a04-8303-40ed-82c1-aaff2a02cac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:12,879 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.156s 2021-10-27 16:08:12,879 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-de8b47af-1826-400c-a9ca-e2b6ca7879b3', 'x-compute-request-id': 'req-de8b47af-1826-400c-a9ca-e2b6ca7879b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:14,050 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.162s 2021-10-27 16:08:14,051 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-e50d33df-ae8e-41d1-b05a-3128abc86739', 'x-compute-request-id': 'req-e50d33df-ae8e-41d1-b05a-3128abc86739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:15,288 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.228s 2021-10-27 16:08:15,288 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-71133271-1d94-491d-beb2-807bc57dfb77', 'x-compute-request-id': 'req-71133271-1d94-491d-beb2-807bc57dfb77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-562705631-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:5b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:16,399 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.101s 2021-10-27 16:08:16,400 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-3f7726c8-14e8-4207-90a3-85540d630569', 'x-compute-request-id': 'req-3f7726c8-14e8-4207-90a3-85540d630569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:17,498 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.088s 2021-10-27 16:08:17,498 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-83314716-0ae4-469b-b10d-fdc86f103660', 'x-compute-request-id': 'req-83314716-0ae4-469b-b10d-fdc86f103660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:18,594 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:08:18,595 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-f133a4c6-3f97-4e95-8a42-57131b691338', 'x-compute-request-id': 'req-f133a4c6-3f97-4e95-8a42-57131b691338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:19,692 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.089s 2021-10-27 16:08:19,693 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-c9997fb8-7485-4e12-aec9-4a495757bae4', 'x-compute-request-id': 'req-c9997fb8-7485-4e12-aec9-4a495757bae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:20,791 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.090s 2021-10-27 16:08:20,792 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-1d36095d-87c5-4d5f-b0d5-fccae72adb10', 'x-compute-request-id': 'req-1d36095d-87c5-4d5f-b0d5-fccae72adb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:21,889 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.088s 2021-10-27 16:08:21,889 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-93ca31af-f4b4-4f2f-a6e8-dabdb03d06c0', 'x-compute-request-id': 'req-93ca31af-f4b4-4f2f-a6e8-dabdb03d06c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:22,984 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.086s 2021-10-27 16:08:22,984 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-c4338569-f396-4020-95aa-f9e3f8acc063', 'x-compute-request-id': 'req-c4338569-f396-4020-95aa-f9e3f8acc063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:24,080 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:08:24,080 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-2b4a975d-cd27-4121-b7bd-fb69b305021b', 'x-compute-request-id': 'req-2b4a975d-cd27-4121-b7bd-fb69b305021b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:25,173 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.084s 2021-10-27 16:08:25,173 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-aa32e386-0fcc-4a32-8b4b-5f5611ec8727', 'x-compute-request-id': 'req-aa32e386-0fcc-4a32-8b4b-5f5611ec8727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:26,269 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:08:26,270 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-24c9015a-5b96-42aa-8176-6a78bbb8e1e7', 'x-compute-request-id': 'req-24c9015a-5b96-42aa-8176-6a78bbb8e1e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:27,366 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.088s 2021-10-27 16:08:27,367 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-55624e5d-a362-421f-bcef-162e9254ebad', 'x-compute-request-id': 'req-55624e5d-a362-421f-bcef-162e9254ebad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:28,468 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.091s 2021-10-27 16:08:28,468 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-513befd9-0b45-4e04-98ae-bfb616323b6c', 'x-compute-request-id': 'req-513befd9-0b45-4e04-98ae-bfb616323b6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:29,561 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.086s 2021-10-27 16:08:29,562 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-5dabd2f4-55fa-44ac-82d9-10c02c3fc2bf', 'x-compute-request-id': 'req-5dabd2f4-55fa-44ac-82d9-10c02c3fc2bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:30,658 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:08:30,658 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-9d87d87c-3ef7-4bf4-9126-0d442e73f9a7', 'x-compute-request-id': 'req-9d87d87c-3ef7-4bf4-9126-0d442e73f9a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:31,755 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:08:31,755 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-8738a876-7e9a-4c7c-be85-00e38e6836f7', 'x-compute-request-id': 'req-8738a876-7e9a-4c7c-be85-00e38e6836f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:32,853 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.089s 2021-10-27 16:08:32,853 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-85d756e2-b7a7-4144-98d7-c2e32190de03', 'x-compute-request-id': 'req-85d756e2-b7a7-4144-98d7-c2e32190de03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:33,956 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.094s 2021-10-27 16:08:33,957 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-ca415e5b-d16f-4b78-8466-d0846cf244cd', 'x-compute-request-id': 'req-ca415e5b-d16f-4b78-8466-d0846cf244cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:35,053 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:08:35,053 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-e27fd012-7878-42e0-9d53-510a590a2017', 'x-compute-request-id': 'req-e27fd012-7878-42e0-9d53-510a590a2017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:36,150 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.088s 2021-10-27 16:08:36,151 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-144a11b1-acc5-4e4f-bc49-43336438433a', 'x-compute-request-id': 'req-144a11b1-acc5-4e4f-bc49-43336438433a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:37,245 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:08:37,245 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-23fe1dac-a3b0-4fba-89e1-fb6abb21f8ac', 'x-compute-request-id': 'req-23fe1dac-a3b0-4fba-89e1-fb6abb21f8ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:38,340 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.086s 2021-10-27 16:08:38,340 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-4b0cad0b-483f-4b5c-989e-69500e8a7d73', 'x-compute-request-id': 'req-4b0cad0b-483f-4b5c-989e-69500e8a7d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:39,441 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.092s 2021-10-27 16:08:39,442 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-afee831c-a4bb-44d2-826c-672bdc43149e', 'x-compute-request-id': 'req-afee831c-a4bb-44d2-826c-672bdc43149e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:40,543 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.092s 2021-10-27 16:08:40,543 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-dd23cb79-d0ba-42b6-a347-ac0d68d79289', 'x-compute-request-id': 'req-dd23cb79-d0ba-42b6-a347-ac0d68d79289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:41,641 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.088s 2021-10-27 16:08:41,642 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-928f0dc2-028c-407f-acd2-6600d3ced6a9', 'x-compute-request-id': 'req-928f0dc2-028c-407f-acd2-6600d3ced6a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:42,749 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.099s 2021-10-27 16:08:42,749 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-7571e45a-2f6f-4ce8-a246-a7abfe019eb7', 'x-compute-request-id': 'req-7571e45a-2f6f-4ce8-a246-a7abfe019eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:43,861 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.101s 2021-10-27 16:08:43,861 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-83ce2b61-0f84-4641-8371-19e415428035', 'x-compute-request-id': 'req-83ce2b61-0f84-4641-8371-19e415428035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:44,968 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.098s 2021-10-27 16:08:44,968 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-e63f7874-4b49-4401-b112-f17223c29946', 'x-compute-request-id': 'req-e63f7874-4b49-4401-b112-f17223c29946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:46,068 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.091s 2021-10-27 16:08:46,068 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08:45 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-22c24f8a-e238-4303-a39d-995920e613d7', 'x-compute-request-id': 'req-22c24f8a-e238-4303-a39d-995920e613d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:47,169 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.091s 2021-10-27 16:08:47,169 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-2924d284-47a7-4f47-bec5-a4b96c24c9a0', 'x-compute-request-id': 'req-2924d284-47a7-4f47-bec5-a4b96c24c9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:48,280 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.093s 2021-10-27 16:08:48,280 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-c790c5e3-bccd-467e-9bde-187386cac5d1', 'x-compute-request-id': 'req-c790c5e3-bccd-467e-9bde-187386cac5d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:49,379 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.089s 2021-10-27 16:08:49,379 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-8aa6ca16-8b9a-408c-997f-d8dc0c077911', 'x-compute-request-id': 'req-8aa6ca16-8b9a-408c-997f-d8dc0c077911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:50,473 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:08:50,474 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-452636fa-3aaf-4a03-abe4-89253fcf5608', 'x-compute-request-id': 'req-452636fa-3aaf-4a03-abe4-89253fcf5608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:51,579 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.096s 2021-10-27 16:08:51,579 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-1f75ca43-ac01-44b3-8c7c-f2ddd22ab73b', 'x-compute-request-id': 'req-1f75ca43-ac01-44b3-8c7c-f2ddd22ab73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:52,675 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:08:52,675 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-318cf76d-1f26-478d-a08a-3da4f14045d2', 'x-compute-request-id': 'req-318cf76d-1f26-478d-a08a-3da4f14045d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:53,776 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.092s 2021-10-27 16:08:53,776 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-c803dda5-4651-4ae9-b6f7-1f850da643ca', 'x-compute-request-id': 'req-c803dda5-4651-4ae9-b6f7-1f850da643ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:54,876 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.089s 2021-10-27 16:08:54,876 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-7457bf6b-7480-44ee-a1b3-bf1a77e0814e', 'x-compute-request-id': 'req-7457bf6b-7480-44ee-a1b3-bf1a77e0814e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:55,970 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:08:55,970 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-89b0bff3-4124-4142-b9fd-97b9b00b5b00', 'x-compute-request-id': 'req-89b0bff3-4124-4142-b9fd-97b9b00b5b00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:57,069 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.091s 2021-10-27 16:08:57,070 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-a783b1ec-a9a3-40a0-96d8-62bf4a99d3d8', 'x-compute-request-id': 'req-a783b1ec-a9a3-40a0-96d8-62bf4a99d3d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:58,163 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:08:58,163 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-28da4aba-192b-47ac-871e-e65e687e914c', 'x-compute-request-id': 'req-28da4aba-192b-47ac-871e-e65e687e914c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:08:59,266 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.093s 2021-10-27 16:08:59,266 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:08: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-6f19b891-0f9d-490f-8810-d547413a6f7b', 'x-compute-request-id': 'req-6f19b891-0f9d-490f-8810-d547413a6f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:00,374 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.098s 2021-10-27 16:09:00,374 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-8df0b246-d642-4f7d-92ef-4c3028fed178', 'x-compute-request-id': 'req-8df0b246-d642-4f7d-92ef-4c3028fed178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:01,468 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:09:01,468 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-01571d4f-8db9-43cb-8649-cccc362d5ed5', 'x-compute-request-id': 'req-01571d4f-8db9-43cb-8649-cccc362d5ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:02,578 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.100s 2021-10-27 16:09:02,578 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-4af386dd-d594-4205-8534-cc9f5e034c8c', 'x-compute-request-id': 'req-4af386dd-d594-4205-8534-cc9f5e034c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:03,679 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.091s 2021-10-27 16:09:03,679 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-33e73cd1-5df8-4fb9-ada6-075fd177d34e', 'x-compute-request-id': 'req-33e73cd1-5df8-4fb9-ada6-075fd177d34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:04,788 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.099s 2021-10-27 16:09:04,789 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-5813cab4-ece0-4a25-818b-74dbfffb091d', 'x-compute-request-id': 'req-5813cab4-ece0-4a25-818b-74dbfffb091d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:05,889 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.090s 2021-10-27 16:09:05,889 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-1d76d989-1ad1-423d-9d7e-0b6105b6c447', 'x-compute-request-id': 'req-1d76d989-1ad1-423d-9d7e-0b6105b6c447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:06,991 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.093s 2021-10-27 16:09:06,992 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-fb58ad47-a88a-444b-b38b-c1d14f4a28c5', 'x-compute-request-id': 'req-fb58ad47-a88a-444b-b38b-c1d14f4a28c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:08,095 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.094s 2021-10-27 16:09:08,095 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-79418696-55a2-4d63-ac8f-a1b9ac6a40d7', 'x-compute-request-id': 'req-79418696-55a2-4d63-ac8f-a1b9ac6a40d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:09,194 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.090s 2021-10-27 16:09:09,194 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-b08e5c6a-d16e-4557-9a65-54648881c94b', 'x-compute-request-id': 'req-b08e5c6a-d16e-4557-9a65-54648881c94b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:10,316 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.113s 2021-10-27 16:09:10,316 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-5d35c208-50a6-4a5e-8c8f-208e80184df5', 'x-compute-request-id': 'req-5d35c208-50a6-4a5e-8c8f-208e80184df5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:11,417 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.092s 2021-10-27 16:09:11,417 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-40fb1307-658b-446b-9461-4970540ffd32', 'x-compute-request-id': 'req-40fb1307-658b-446b-9461-4970540ffd32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:12,528 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.102s 2021-10-27 16:09:12,529 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-b2c4c51f-9c96-48dc-b65a-4005f7d2bf8e', 'x-compute-request-id': 'req-b2c4c51f-9c96-48dc-b65a-4005f7d2bf8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:13,626 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.089s 2021-10-27 16:09:13,626 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-52401a1a-b6bc-47bf-8a32-87960705663a', 'x-compute-request-id': 'req-52401a1a-b6bc-47bf-8a32-87960705663a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:14,984 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.348s 2021-10-27 16:09:14,984 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-e882cd1d-1ead-4595-b2a2-589b368ed675', 'x-compute-request-id': 'req-e882cd1d-1ead-4595-b2a2-589b368ed675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:16,089 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.095s 2021-10-27 16:09:16,089 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-c66609ec-81dd-4ab6-8fbf-00e964a049a1', 'x-compute-request-id': 'req-c66609ec-81dd-4ab6-8fbf-00e964a049a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:17,203 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.104s 2021-10-27 16:09:17,203 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-3ca6bb48-537e-48ff-b2fd-70986ebf705c', 'x-compute-request-id': 'req-3ca6bb48-537e-48ff-b2fd-70986ebf705c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:18,321 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.109s 2021-10-27 16:09:18,322 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-72e79a98-e3ee-4368-88c1-fea3b56e0af9', 'x-compute-request-id': 'req-72e79a98-e3ee-4368-88c1-fea3b56e0af9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:19,434 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.103s 2021-10-27 16:09:19,435 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-015c74b2-6fbf-4699-a258-10a00257da7c', 'x-compute-request-id': 'req-015c74b2-6fbf-4699-a258-10a00257da7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:20,569 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.120s 2021-10-27 16:09:20,570 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-0aa7f0bc-8d45-4f10-8966-68bb142a5ca7', 'x-compute-request-id': 'req-0aa7f0bc-8d45-4f10-8966-68bb142a5ca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:21,687 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.106s 2021-10-27 16:09:21,687 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-55d13e8c-812d-4348-bf1a-010e31ad9266', 'x-compute-request-id': 'req-55d13e8c-812d-4348-bf1a-010e31ad9266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:22,805 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.102s 2021-10-27 16:09:22,805 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-f67b7564-38eb-49e6-92c8-61bacf79b2b0', 'x-compute-request-id': 'req-f67b7564-38eb-49e6-92c8-61bacf79b2b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:23,952 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.136s 2021-10-27 16:09:23,952 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-f4c062c3-98b6-4a63-9329-b394f84cef5f', 'x-compute-request-id': 'req-f4c062c3-98b6-4a63-9329-b394f84cef5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:25,111 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.149s 2021-10-27 16:09:25,111 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-94859a5b-bce3-49c3-bba8-99736cde0f51', 'x-compute-request-id': 'req-94859a5b-bce3-49c3-bba8-99736cde0f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:26,273 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.153s 2021-10-27 16:09:26,273 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-1383c536-d1e4-4df1-a778-17d0d0185a75', 'x-compute-request-id': 'req-1383c536-d1e4-4df1-a778-17d0d0185a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:27,472 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.189s 2021-10-27 16:09:27,472 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-539210fd-2ff7-446f-bc58-ace54a2eb55f', 'x-compute-request-id': 'req-539210fd-2ff7-446f-bc58-ace54a2eb55f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:28,644 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.162s 2021-10-27 16:09:28,644 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-832f30e2-0cab-437f-904a-6ef30f6a5da7', 'x-compute-request-id': 'req-832f30e2-0cab-437f-904a-6ef30f6a5da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:29,792 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.139s 2021-10-27 16:09:29,793 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-3379441d-6938-4b93-b59e-00c011163538', 'x-compute-request-id': 'req-3379441d-6938-4b93-b59e-00c011163538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:30,966 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.163s 2021-10-27 16:09:30,967 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-d34c7a1f-cb37-4926-9781-95204e0127f9', 'x-compute-request-id': 'req-d34c7a1f-cb37-4926-9781-95204e0127f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:32,192 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.216s 2021-10-27 16:09:32,193 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-a18b66cd-65f1-4ea5-8169-6eadc2915bd3', 'x-compute-request-id': 'req-a18b66cd-65f1-4ea5-8169-6eadc2915bd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:33,454 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.247s 2021-10-27 16:09:33,454 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-98991d0f-91e7-4c16-9427-01c770af51ef', 'x-compute-request-id': 'req-98991d0f-91e7-4c16-9427-01c770af51ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:34,641 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.167s 2021-10-27 16:09:34,641 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-16e84062-c3ba-43f4-a70f-c4c4898a7c18', 'x-compute-request-id': 'req-16e84062-c3ba-43f4-a70f-c4c4898a7c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:35,842 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.182s 2021-10-27 16:09:35,843 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-815eebe4-f4cc-4e47-8248-1ae564e1ce55', 'x-compute-request-id': 'req-815eebe4-f4cc-4e47-8248-1ae564e1ce55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:36,984 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.120s 2021-10-27 16:09:36,984 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-6d830050-04a9-4408-b85c-3bfe4a2277ed', 'x-compute-request-id': 'req-6d830050-04a9-4408-b85c-3bfe4a2277ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:38,157 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.156s 2021-10-27 16:09:38,157 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-78a79586-9f31-49fc-a95e-cf6218508dd8', 'x-compute-request-id': 'req-78a79586-9f31-49fc-a95e-cf6218508dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:39,315 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.141s 2021-10-27 16:09:39,316 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-c2fcd94c-d5d3-40b2-8e94-b829bfdca32e', 'x-compute-request-id': 'req-c2fcd94c-d5d3-40b2-8e94-b829bfdca32e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:40,472 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.140s 2021-10-27 16:09:40,472 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-ebd1e230-87aa-470f-b489-63713755acc9', 'x-compute-request-id': 'req-ebd1e230-87aa-470f-b489-63713755acc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:41,632 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.142s 2021-10-27 16:09:41,632 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-4abf1ab3-367e-4920-8358-96a00b34f6c8', 'x-compute-request-id': 'req-4abf1ab3-367e-4920-8358-96a00b34f6c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:42,770 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.127s 2021-10-27 16:09:42,771 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-cc71e10f-a093-497b-93cc-cbc9243d108f', 'x-compute-request-id': 'req-cc71e10f-a093-497b-93cc-cbc9243d108f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:43,946 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.157s 2021-10-27 16:09:43,947 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-bee65fb6-0275-4a47-9ee5-863afe5d268c', 'x-compute-request-id': 'req-bee65fb6-0275-4a47-9ee5-863afe5d268c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:45,086 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.124s 2021-10-27 16:09:45,087 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-29af77c3-116f-4ae9-955c-81a2db73367c', 'x-compute-request-id': 'req-29af77c3-116f-4ae9-955c-81a2db73367c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:46,254 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.151s 2021-10-27 16:09:46,254 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-bf6b6657-e023-431f-b7c0-7d97deb5f7de', 'x-compute-request-id': 'req-bf6b6657-e023-431f-b7c0-7d97deb5f7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:47,415 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.146s 2021-10-27 16:09:47,415 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-55bf4835-1250-42ad-9685-beae86885c1e', 'x-compute-request-id': 'req-55bf4835-1250-42ad-9685-beae86885c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:48,539 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.110s 2021-10-27 16:09:48,540 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-34ae9ed6-6606-48c3-894d-19caa2808c15', 'x-compute-request-id': 'req-34ae9ed6-6606-48c3-894d-19caa2808c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:49,661 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.112s 2021-10-27 16:09:49,661 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-9e178e97-f918-484d-919f-f5f3ed23d61d', 'x-compute-request-id': 'req-9e178e97-f918-484d-919f-f5f3ed23d61d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:50,774 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.103s 2021-10-27 16:09:50,774 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-7b1dafd7-8a13-4384-bb96-0f83d48179a6', 'x-compute-request-id': 'req-7b1dafd7-8a13-4384-bb96-0f83d48179a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:51,877 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.093s 2021-10-27 16:09:51,878 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-4fbdc893-40f5-4218-83a2-6b56fa5824ed', 'x-compute-request-id': 'req-4fbdc893-40f5-4218-83a2-6b56fa5824ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:52,993 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.106s 2021-10-27 16:09:52,993 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-9a4dab36-7572-4946-a456-6414bbe42e0d', 'x-compute-request-id': 'req-9a4dab36-7572-4946-a456-6414bbe42e0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:54,112 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.105s 2021-10-27 16:09:54,112 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-64f0690c-0f15-4ecb-91c6-01cf86f42a39', 'x-compute-request-id': 'req-64f0690c-0f15-4ecb-91c6-01cf86f42a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:55,211 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.088s 2021-10-27 16:09:55,211 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-147d238f-4e8f-44fc-99e8-1bb285a7e3d6', 'x-compute-request-id': 'req-147d238f-4e8f-44fc-99e8-1bb285a7e3d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:56,312 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.092s 2021-10-27 16:09:56,312 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-fe359632-668f-4ec6-9eee-b683ecd620db', 'x-compute-request-id': 'req-fe359632-668f-4ec6-9eee-b683ecd620db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:57,425 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.103s 2021-10-27 16:09:57,425 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-38e0d35f-908a-4e3b-8db8-d491efb16d83', 'x-compute-request-id': 'req-38e0d35f-908a-4e3b-8db8-d491efb16d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:58,532 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.095s 2021-10-27 16:09:58,532 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-5e90269d-57c4-489b-a041-993858bd6f25', 'x-compute-request-id': 'req-5e90269d-57c4-489b-a041-993858bd6f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:09:59,641 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.098s 2021-10-27 16:09:59,642 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09: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-fe023ad7-6a64-4835-9022-627a2009a06f', 'x-compute-request-id': 'req-fe023ad7-6a64-4835-9022-627a2009a06f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:00,756 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.105s 2021-10-27 16:10:00,757 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-47439cb2-5e13-4a70-a310-6d3fa3334f1e', 'x-compute-request-id': 'req-47439cb2-5e13-4a70-a310-6d3fa3334f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:01,858 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.092s 2021-10-27 16:10:01,858 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-67d5c5fc-de58-4fe1-81d0-1e0fec0f1a1a', 'x-compute-request-id': 'req-67d5c5fc-de58-4fe1-81d0-1e0fec0f1a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:02,960 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.093s 2021-10-27 16:10:02,960 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-3502d109-17b1-4b7e-983d-717adda1123c', 'x-compute-request-id': 'req-3502d109-17b1-4b7e-983d-717adda1123c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:04,060 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.090s 2021-10-27 16:10:04,060 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-523e9970-f2fb-4b96-b622-bb3f49bb8f7a', 'x-compute-request-id': 'req-523e9970-f2fb-4b96-b622-bb3f49bb8f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:05,160 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.092s 2021-10-27 16:10:05,161 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-ea4913a4-7bc4-4315-9c16-5c17c0f5fa6c', 'x-compute-request-id': 'req-ea4913a4-7bc4-4315-9c16-5c17c0f5fa6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:06,257 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:10:06,258 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-35b4ba6f-3e4f-4be1-8c8f-6111514c92d8', 'x-compute-request-id': 'req-35b4ba6f-3e4f-4be1-8c8f-6111514c92d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:07,351 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:10:07,352 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-fed56f6f-aea4-4dbb-98c4-86564fbb8861', 'x-compute-request-id': 'req-fed56f6f-aea4-4dbb-98c4-86564fbb8861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:08,445 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.084s 2021-10-27 16:10:08,445 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-80d5e370-b2ce-44b7-b228-2f6d72d37d6b', 'x-compute-request-id': 'req-80d5e370-b2ce-44b7-b228-2f6d72d37d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:09,539 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.084s 2021-10-27 16:10:09,539 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-c3ff0798-64e0-43ac-a181-862eb10b6269', 'x-compute-request-id': 'req-c3ff0798-64e0-43ac-a181-862eb10b6269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:10,637 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.089s 2021-10-27 16:10:10,637 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-99f81e5c-3f2e-4c01-9215-274c62152141', 'x-compute-request-id': 'req-99f81e5c-3f2e-4c01-9215-274c62152141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:11,730 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.084s 2021-10-27 16:10:11,731 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-b4920c8f-a137-49e8-a2fa-3f8164c86b28', 'x-compute-request-id': 'req-b4920c8f-a137-49e8-a2fa-3f8164c86b28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:12,838 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.099s 2021-10-27 16:10:12,839 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-4f42b85c-54a7-49b8-8e52-f16d907c0104', 'x-compute-request-id': 'req-4f42b85c-54a7-49b8-8e52-f16d907c0104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:13,974 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.127s 2021-10-27 16:10:13,974 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-219033c3-3e2c-4d6c-81e4-5f62cebe5b81', 'x-compute-request-id': 'req-219033c3-3e2c-4d6c-81e4-5f62cebe5b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:15,100 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.114s 2021-10-27 16:10:15,100 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-643cfe90-36db-4f99-a98b-8ac712026621', 'x-compute-request-id': 'req-643cfe90-36db-4f99-a98b-8ac712026621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:16,356 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.246s 2021-10-27 16:10:16,356 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-c32baa2e-2179-43f3-84f4-b9957fc36d78', 'x-compute-request-id': 'req-c32baa2e-2179-43f3-84f4-b9957fc36d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:17,637 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.271s 2021-10-27 16:10:17,638 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-3bf458bd-0060-4f29-8c93-0c1ef5e54d5e', 'x-compute-request-id': 'req-3bf458bd-0060-4f29-8c93-0c1ef5e54d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:18,834 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.186s 2021-10-27 16:10:18,834 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-ad9cec70-ab5e-45b5-9a13-20b29485a469', 'x-compute-request-id': 'req-ad9cec70-ab5e-45b5-9a13-20b29485a469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:19,942 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.097s 2021-10-27 16:10:19,942 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-7d770ce0-f71a-43fc-9c41-c9c65217f387', 'x-compute-request-id': 'req-7d770ce0-f71a-43fc-9c41-c9c65217f387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:21,077 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.120s 2021-10-27 16:10:21,077 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-624745d5-9844-4edf-879d-a4e31030383a', 'x-compute-request-id': 'req-624745d5-9844-4edf-879d-a4e31030383a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:22,203 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.116s 2021-10-27 16:10:22,203 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-a679fd05-e280-4322-a6d7-3684e6a89b7c', 'x-compute-request-id': 'req-a679fd05-e280-4322-a6d7-3684e6a89b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:23,346 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.125s 2021-10-27 16:10:23,346 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-1f8d47ba-ec18-40cb-a4ea-78723ab7cef9', 'x-compute-request-id': 'req-1f8d47ba-ec18-40cb-a4ea-78723ab7cef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:24,460 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.097s 2021-10-27 16:10:24,460 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-ad38ee00-6bda-4a11-8042-c2cd6bbf4ee2', 'x-compute-request-id': 'req-ad38ee00-6bda-4a11-8042-c2cd6bbf4ee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:25,600 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.121s 2021-10-27 16:10:25,600 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-dc17656e-21a6-4dd9-be62-e6f5f4542e72', 'x-compute-request-id': 'req-dc17656e-21a6-4dd9-be62-e6f5f4542e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:26,707 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.097s 2021-10-27 16:10:26,707 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-025aa826-051d-4333-8807-482d61a27468', 'x-compute-request-id': 'req-025aa826-051d-4333-8807-482d61a27468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:27,809 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:10:27,809 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-f12fee60-843c-4556-9784-85e463f7e133', 'x-compute-request-id': 'req-f12fee60-843c-4556-9784-85e463f7e133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:28,930 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.107s 2021-10-27 16:10:28,931 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-f4bbc2af-8a79-4c6c-92b6-8f23468b9cd0', 'x-compute-request-id': 'req-f4bbc2af-8a79-4c6c-92b6-8f23468b9cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:30,035 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.095s 2021-10-27 16:10:30,036 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-2d389ece-2428-4bfb-a9f1-ebae113330bd', 'x-compute-request-id': 'req-2d389ece-2428-4bfb-a9f1-ebae113330bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:31,145 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.100s 2021-10-27 16:10:31,145 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-08f0d2c3-4d09-470a-9e25-ebea52b7b87f', 'x-compute-request-id': 'req-08f0d2c3-4d09-470a-9e25-ebea52b7b87f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:32,250 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.095s 2021-10-27 16:10:32,250 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-81ad1738-94ae-473a-971b-2eee5276e897', 'x-compute-request-id': 'req-81ad1738-94ae-473a-971b-2eee5276e897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:33,382 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.122s 2021-10-27 16:10:33,383 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-861540cd-b810-471a-8651-2030ce2aa9a2', 'x-compute-request-id': 'req-861540cd-b810-471a-8651-2030ce2aa9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:34,652 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.256s 2021-10-27 16:10:34,652 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-11b863eb-369d-481a-b5ec-fa53c6d9b23b', 'x-compute-request-id': 'req-11b863eb-369d-481a-b5ec-fa53c6d9b23b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:35,756 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.096s 2021-10-27 16:10:35,757 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-681003f4-912e-4c0b-b089-b7e71add3c41', 'x-compute-request-id': 'req-681003f4-912e-4c0b-b089-b7e71add3c41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:36,873 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.107s 2021-10-27 16:10:36,873 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-5dad5b29-a772-4204-9409-e5a3416dfd68', 'x-compute-request-id': 'req-5dad5b29-a772-4204-9409-e5a3416dfd68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:38,003 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.121s 2021-10-27 16:10:38,003 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-6137ddc5-f1ac-4283-bf6e-75d6ca3ce28f', 'x-compute-request-id': 'req-6137ddc5-f1ac-4283-bf6e-75d6ca3ce28f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:39,124 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.112s 2021-10-27 16:10:39,125 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-cc6cef13-0af4-4bb5-92d2-748b709f29cc', 'x-compute-request-id': 'req-cc6cef13-0af4-4bb5-92d2-748b709f29cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:40,247 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.111s 2021-10-27 16:10:40,247 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-16f29feb-7c00-46d9-92c1-4ccf33d902c0', 'x-compute-request-id': 'req-16f29feb-7c00-46d9-92c1-4ccf33d902c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:41,396 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.132s 2021-10-27 16:10:41,396 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-dd7c90c2-6eda-47a4-8130-68798b41e79e', 'x-compute-request-id': 'req-dd7c90c2-6eda-47a4-8130-68798b41e79e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:42,497 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.090s 2021-10-27 16:10:42,497 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-441e8113-4cea-4b88-aa84-a7b5cfb3d485', 'x-compute-request-id': 'req-441e8113-4cea-4b88-aa84-a7b5cfb3d485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:43,597 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.091s 2021-10-27 16:10:43,597 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-2ebf93b5-833e-4634-a416-cc486c107d41', 'x-compute-request-id': 'req-2ebf93b5-833e-4634-a416-cc486c107d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:44,699 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.092s 2021-10-27 16:10:44,699 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-2f87c876-011a-42e4-97a2-c47876d867db', 'x-compute-request-id': 'req-2f87c876-011a-42e4-97a2-c47876d867db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:45,798 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.090s 2021-10-27 16:10:45,798 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:45 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-c354da52-4d42-4238-8188-a6cf8ffef7f7', 'x-compute-request-id': 'req-c354da52-4d42-4238-8188-a6cf8ffef7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:46,893 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:10:46,894 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-508e0404-dcdf-4910-a2cc-c76596ee48a3', 'x-compute-request-id': 'req-508e0404-dcdf-4910-a2cc-c76596ee48a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:47,993 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.090s 2021-10-27 16:10:47,994 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-8b8cf5cd-0cb3-4c43-82e0-291b932e4e63', 'x-compute-request-id': 'req-8b8cf5cd-0cb3-4c43-82e0-291b932e4e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:49,089 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.086s 2021-10-27 16:10:49,089 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-94318764-cdf2-4bc1-9769-99f47f88f2d7', 'x-compute-request-id': 'req-94318764-cdf2-4bc1-9769-99f47f88f2d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:50,186 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.088s 2021-10-27 16:10:50,186 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-7641c219-9afd-4405-8c3e-1b3db0e8a972', 'x-compute-request-id': 'req-7641c219-9afd-4405-8c3e-1b3db0e8a972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:51,299 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.104s 2021-10-27 16:10:51,299 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-7005d8c0-0306-481b-b07a-bdbdce2e8bee', 'x-compute-request-id': 'req-7005d8c0-0306-481b-b07a-bdbdce2e8bee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:52,401 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.091s 2021-10-27 16:10:52,401 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-891de690-bbec-4eb9-bd03-7f3c2badb673', 'x-compute-request-id': 'req-891de690-bbec-4eb9-bd03-7f3c2badb673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:53,512 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.100s 2021-10-27 16:10:53,512 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-fce1f5e7-8937-47da-ada5-2d9ba7f12083', 'x-compute-request-id': 'req-fce1f5e7-8937-47da-ada5-2d9ba7f12083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:54,608 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.088s 2021-10-27 16:10:54,609 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-848271cf-6f3a-4034-9692-e1b4c71ff85e', 'x-compute-request-id': 'req-848271cf-6f3a-4034-9692-e1b4c71ff85e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:55,729 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.111s 2021-10-27 16:10:55,729 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-3438a04f-b7f5-4e5d-8eff-dd56e1ae584d', 'x-compute-request-id': 'req-3438a04f-b7f5-4e5d-8eff-dd56e1ae584d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:56,856 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.116s 2021-10-27 16:10:56,857 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-f4fcbb47-2a78-4476-9071-643376751a7f', 'x-compute-request-id': 'req-f4fcbb47-2a78-4476-9071-643376751a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:57,998 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.122s 2021-10-27 16:10:57,998 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-386aa899-8551-4019-a538-3bee53c9f8d0', 'x-compute-request-id': 'req-386aa899-8551-4019-a538-3bee53c9f8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:10:59,101 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.094s 2021-10-27 16:10:59,101 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10: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-8183b9e9-a6aa-4408-bae0-0671b8829818', 'x-compute-request-id': 'req-8183b9e9-a6aa-4408-bae0-0671b8829818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:00,195 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:11:00,195 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-38e97fec-eb41-4575-81f0-a4b0ed4c3ced', 'x-compute-request-id': 'req-38e97fec-eb41-4575-81f0-a4b0ed4c3ced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:01,289 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:11:01,290 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-d61745fd-d9f7-405b-bcb6-a2789c977786', 'x-compute-request-id': 'req-d61745fd-d9f7-405b-bcb6-a2789c977786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:02,386 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:11:02,386 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-e15e22b1-b00c-44ad-a46b-65e95561d61e', 'x-compute-request-id': 'req-e15e22b1-b00c-44ad-a46b-65e95561d61e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:03,490 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.095s 2021-10-27 16:11:03,491 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-6ca25b7a-964f-42e6-ac5f-fd142bd44c03', 'x-compute-request-id': 'req-6ca25b7a-964f-42e6-ac5f-fd142bd44c03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:04,592 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.092s 2021-10-27 16:11:04,592 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-575216b8-3a5a-4fc3-a6d1-9fcd3ea55c76', 'x-compute-request-id': 'req-575216b8-3a5a-4fc3-a6d1-9fcd3ea55c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:05,686 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.085s 2021-10-27 16:11:05,686 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-768522ea-8bcd-4777-96e6-e2f979a4b71c', 'x-compute-request-id': 'req-768522ea-8bcd-4777-96e6-e2f979a4b71c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:06,780 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.084s 2021-10-27 16:11:06,780 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-f1b7ffbc-6cd3-4c48-a101-65c9b21b8c43', 'x-compute-request-id': 'req-f1b7ffbc-6cd3-4c48-a101-65c9b21b8c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:07,877 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.088s 2021-10-27 16:11:07,877 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-3622f420-2a98-4bec-be6d-11db1ca99a20', 'x-compute-request-id': 'req-3622f420-2a98-4bec-be6d-11db1ca99a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:08,976 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.090s 2021-10-27 16:11:08,977 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-46c3ba84-1cd7-45d6-822d-e60b7063bce7', 'x-compute-request-id': 'req-46c3ba84-1cd7-45d6-822d-e60b7063bce7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:10,097 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.111s 2021-10-27 16:11:10,098 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-cb2f29f1-089f-4feb-8657-e073246282d0', 'x-compute-request-id': 'req-cb2f29f1-089f-4feb-8657-e073246282d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:11,208 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.101s 2021-10-27 16:11:11,208 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-fffb67f2-8002-4a0c-bd31-7228011a0209', 'x-compute-request-id': 'req-fffb67f2-8002-4a0c-bd31-7228011a0209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:12,337 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.120s 2021-10-27 16:11:12,337 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-b3f3d77a-c57e-4466-a3cb-164a0150980d', 'x-compute-request-id': 'req-b3f3d77a-c57e-4466-a3cb-164a0150980d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:13,435 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.087s 2021-10-27 16:11:13,435 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-17c9f4d1-1eee-4713-a8c6-b989bcfcbcf4', 'x-compute-request-id': 'req-17c9f4d1-1eee-4713-a8c6-b989bcfcbcf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:14,540 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.096s 2021-10-27 16:11:14,541 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-f6dc393d-9f7e-4afd-b878-e45f989cae44', 'x-compute-request-id': 'req-f6dc393d-9f7e-4afd-b878-e45f989cae44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:15,640 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.090s 2021-10-27 16:11:15,640 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-2b6cfcb3-fbd3-4459-abd7-927d8c9567d8', 'x-compute-request-id': 'req-2b6cfcb3-fbd3-4459-abd7-927d8c9567d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:16,789 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.140s 2021-10-27 16:11:16,790 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-7906b6b2-e00a-4cd1-adbe-28d53e600110', 'x-compute-request-id': 'req-7906b6b2-e00a-4cd1-adbe-28d53e600110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' 2021-10-27 16:11:17,895 122908 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54 0.096s 2021-10-27 16:11:17,895 122908 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11: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-2ce93f51-61da-457a-96a4-f7e29ee8b354', 'x-compute-request-id': 'req-2ce93f51-61da-457a-96a4-f7e29ee8b354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54'} Body: b'{"server": {"id": "013da7c4-ac69-4554-827b-d68e9bac0e54", "name": "tempest-VolumesSnapshotTestJSON-instance-1619557322", "status": "ACTIVE", "tenant_id": "f73f3238988e4e1293ad782712a1da53", "user_id": "6b6be4749041442787482b6e06b6c40f", "metadata": {}, "hostId": "9dc30e4f95c7bafdc78c83165a639ce17b4cdd752e0c1fc0f328dc36", "image": {"id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:45:05Z", "updated": "2021-10-27T16:05:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/013da7c4-ac69-4554-827b-d68e9bac0e54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T15:45:21.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": "83c14b0a-376f-4e7f-8127-955f6bf3e3e5"}]}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 468, 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-5fc8932d-2b3e-48ce-942e-d88c14db103d)"} }}} 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 83c14b0a-376f-4e7f-8127-955f6bf3e3e5 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 149, 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 b6992cd0-6b27-4c3b-8227-63af1dd56ad2 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] |
pass
pt10.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt10.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt10.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
pt10.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
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
ft11.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:'': {{{ 2021-10-27 16:09:36,771 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.64/compute/v2.1/os-keypairs 0.435s 2021-10-27 16:09:36,771 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-691977933"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67797d22-92e0-4490-b026-bc244927ce14', 'x-compute-request-id': 'req-67797d22-92e0-4490-b026-bc244927ce14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEAoLq1DcYU9f4/3fiEguZEgUxim1cSUqnkbv5RR0nif1uP/vgO\\nG3qccnlUH7mH/lQ+D/azSsSLViSMG9Ax2XknPNl8BUSE4s4xjSbFaIwhjsmy8P7l\\n3dTIsMRCz3rBzuwmKr2Ig0IJ8Rii9m1fI3wEe4rmdoPjetQ1eKWI3CyNqDiAWR64\\nnWY8NZGu/JVTERnBi16aVvPNPOpd2XvT5a+/mdMwMBroYsQgqeW5qB8UxazOZcmn\\nxF1riWUwbm1/JJmjwycF70FRQYNslJ2PWgvo32RS3nu63iRgS/cfOq/UOxELMo/E\\nISCcsCGw8U5FKNBvH5M1P1VzXEVzvJRXh0ZPvQIDAQABAoIBAAFg2ICfvDpHzeBn\\nayt8MgYx036lhoCy+ESDZcsItSqGbHuxQN23dXP92lzTSHlD26xjXzI68T7x3Um3\\nxVWqFk4NR2T8K2+OeRpOxM6atQb2b9RlOy9lzbrGVBRXZyYRHFqteWg2vsMUhQE7\\n+t7hB2DP1h4aD29UNoksUjohH63bmrL2zyDJjBLI32bnEdIMA2eBiA+eTtgw9jAZ\\nfLX9AB6Z3hMCcd0Pa5w6/naDD3qrAX7BQJnxlc9F01zdLhoZFBfChJHLiQCmDx92\\nckAoNmueM60JEDE0g4HTNMHY7J6SBlKeoXZZzqssYhOG1d/gg/HC/uegqktw03jT\\n0u5EX0ECgYEA0kD39beu5FcbLRiTE1YaiOQHEbRl87l+uXK6bR7cnBBPu85DKoxv\\nhImv5OFNq+Z6o3rdkVu3S4j1jZF1U2/kZSoW3jmI4WDG4phoKcryQI2FW3fOL5/N\\nRyJfOBe/T4PfrZO1GS/FBvrxwTCEiXzTLOdWy/xufFCZsb9XKdYzdgkCgYEAw7NA\\nOm0nAhSxo7OCYATdw1l6WaYHt5PoR+db6GHU6WmiH0G4XmeCxF7L1emngZfqHy7o\\nvJU0W70vkw+9bLfQfRPGNiTRlSV9yCc5K+Odfn1RKsQtcLOKs+I1PwbXtTr/w1zT\\nV5d/j8t75NydXYLQsw+460FGqKYJLaYZwiYA2RUCgYBFcAd0MzGjX9Et14vbOviQ\\ndR6Qjk+NapmbjXRcTXD2abyrfbdY+gBqeT6KDI6mUvv1ucIrG2sxmw3dr0hcQfvg\\nHUJoKgA2zstgUo00ID5Za2O7jZmeyNv2vjdMQyt/i0H4BWwt4UTkxUPKVcev0HW9\\nwrk7rSagD85ykYqr2n4sYQKBgCEAnZg8yBNFwh9FKnte1rcW49cydKK0wrs9fPZX\\naTxjn/99acYh1p+fDOjqGmF0aPsRQhZrYwUFhnxabytiZDpzlz2SP/XS+L9EPhP0\\nsp6eK432v2L+JCnpv+j9Emtxo6gig1GGLvDk8+PIgJFAekl4IUsrGutd9LZKCJYB\\nKqtxAoGAe7pg7R4WHfvWylgkVa5uQDF8K0797lmxCEGLpWN42/rnzOPE4kkNcBro\\n2udMvComZm4ZquzPejW5bvrZvQM5zswJ3MepbNTfvbEMBp790PDpefeD735yyzzJ\\ns/C/MbLZDzUBNKgVZq1U41MlU/1B2XlH21Eb/6scLyNi3iBrca8=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestShelveInstance-691977933", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgurUNxhT1/j/d+ISC5kSBTGKbVxJSqeRu/lFHSeJ/W4/++A4bepxyeVQfuYf+VD4P9rNKxItWJIwb0DHZeSc82XwFRITizjGNJsVojCGOybLw/uXd1MiwxELPesHO7CYqvYiDQgnxGKL2bV8jfAR7iuZ2g+N61DV4pYjcLI2oOIBZHridZjw1ka78lVMRGcGLXppW88086l3Ze9Plr7+Z0zAwGuhixCCp5bmoHxTFrM5lyafEXWuJZTBubX8kmaPDJwXvQVFBg2yUnY9aC+jfZFLee7reJGBL9x86r9Q7EQsyj8QhIJywIbDxTkUo0G8fkzU/VXNcRXO8lFeHRk+9 Generated-by-Nova", "fingerprint": "9b:eb:56:06:c7:aa:9b:34:9c:d0:da:99:1f:5c:c2:fa", "user_id": "50661dee1600409cbd94014d055fdced"}}' 2021-10-27 16:09:37,023 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.64:9696/v2.0/security-groups 0.248s 2021-10-27 16:09:37,023 122916 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-868109932", "description": "tempest-secgroup-smoke-868109932 description", "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1592', 'x-openstack-request-id': 'req-f2f71944-d982-4503-aa3c-3b756b05ac77', 'date': 'Wed, 27 Oct 2021 16:09:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "name": "tempest-secgroup-smoke-868109932", "stateful": true, "tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17", "description": "tempest-secgroup-smoke-868109932 description", "security_group_rules": [{"id": "a4a10475-e8ff-4914-a163-29808dcd4432", "tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17", "security_group_id": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "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": 501, "description": null, "tags": [], "created_at": "2021-10-27T16:09:36Z", "updated_at": "2021-10-27T16:09:36Z", "revision_number": 0, "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}, {"id": "b76c1bcd-ff60-418f-999f-9387d4029e04", "tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17", "security_group_id": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "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": 502, "description": null, "tags": [], "created_at": "2021-10-27T16:09:36Z", "updated_at": "2021-10-27T16:09:36Z", "revision_number": 0, "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}], "tags": [], "created_at": "2021-10-27T16:09:36Z", "updated_at": "2021-10-27T16:09:36Z", "revision_number": 1, "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:37,256 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.232s 2021-10-27 16:09:37,257 122916 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": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "project_id": "7d5dc935678d4c6fb40d8285b6e64d17", "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-6fd2e46d-3614-4fa3-975f-b0ef1f0cffab', 'date': 'Wed, 27 Oct 2021 16:09:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d8152b3f-6751-40ee-8c0a-b67a79a5ec77", "tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17", "security_group_id": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "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": "2021-10-27T16:09:37Z", "updated_at": "2021-10-27T16:09:37Z", "revision_number": 0, "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:37,522 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.264s 2021-10-27 16:09:37,522 122916 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": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "project_id": "7d5dc935678d4c6fb40d8285b6e64d17", "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-898ae822-f7c1-461f-92ab-7a8d82126621', 'date': 'Wed, 27 Oct 2021 16:09:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c8195e98-3081-46d9-86c1-e6d1cb9287bc", "tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17", "security_group_id": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "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": "2021-10-27T16:09:37Z", "updated_at": "2021-10-27T16:09:37Z", "revision_number": 0, "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:37,753 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.230s 2021-10-27 16:09:37,753 122916 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": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "project_id": "7d5dc935678d4c6fb40d8285b6e64d17", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-105016f4-4106-4856-b63b-6b40bbd13e01', 'date': 'Wed, 27 Oct 2021 16:09:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ab96db04-1f89-41ef-ab8c-d588fe4a6c88", "tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17", "security_group_id": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "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": "2021-10-27T16:09:37Z", "updated_at": "2021-10-27T16:09:37Z", "revision_number": 0, "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:37,939 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.185s 2021-10-27 16:09:37,939 122916 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": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "project_id": "7d5dc935678d4c6fb40d8285b6e64d17", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d4c2ca4c-5b22-4399-98ce-711b42a60ca7', 'date': 'Wed, 27 Oct 2021 16:09:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ce4b51f7-4b51-44a4-aac5-b3ec6c53ba6d", "tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17", "security_group_id": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "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": "2021-10-27T16:09:37Z", "updated_at": "2021-10-27T16:09:37Z", "revision_number": 0, "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:38,149 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.209s 2021-10-27 16:09:38,149 122916 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": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "project_id": "7d5dc935678d4c6fb40d8285b6e64d17", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-1e791651-8e14-4600-8244-23ae47c258b8', 'date': 'Wed, 27 Oct 2021 16:09:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7237012d-b1b9-4033-9196-8d4e7eb3b21b", "tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17", "security_group_id": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "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": "2021-10-27T16:09:38Z", "updated_at": "2021-10-27T16:09:38Z", "revision_number": 0, "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:38,363 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.213s 2021-10-27 16:09:38,364 122916 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": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "project_id": "7d5dc935678d4c6fb40d8285b6e64d17", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-99228c42-6b74-4df0-b614-6714447723bf', 'date': 'Wed, 27 Oct 2021 16:09:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d8eb395-5c7d-473d-ba4d-01563467fa4e", "tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17", "security_group_id": "0dae5d46-f0a8-4cea-8658-d138600e34f1", "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": "2021-10-27T16:09:38Z", "updated_at": "2021-10-27T16:09:38Z", "revision_number": 0, "project_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:38,465 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.64/identity/v3/auth/tokens 0.087s 2021-10-27 16:09:38,466 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3391', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8a62825e-fbb6-40ad-8973-3b394c937d06', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "50661dee1600409cbd94014d055fdced", "name": "tempest-TestShelveInstance-876090071-project", "password_expires_at": null}, "audit_ids": ["FomWYrYHSMqxQsCMd-AZXA"], "expires_at": "2021-10-27T17:09:38.000000Z", "issued_at": "2021-10-27T16:09:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d5dc935678d4c6fb40d8285b6e64d17", "name": "tempest-TestShelveInstance-876090071"}, "is_domain": false, "roles": [{"id": "00c8e00a761741e8819de28543428909", "name": "member"}, {"id": "e9940d740c0a4a0fbd94317893e5a802", "name": "reader"}], "catalog": [{"endpoints": [{"id": "b4db8dd0269c46829e2e76649ccb1e04", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17", "region": "RegionOne"}], "id": "21dbf5bfa1a8477c9ca79538352abfa1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ab514574bfb64ba59465e6bf62841582", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:9696/", "region": "RegionOne"}], "id": "3948e8a9abbd48c09e79056f91c5316a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "aca524351fcd44da92153bdaac2f449f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/image", "region": "RegionOne"}], "id": "4f00820f53644b6991510da7823af60c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "42a8b0527ee74f2f9403c9948b829245", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/placement", "region": "RegionOne"}], "id": "7152b137e2904bfd957884923990ea32", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fddd0e8011684747a31e59b5aa7e3ea4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2/7d5dc935678d4c6fb40d8285b6e64d17", "region": "RegionOne"}], "id": "822d203071214249a7a83ef440835e3b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4076637689554721974547285f58af92", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:8080/v1/AUTH_7d5dc935678d4c6fb40d8285b6e64d17", "region": "RegionOne"}, {"id": "a8d9bf22601c449e8b7a535d6d7276b2", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64:8080", "region": "RegionOne"}], "id": "8eff8e680a3c4406a065e6ecae5ba648", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "5d278f2ce716420e83193b40478b88ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2.1", "region": "RegionOne"}], "id": "ae9206745322423494edaa6a9e505642", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "1c8b9a49532b415298d4eee11f124d62", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}, {"id": "a2dc863a7c404207be9af45713d1f344", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}], "id": "d772d57bc3f94330ac63f753ce96888e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0da17f2b324b43fc8f9e453e0bbf5512", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17", "region": "RegionOne"}], "id": "ee642b2f9a8249c39d263d9d81a655f1", "type": "volumev3", "name": "cinderv3"}]}}' 2021-10-27 16:09:38,466 122916 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '803014a0-e7a7-4e6c-bd43-4d0129e25e9e', 'name': 'tempest-TestShelveInstance-628528304-network', 'tenant_id': '7d5dc935678d4c6fb40d8285b6e64d17', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7d5dc935678d4c6fb40d8285b6e64d17', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 1115, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T16:09:23Z', 'updated_at': '2021-10-27T16:09:23Z', 'revision_number': 1} available for tenant 2021-10-27 16:09:39,168 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes 0.700s 2021-10-27 16:09:39,168 122916 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-129086809", "imageRef": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "size": 1}} Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70b922d4-c4a7-4389-9f74-ed310d516c3c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70b922d4-c4a7-4389-9f74-ed310d516c3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.046978", "updated_at": null, "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 16:09:39,273 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.091s 2021-10-27 16:09:39,273 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f361680-d3b9-4efd-8700-f1b801b675c0', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f361680-d3b9-4efd-8700-f1b801b675c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:40,353 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.067s 2021-10-27 16:09:40,354 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cf2a75e-efab-4498-a1e0-782ed3f6e602', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cf2a75e-efab-4498-a1e0-782ed3f6e602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:41,440 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.072s 2021-10-27 16:09:41,441 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28d5022c-b157-492b-acda-b6f12e7e1bf0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28d5022c-b157-492b-acda-b6f12e7e1bf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:42,519 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.064s 2021-10-27 16:09:42,519 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54570ceb-1e8e-45c2-b1dd-da85438169c6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54570ceb-1e8e-45c2-b1dd-da85438169c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:43,584 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.050s 2021-10-27 16:09:43,584 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9deda60-bc80-4280-89a6-e1077d7d7cc0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9deda60-bc80-4280-89a6-e1077d7d7cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:44,663 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.064s 2021-10-27 16:09:44,664 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbb9607a-0a42-413b-ab2e-5763336fa16c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbb9607a-0a42-413b-ab2e-5763336fa16c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:45,758 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.076s 2021-10-27 16:09:45,759 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d714f7ae-3ffa-455d-bc5f-99a5412a30c4', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d714f7ae-3ffa-455d-bc5f-99a5412a30c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:46,851 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.075s 2021-10-27 16:09:46,851 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc453e4-03c9-4974-9509-e61737e9c090', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc453e4-03c9-4974-9509-e61737e9c090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:47,935 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.069s 2021-10-27 16:09:47,936 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-508e8124-20fb-4fa5-9b26-82522fd15fef', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-508e8124-20fb-4fa5-9b26-82522fd15fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:48,994 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:09:48,996 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edfb9556-3735-46e0-88b4-e3a9f9925dbd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edfb9556-3735-46e0-88b4-e3a9f9925dbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:50,050 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:09:50,050 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e015d7f4-0c48-4505-ad69-94663433892e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e015d7f4-0c48-4505-ad69-94663433892e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:51,105 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:09:51,105 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c391c79-7273-406b-a801-d1697273ead5', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c391c79-7273-406b-a801-d1697273ead5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:52,155 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:09:52,156 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7690c538-b031-4ac1-b672-c00c484503d4', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7690c538-b031-4ac1-b672-c00c484503d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:53,207 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:09:53,208 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2beb3c8-2098-47a9-9022-46bc02b93d8d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2beb3c8-2098-47a9-9022-46bc02b93d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:54,275 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.050s 2021-10-27 16:09:54,276 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-823d9356-978e-41a0-aade-66d15b37e78c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-823d9356-978e-41a0-aade-66d15b37e78c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:55,331 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:09:55,332 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b84457c2-d8dd-4d03-92f3-f712fd635f73', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b84457c2-d8dd-4d03-92f3-f712fd635f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:56,388 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:09:56,389 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477e2339-53c5-4deb-8197-1edb31cedbba', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477e2339-53c5-4deb-8197-1edb31cedbba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:57,442 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:09:57,443 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f81b44f3-3989-4cf7-bdc1-b1ba40a69946', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f81b44f3-3989-4cf7-bdc1-b1ba40a69946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:58,501 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.048s 2021-10-27 16:09:58,501 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed04f45f-5d52-427a-b71a-81293998b752', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed04f45f-5d52-427a-b71a-81293998b752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:09:59,570 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.054s 2021-10-27 16:09:59,570 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:09:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c009624e-9dc2-42cb-b915-12564ab7d470', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c009624e-9dc2-42cb-b915-12564ab7d470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:00,632 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:10:00,632 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfe35c74-6fe4-461b-9fe5-a8185873516d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfe35c74-6fe4-461b-9fe5-a8185873516d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:01,686 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:10:01,686 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5111e388-c86c-48bb-87a1-9b9d08f0909b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5111e388-c86c-48bb-87a1-9b9d08f0909b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:02,738 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:10:02,738 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce16d61d-1b49-424f-b3f0-dd4e2d8e5db8', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce16d61d-1b49-424f-b3f0-dd4e2d8e5db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:03,785 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:10:03,786 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0184bb72-68d3-4d3a-a971-4e5f886718f9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0184bb72-68d3-4d3a-a971-4e5f886718f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:04,836 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:10:04,836 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-905e834a-6303-4a23-8225-d58555febf45', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-905e834a-6303-4a23-8225-d58555febf45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:05,886 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:10:05,886 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2aefc8-0b0d-41d7-b9e1-0f4c6ffe124b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2aefc8-0b0d-41d7-b9e1-0f4c6ffe124b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:06,934 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:10:06,934 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10b441a8-73b0-46ef-9ed8-dd497723a9cc', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10b441a8-73b0-46ef-9ed8-dd497723a9cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:07,980 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:10:07,981 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceb84cd7-1b8d-4c7a-9446-38c2c6dcee47', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceb84cd7-1b8d-4c7a-9446-38c2c6dcee47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:09,027 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:10:09,028 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7461631-ad8a-49b6-bfcd-ca06b38579a3', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7461631-ad8a-49b6-bfcd-ca06b38579a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:10,080 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:10:10,080 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8af722-5eee-4dba-8523-270e271080fc', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8af722-5eee-4dba-8523-270e271080fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:11,127 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:10:11,128 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d698a9ff-3b21-4b4a-9722-61f7b3b2b103', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d698a9ff-3b21-4b4a-9722-61f7b3b2b103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:12,173 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:10:12,174 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-043e09b6-3194-4626-b72a-68c1c8559ae6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-043e09b6-3194-4626-b72a-68c1c8559ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:13,227 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:10:13,227 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4756c765-5077-4433-9dda-f8c6a3ccc09b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4756c765-5077-4433-9dda-f8c6a3ccc09b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:14,281 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:10:14,282 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b6c1dff-789c-4688-b5a0-85e0de64f66f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b6c1dff-789c-4688-b5a0-85e0de64f66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:15,341 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.051s 2021-10-27 16:10:15,342 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6233e9a7-5f3b-43d2-86b9-67b0db19e469', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6233e9a7-5f3b-43d2-86b9-67b0db19e469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:16,396 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:10:16,396 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f68e1468-9d62-4436-8fb1-b3791f24a9bb', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f68e1468-9d62-4436-8fb1-b3791f24a9bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:17,453 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.048s 2021-10-27 16:10:17,454 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9feb3047-69cb-4fba-a6b0-0c61e2787b14', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9feb3047-69cb-4fba-a6b0-0c61e2787b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:18,510 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.047s 2021-10-27 16:10:18,511 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7d10ec1-dddb-4397-a821-a1e640be39f0', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d10ec1-dddb-4397-a821-a1e640be39f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:19,565 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:10:19,565 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33776c31-c726-4ff0-83dd-13265715079d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33776c31-c726-4ff0-83dd-13265715079d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:20,617 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:10:20,617 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c61ebe73-043a-43a1-b7aa-2c4c8738b421', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c61ebe73-043a-43a1-b7aa-2c4c8738b421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:21,674 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.048s 2021-10-27 16:10:21,675 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29174b08-aa7a-406b-b7d8-bcb3a16c0cc6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29174b08-aa7a-406b-b7d8-bcb3a16c0cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:22,739 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.057s 2021-10-27 16:10:22,740 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebb44684-b1b8-4d3b-ae32-b2127f7befcd', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebb44684-b1b8-4d3b-ae32-b2127f7befcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:23,810 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.058s 2021-10-27 16:10:23,810 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc82f773-b930-4ac3-8c88-72a82ccca19f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc82f773-b930-4ac3-8c88-72a82ccca19f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:24,868 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.047s 2021-10-27 16:10:24,869 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4dafb4e-f502-40b8-a4c8-53446b705941', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4dafb4e-f502-40b8-a4c8-53446b705941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:25,940 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.059s 2021-10-27 16:10:25,940 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0df04551-d566-438c-bd89-8bfff6839dcf', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0df04551-d566-438c-bd89-8bfff6839dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:27,003 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.052s 2021-10-27 16:10:27,004 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c95de4-f2c2-4061-a96b-a27198281f13', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10c95de4-f2c2-4061-a96b-a27198281f13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:28,053 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:10:28,053 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-900594dc-063d-4c71-879c-bdb314d2525a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-900594dc-063d-4c71-879c-bdb314d2525a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:29,102 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:10:29,102 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4c01dad-9bd6-43e4-9a31-0a32bc3c53dc', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4c01dad-9bd6-43e4-9a31-0a32bc3c53dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:30,163 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.052s 2021-10-27 16:10:30,163 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c664576b-17c7-4330-8c70-e2037a864596', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c664576b-17c7-4330-8c70-e2037a864596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:31,214 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:10:31,215 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3fc2ced-9445-4f3c-a5a3-f9119bfcdf7d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3fc2ced-9445-4f3c-a5a3-f9119bfcdf7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:32,283 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.059s 2021-10-27 16:10:32,283 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e0eff8e-847e-4a98-a231-d6fdad639bad', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e0eff8e-847e-4a98-a231-d6fdad639bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:33,361 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.068s 2021-10-27 16:10:33,362 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-682361d3-4df9-4ba6-80e1-569af690feb5', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-682361d3-4df9-4ba6-80e1-569af690feb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:34,416 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:10:34,416 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5046b6b8-dd2c-4cdb-9c2d-85f3f572d16f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5046b6b8-dd2c-4cdb-9c2d-85f3f572d16f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:35,477 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.051s 2021-10-27 16:10:35,478 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8593c91-0f96-4b96-97af-4a11f0f29077', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8593c91-0f96-4b96-97af-4a11f0f29077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:36,542 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.055s 2021-10-27 16:10:36,543 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b9783e7-dab0-491a-999f-8593871d6d77', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b9783e7-dab0-491a-999f-8593871d6d77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:37,608 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.057s 2021-10-27 16:10:37,608 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6be8b33-6b59-4c2d-84bc-02e66f3bab39', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6be8b33-6b59-4c2d-84bc-02e66f3bab39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:38,658 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:10:38,658 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82f3fcff-e02a-4727-b6e3-5fc419a537ba', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82f3fcff-e02a-4727-b6e3-5fc419a537ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:39,713 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:10:39,713 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a15f1f-0183-4764-8bda-5c1166b14b4c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a15f1f-0183-4764-8bda-5c1166b14b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:40,761 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:10:40,762 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dc424cf-26cf-404e-81fb-ac1d99b21f96', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dc424cf-26cf-404e-81fb-ac1d99b21f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:41,813 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:10:41,813 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e33f9a37-120c-4d3d-b5a3-d4e1b409ea50', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e33f9a37-120c-4d3d-b5a3-d4e1b409ea50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:42,860 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:10:42,860 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d5f8f5c-3c9f-41ff-b2e1-5f39918eeb15', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d5f8f5c-3c9f-41ff-b2e1-5f39918eeb15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:43,907 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:10:43,908 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2bf65ef-3967-44d8-9d33-cdc5a1ea68c5', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2bf65ef-3967-44d8-9d33-cdc5a1ea68c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:44,957 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:10:44,958 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ba134e4-f7de-4708-9600-58453302051c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ba134e4-f7de-4708-9600-58453302051c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:46,007 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:10:46,008 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05881ed-68ac-44bc-9fc2-1e2300d79ba4', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05881ed-68ac-44bc-9fc2-1e2300d79ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:47,056 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:10:47,056 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9488a4d1-6e27-46f7-8fdd-f087323f704c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9488a4d1-6e27-46f7-8fdd-f087323f704c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:48,101 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:10:48,101 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ea6960-f183-466d-8992-be8c67d39e03', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ea6960-f183-466d-8992-be8c67d39e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:49,149 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:10:49,149 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-036bed81-bdaa-41d0-b065-b94f63905659', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-036bed81-bdaa-41d0-b065-b94f63905659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:50,203 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:10:50,204 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6590d4b-437f-401e-918d-dfbfbbd3f795', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6590d4b-437f-401e-918d-dfbfbbd3f795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:51,252 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:10:51,253 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87f428f6-9e68-47fe-b9f6-32df70956d29', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87f428f6-9e68-47fe-b9f6-32df70956d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:52,297 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:10:52,298 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98124e7a-01c9-495a-a866-7874a34bd794', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98124e7a-01c9-495a-a866-7874a34bd794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:53,345 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:10:53,345 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e373c3a-8a0b-48a6-9b85-530837e90869', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e373c3a-8a0b-48a6-9b85-530837e90869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:54,390 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:10:54,391 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b2a59b-54eb-4a71-9f55-b7bbc385ac8a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b2a59b-54eb-4a71-9f55-b7bbc385ac8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:55,437 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:10:55,437 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-831e12bf-41e0-49f1-a094-68ea8537bf90', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-831e12bf-41e0-49f1-a094-68ea8537bf90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:56,519 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.073s 2021-10-27 16:10:56,519 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2899093-9bc8-4396-8044-62236e5d4307', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2899093-9bc8-4396-8044-62236e5d4307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:57,579 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:10:57,579 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfcb494c-165e-44db-921d-9ce189f56011', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfcb494c-165e-44db-921d-9ce189f56011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:58,632 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:10:58,633 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-331bc431-263b-4e50-9d4d-a635d6f9c1b8', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-331bc431-263b-4e50-9d4d-a635d6f9c1b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:10:59,680 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:10:59,680 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:10:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11dbc7db-4e84-40a8-a590-d676febb245d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11dbc7db-4e84-40a8-a590-d676febb245d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:00,727 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:00,728 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d73d1a58-df3a-4e1f-9994-958076f014ad', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d73d1a58-df3a-4e1f-9994-958076f014ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:01,773 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:11:01,773 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fcddac9-a2b3-4660-8ca2-6d03b776a93f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fcddac9-a2b3-4660-8ca2-6d03b776a93f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:02,819 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:11:02,819 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c330b269-0429-48b0-93da-0c4e3c9f1390', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c330b269-0429-48b0-93da-0c4e3c9f1390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:03,866 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:11:03,867 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb555315-4b98-4bf2-a6f5-c4a2a1aef043', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb555315-4b98-4bf2-a6f5-c4a2a1aef043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:04,918 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:11:04,918 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d9182a-b18a-468e-a4b4-73e651aa2bca', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d9182a-b18a-468e-a4b4-73e651aa2bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:05,964 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:05,964 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a19660d-ead6-40ba-94e6-62d50824a07b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a19660d-ead6-40ba-94e6-62d50824a07b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:07,010 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:07,010 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09046740-490b-456a-ada2-3a86e5aa218c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09046740-490b-456a-ada2-3a86e5aa218c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:08,057 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:08,057 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8df2c530-7e7b-4064-ad9b-9df9a1a786f2', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8df2c530-7e7b-4064-ad9b-9df9a1a786f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:09,107 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:11:09,107 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0702463-91c9-4cd3-8088-2938aa336baa', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0702463-91c9-4cd3-8088-2938aa336baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:10,153 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:10,154 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dff3a0d-1a29-4ab5-975b-2a07027fb59a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dff3a0d-1a29-4ab5-975b-2a07027fb59a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:11,205 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:11:11,205 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a953f821-5662-4381-909c-683823afe1df', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a953f821-5662-4381-909c-683823afe1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:12,269 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.055s 2021-10-27 16:11:12,269 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-607e26ac-1cb7-4b34-8268-ddad079d6806', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-607e26ac-1cb7-4b34-8268-ddad079d6806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:13,317 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:11:13,318 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4843ad7-b406-4259-b4dc-b3cafa97ec50', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4843ad7-b406-4259-b4dc-b3cafa97ec50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:14,368 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:11:14,369 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d57e54-453c-4fca-ba1f-89af828d0981', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d57e54-453c-4fca-ba1f-89af828d0981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:15,416 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:11:15,417 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2902953c-b7f5-4dfc-a004-8ce888328daf', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2902953c-b7f5-4dfc-a004-8ce888328daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:16,468 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:11:16,468 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5667229-01da-4cb0-8af5-54c1b2892333', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5667229-01da-4cb0-8af5-54c1b2892333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:17,519 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:11:17,519 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c32c0614-8937-42f2-8ee3-3d40abd3fa8d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c32c0614-8937-42f2-8ee3-3d40abd3fa8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:18,568 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:11:18,569 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0560008c-c6ea-48a7-8d85-1131f5263a8b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0560008c-c6ea-48a7-8d85-1131f5263a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:19,621 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:11:19,621 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d12662e2-6f0a-4145-af66-56f10ff8f41a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12662e2-6f0a-4145-af66-56f10ff8f41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:20,716 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.087s 2021-10-27 16:11:20,717 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77285488-19b0-42fa-bc7e-064a6e02c119', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77285488-19b0-42fa-bc7e-064a6e02c119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:21,825 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.099s 2021-10-27 16:11:21,826 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9038f184-79a1-4df2-98d8-d9ade2b7cf59', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9038f184-79a1-4df2-98d8-d9ade2b7cf59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:22,903 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.062s 2021-10-27 16:11:22,904 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a638580-fd36-4e3a-bde4-6c9634983d20', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a638580-fd36-4e3a-bde4-6c9634983d20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:23,951 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:11:23,952 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08f19446-ba62-4879-8870-526e1ad5f344', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f19446-ba62-4879-8870-526e1ad5f344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:24,996 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.036s 2021-10-27 16:11:24,997 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81a30ea7-134e-4148-9eef-c7b4e2c9041d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a30ea7-134e-4148-9eef-c7b4e2c9041d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:26,041 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:11:26,041 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef8129e-654e-4136-aa62-374781684436', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef8129e-654e-4136-aa62-374781684436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:27,087 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:27,087 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c73320ee-af13-4e46-91f0-4012bffe532e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c73320ee-af13-4e46-91f0-4012bffe532e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:28,133 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:11:28,134 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2ad7fc-0f5c-42a0-888a-e5569127081d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2ad7fc-0f5c-42a0-888a-e5569127081d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:29,180 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:29,180 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1015bc-ab86-43f4-a9ce-dcd26985d39a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1015bc-ab86-43f4-a9ce-dcd26985d39a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:30,224 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:11:30,225 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bdfa1ae-c070-47a8-a458-2e05b45d16aa', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bdfa1ae-c070-47a8-a458-2e05b45d16aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:31,270 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.036s 2021-10-27 16:11:31,270 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca4a01b-5655-48fe-93b8-f5a1cdf4f604', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca4a01b-5655-48fe-93b8-f5a1cdf4f604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:32,316 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:32,316 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56be4ba4-8396-4a63-8016-5046d061a618', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56be4ba4-8396-4a63-8016-5046d061a618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:33,362 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:11:33,362 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783f7191-8417-4fa8-bd04-79ac23b7234f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783f7191-8417-4fa8-bd04-79ac23b7234f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:34,408 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:34,409 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87ef4e10-5e00-416b-83b8-3737c84bf6f0', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87ef4e10-5e00-416b-83b8-3737c84bf6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:35,454 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:35,454 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab7df49-a05c-487a-a058-cace91d8a65b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab7df49-a05c-487a-a058-cace91d8a65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:36,504 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:11:36,504 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df493a34-54a1-4474-8c95-b25e0d199e57', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df493a34-54a1-4474-8c95-b25e0d199e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:37,552 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:37,553 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faaeca52-52db-4ccf-bdfc-32ff0fd99f96', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faaeca52-52db-4ccf-bdfc-32ff0fd99f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:38,606 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:11:38,607 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-630fd155-ad13-41f6-a10d-fcb66c79dbb5', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-630fd155-ad13-41f6-a10d-fcb66c79dbb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:39,652 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:11:39,652 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1672863-3c1f-453c-bfa1-033cb12ee42f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1672863-3c1f-453c-bfa1-033cb12ee42f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:40,697 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:40,698 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2870e321-fba8-4453-9c90-df13c6d62b2d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2870e321-fba8-4453-9c90-df13c6d62b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:41,745 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:11:41,746 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff766b3-81da-4a5b-b17a-cfe8d62284ef', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff766b3-81da-4a5b-b17a-cfe8d62284ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:42,791 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:11:42,792 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3a7ab4-de1b-44a8-bded-8a7f3a61d4a3', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3a7ab4-de1b-44a8-bded-8a7f3a61d4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:43,839 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:11:43,839 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b174565-6e94-4ece-94a6-8c78eadaf8b9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b174565-6e94-4ece-94a6-8c78eadaf8b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:44,888 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:11:44,888 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4567c95b-6400-48a5-b9dc-1a1befff83e6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4567c95b-6400-48a5-b9dc-1a1befff83e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:45,933 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:11:45,933 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1394aa2-28b1-486f-8bf4-b2e31abc8f55', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1394aa2-28b1-486f-8bf4-b2e31abc8f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:46,984 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:11:46,985 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841f779a-c694-46d1-94ee-8ce367513bcf', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841f779a-c694-46d1-94ee-8ce367513bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:48,031 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:11:48,031 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18228851-535d-4f70-9874-550aa579be4b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18228851-535d-4f70-9874-550aa579be4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:49,078 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:49,079 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e2de222-62b2-419c-af53-0f0d83299152', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e2de222-62b2-419c-af53-0f0d83299152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:50,129 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:11:50,130 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5b1670-3218-41e7-8866-663d78f877ab', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c5b1670-3218-41e7-8866-663d78f877ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:51,178 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:11:51,179 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b33ad3c-fdd4-49e4-badc-b007ff2dd056', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b33ad3c-fdd4-49e4-badc-b007ff2dd056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:52,225 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:11:52,226 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09283fc5-2a3e-4658-9ea5-77513c3c3d37', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09283fc5-2a3e-4658-9ea5-77513c3c3d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:53,273 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:53,273 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b674d81b-ba7b-4488-b0d3-dcc20ed32dd3', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b674d81b-ba7b-4488-b0d3-dcc20ed32dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:54,319 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:11:54,319 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e7cf77-dbf9-43d9-8316-ad74a68f7597', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e7cf77-dbf9-43d9-8316-ad74a68f7597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:55,368 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:11:55,368 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-183f8b11-6fe6-4462-8599-b5b210808038', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-183f8b11-6fe6-4462-8599-b5b210808038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:56,431 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.055s 2021-10-27 16:11:56,431 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae3bda3-6146-4bab-a8ff-2004c6b12764', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae3bda3-6146-4bab-a8ff-2004c6b12764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:57,495 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.055s 2021-10-27 16:11:57,496 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1821c2f8-cd0c-4d95-aafa-b3c25790e998', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1821c2f8-cd0c-4d95-aafa-b3c25790e998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:58,552 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:11:58,552 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65d0f1ac-fab7-47a8-87da-6803f13e6e66', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65d0f1ac-fab7-47a8-87da-6803f13e6e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:11:59,606 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:11:59,607 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:11:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07c4b972-9e04-4567-9d0f-015bf7753558', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07c4b972-9e04-4567-9d0f-015bf7753558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:00,659 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:12:00,659 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-261b08ff-fa51-40de-a5af-982519a4efd1', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-261b08ff-fa51-40de-a5af-982519a4efd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:01,707 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:12:01,707 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8995b49-41cf-4f36-87ab-18cc9bf9904f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8995b49-41cf-4f36-87ab-18cc9bf9904f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:02,755 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:12:02,756 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d675900-9aba-4089-9dc6-ef85efa5eb6b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d675900-9aba-4089-9dc6-ef85efa5eb6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:03,808 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:12:03,808 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d6120b-f03b-4063-914d-8a034285dbc9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d6120b-f03b-4063-914d-8a034285dbc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:04,870 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:12:04,871 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b01d415-95b7-4250-b9f7-c2a19893982b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b01d415-95b7-4250-b9f7-c2a19893982b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:05,924 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:12:05,925 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac165ffd-2b20-401b-a0db-b46b0dccdf0c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac165ffd-2b20-401b-a0db-b46b0dccdf0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:06,979 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:12:06,980 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b728c341-b782-4ab6-9981-d84815135516', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b728c341-b782-4ab6-9981-d84815135516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:08,035 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:12:08,035 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e81f812e-b5ac-48b1-b6c2-311052091a3d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e81f812e-b5ac-48b1-b6c2-311052091a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:09,093 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.047s 2021-10-27 16:12:09,093 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b02f9e9-4851-44ca-8587-97e324220fc6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b02f9e9-4851-44ca-8587-97e324220fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:10,148 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:12:10,149 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ddbed1-50e1-4b66-a9c1-15a7d3e0a0d0', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ddbed1-50e1-4b66-a9c1-15a7d3e0a0d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:11,200 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:12:11,201 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43ec608-dc02-49df-943b-1c9541da0dae', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43ec608-dc02-49df-943b-1c9541da0dae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:12,289 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.073s 2021-10-27 16:12:12,290 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5151a44-9400-4e42-a7fe-496a380fd72e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5151a44-9400-4e42-a7fe-496a380fd72e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:13,357 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:12:13,358 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6635e1ab-8f26-43fb-bf95-9b8a10d73aa6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6635e1ab-8f26-43fb-bf95-9b8a10d73aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:14,449 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.075s 2021-10-27 16:12:14,449 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4d8869b-466f-45c0-93bc-82dae394961e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4d8869b-466f-45c0-93bc-82dae394961e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:15,581 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.118s 2021-10-27 16:12:15,581 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b63ba19a-b71c-45e4-b103-abb05c42ef49', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b63ba19a-b71c-45e4-b103-abb05c42ef49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:16,668 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.070s 2021-10-27 16:12:16,668 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c178feec-dec1-460c-a457-b9d405f0afba', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c178feec-dec1-460c-a457-b9d405f0afba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:17,749 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.071s 2021-10-27 16:12:17,750 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787ff727-fb96-42b4-a3c4-ce490cfb8489', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787ff727-fb96-42b4-a3c4-ce490cfb8489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:18,807 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:12:18,807 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d0adbc8-5390-4ada-bc25-6385d11d1f42', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d0adbc8-5390-4ada-bc25-6385d11d1f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:19,858 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:12:19,859 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-710708c1-a86d-4694-bbbe-653a3faf1161', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-710708c1-a86d-4694-bbbe-653a3faf1161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:20,911 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:12:20,911 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e10db7ca-4149-4e4c-8ec8-3abc17454324', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e10db7ca-4149-4e4c-8ec8-3abc17454324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:21,963 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:12:21,964 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38178c6b-58af-495c-999a-bb88996ec0cd', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38178c6b-58af-495c-999a-bb88996ec0cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:23,022 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.049s 2021-10-27 16:12:23,023 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d11d4619-c820-4e16-a9b3-91c0904d7845', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d11d4619-c820-4e16-a9b3-91c0904d7845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:24,086 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.048s 2021-10-27 16:12:24,087 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-506da675-38f9-475a-8bf1-1a005009cf87', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-506da675-38f9-475a-8bf1-1a005009cf87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:25,147 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:12:25,148 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce539106-5469-45d9-924f-11fbbaa8da9d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce539106-5469-45d9-924f-11fbbaa8da9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:26,206 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:12:26,207 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62be2f6f-862e-4bb2-9c02-3a3065736e8c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62be2f6f-862e-4bb2-9c02-3a3065736e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:27,266 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:12:27,266 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecab98b1-5718-438b-9bd6-bae429aa9942', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecab98b1-5718-438b-9bd6-bae429aa9942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:28,315 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:12:28,315 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcc9407e-b944-4736-a7fd-b7c0adf3f146', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcc9407e-b944-4736-a7fd-b7c0adf3f146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:29,380 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.055s 2021-10-27 16:12:29,380 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afb41424-54b9-4c98-97aa-a5ee03bf9f0d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afb41424-54b9-4c98-97aa-a5ee03bf9f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:30,441 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:12:30,442 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce0fa7c-a807-4171-9b15-edfb059f30c4', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce0fa7c-a807-4171-9b15-edfb059f30c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:31,532 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.075s 2021-10-27 16:12:31,533 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e65851ec-9cb4-4b4a-a454-88f475c7e8ac', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e65851ec-9cb4-4b4a-a454-88f475c7e8ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:32,613 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.071s 2021-10-27 16:12:32,614 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd65a369-fe48-4553-871f-c96f14dae734', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd65a369-fe48-4553-871f-c96f14dae734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:33,699 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.069s 2021-10-27 16:12:33,699 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9267aeb3-5c3a-4ea4-a841-6aa27cb1c8a8', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9267aeb3-5c3a-4ea4-a841-6aa27cb1c8a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:34,767 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:12:34,768 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22dcd7e-3ea8-4520-9ce5-e16c21e268c3', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22dcd7e-3ea8-4520-9ce5-e16c21e268c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:35,828 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.050s 2021-10-27 16:12:35,828 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62777b5a-1f46-461f-8996-5f8cf6afa243', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62777b5a-1f46-461f-8996-5f8cf6afa243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:36,891 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.054s 2021-10-27 16:12:36,892 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6959d09-682c-4644-a384-d02bab04dd99', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6959d09-682c-4644-a384-d02bab04dd99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:37,954 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:12:37,954 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a46885-1b86-4c17-bb43-315300dae848', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a46885-1b86-4c17-bb43-315300dae848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:39,018 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.055s 2021-10-27 16:12:39,019 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f74ff55-0c23-40ea-b42c-cecbd666f9b2', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f74ff55-0c23-40ea-b42c-cecbd666f9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:40,086 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.052s 2021-10-27 16:12:40,087 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f56572-4644-4c24-98a1-f73ed7159e54', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f56572-4644-4c24-98a1-f73ed7159e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:41,143 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:12:41,143 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6446060-ce1a-4a3b-8f0e-4f2821774447', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6446060-ce1a-4a3b-8f0e-4f2821774447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:42,205 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:12:42,205 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31111ac8-0607-4395-b335-9fddbba80fff', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31111ac8-0607-4395-b335-9fddbba80fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:43,262 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:12:43,263 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a5adb0-4718-4672-bcf1-3d44ce2f86bc', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a5adb0-4718-4672-bcf1-3d44ce2f86bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:44,320 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:12:44,320 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-573daf53-5826-4d37-95b8-f558dc1e2611', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-573daf53-5826-4d37-95b8-f558dc1e2611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:45,371 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:12:45,371 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37ba61b4-4358-4ed7-bcbd-5f9b190437e4', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37ba61b4-4358-4ed7-bcbd-5f9b190437e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:46,424 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:12:46,425 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fd2052e-91c2-45ee-b6f3-48a436cdf2d9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd2052e-91c2-45ee-b6f3-48a436cdf2d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:47,477 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:12:47,478 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c2f9c46-a3da-4e36-86b2-384c27d6c05f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c2f9c46-a3da-4e36-86b2-384c27d6c05f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:48,529 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:12:48,529 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ede2ab50-cd28-4941-be59-6697f01f2d51', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ede2ab50-cd28-4941-be59-6697f01f2d51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:49,581 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:12:49,582 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2163cc29-e9d0-4774-8a69-5a65faea4af4', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2163cc29-e9d0-4774-8a69-5a65faea4af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:50,644 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:12:50,645 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a63bb7b-2937-420d-b4b7-5e565f6e3b77', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a63bb7b-2937-420d-b4b7-5e565f6e3b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:51,696 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:12:51,697 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d39611-6091-489b-9b08-5f3937a17016', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d39611-6091-489b-9b08-5f3937a17016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:52,758 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:12:52,758 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-576a8cdb-a16c-47a2-bd7d-30f6aac45e65', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-576a8cdb-a16c-47a2-bd7d-30f6aac45e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:53,821 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:12:53,821 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a92a70ab-ef46-4712-b7e6-a8e14984d280', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a92a70ab-ef46-4712-b7e6-a8e14984d280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:54,873 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:12:54,873 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d93c05d-2e1e-4193-908e-a97c66ac5af6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d93c05d-2e1e-4193-908e-a97c66ac5af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:55,932 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:12:55,932 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba8232fe-8911-45b4-8b3c-cb14255f6248', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba8232fe-8911-45b4-8b3c-cb14255f6248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:56,993 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:12:56,993 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c1b9523-b02d-4d27-9fa3-7d32a28b3dcb', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c1b9523-b02d-4d27-9fa3-7d32a28b3dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:58,047 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:12:58,048 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02d3fcb9-ae93-4bb7-86d2-5d0214e6b448', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02d3fcb9-ae93-4bb7-86d2-5d0214e6b448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:12:59,104 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:12:59,105 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:12:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5c59b9-45d6-41d6-ba0f-7c21216e638e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5c59b9-45d6-41d6-ba0f-7c21216e638e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:00,164 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:13:00,164 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26e31e03-ef50-425f-9525-6139490daeb9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26e31e03-ef50-425f-9525-6139490daeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:01,215 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:13:01,216 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b831682-999d-4100-923c-259415a63422', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b831682-999d-4100-923c-259415a63422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:02,281 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.049s 2021-10-27 16:13:02,281 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b958b36a-8aef-4341-8206-0a68a49bcc84', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b958b36a-8aef-4341-8206-0a68a49bcc84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:03,329 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:13:03,330 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f0ceb7-e287-4d5b-879f-170b05c207c7', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f0ceb7-e287-4d5b-879f-170b05c207c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:04,398 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.059s 2021-10-27 16:13:04,398 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb928319-a5f2-481a-a3dc-f4f49974d96e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb928319-a5f2-481a-a3dc-f4f49974d96e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:05,468 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.061s 2021-10-27 16:13:05,469 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd9f0fbe-7fa5-4a23-9f2b-cfb25e340091', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd9f0fbe-7fa5-4a23-9f2b-cfb25e340091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:06,530 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:13:06,531 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71477e25-a7d0-47c7-b10e-8e811ca827ad', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71477e25-a7d0-47c7-b10e-8e811ca827ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:07,592 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:13:07,593 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e60e0d30-bc84-444a-b493-8844ddc4ebb5', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e60e0d30-bc84-444a-b493-8844ddc4ebb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:08,641 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:08,641 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71ed8e13-78f3-42a1-94da-3db8843d6f5d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71ed8e13-78f3-42a1-94da-3db8843d6f5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:09,688 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:09,688 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8be78aa-7ebc-4114-839d-62247a683af0', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8be78aa-7ebc-4114-839d-62247a683af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:10,737 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:10,737 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c798e04-baef-4333-ae67-c5083b58ac7a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c798e04-baef-4333-ae67-c5083b58ac7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:11,784 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:11,785 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c1b1e47-9ae6-4b5b-b7ae-143744da60e4', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c1b1e47-9ae6-4b5b-b7ae-143744da60e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:12,837 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:13:12,838 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36a52436-939b-4610-ae23-962ff74e8039', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36a52436-939b-4610-ae23-962ff74e8039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:13,893 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.047s 2021-10-27 16:13:13,893 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950b3890-d22e-4755-80f1-929f86bbf3cb', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950b3890-d22e-4755-80f1-929f86bbf3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:14,943 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:13:14,944 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19c56ec4-08e0-4556-8270-99dea1246dbf', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19c56ec4-08e0-4556-8270-99dea1246dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:15,998 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:13:15,998 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c297868b-6fbd-4c71-b7de-58332c36b983', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c297868b-6fbd-4c71-b7de-58332c36b983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:17,051 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:13:17,052 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff74e21-74a5-42f6-9cf2-cbef2b1d471a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff74e21-74a5-42f6-9cf2-cbef2b1d471a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:18,103 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:13:18,103 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638b00b1-d9ae-4f92-ae88-dad0e13c6185', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638b00b1-d9ae-4f92-ae88-dad0e13c6185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:19,152 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:13:19,153 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a40134a-84e7-4c59-9bea-5a3289f30717', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a40134a-84e7-4c59-9bea-5a3289f30717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:20,206 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:13:20,206 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a89f023-4ad7-4d96-a507-6a0260e7df6b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a89f023-4ad7-4d96-a507-6a0260e7df6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:21,257 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:21,257 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23b80ee9-bdaf-4aee-9a6a-75a19dfb9e55', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23b80ee9-bdaf-4aee-9a6a-75a19dfb9e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:22,319 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:13:22,320 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c313da95-eccc-4cdc-8957-202108de0f21', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c313da95-eccc-4cdc-8957-202108de0f21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:23,369 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:23,369 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27d5532a-4629-4b94-967d-44c5aa0d6964', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27d5532a-4629-4b94-967d-44c5aa0d6964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:24,420 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:24,421 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b005054a-e6cf-414f-b511-8b86dd2a3f78', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b005054a-e6cf-414f-b511-8b86dd2a3f78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:25,473 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:13:25,474 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0086ec07-a788-4372-b6a8-834210437626', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0086ec07-a788-4372-b6a8-834210437626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:26,531 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.047s 2021-10-27 16:13:26,532 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d34c30a-76bd-4e0c-959e-1138c0aedca0', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d34c30a-76bd-4e0c-959e-1138c0aedca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:27,581 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:27,584 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d60a2d7-e771-4f30-9f04-17747bec204a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d60a2d7-e771-4f30-9f04-17747bec204a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:28,633 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:28,634 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ae1914-705c-49c8-8758-969b3f7c9bc9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ae1914-705c-49c8-8758-969b3f7c9bc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:29,680 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:13:29,680 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-517ba794-2ac5-4225-ac54-bd3dd1b802cf', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-517ba794-2ac5-4225-ac54-bd3dd1b802cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:30,730 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:30,730 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9aaa894-a7e7-4927-be0e-325ac202645c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9aaa894-a7e7-4927-be0e-325ac202645c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:31,778 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:31,778 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-573772b5-3db9-4305-8696-fb620146547b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-573772b5-3db9-4305-8696-fb620146547b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:32,828 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:13:32,829 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c74a8fe2-7360-42a8-b7f7-5d4a2b615285', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c74a8fe2-7360-42a8-b7f7-5d4a2b615285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:33,880 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:33,880 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13894924-d2d5-4538-9cf4-255b73ba468f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13894924-d2d5-4538-9cf4-255b73ba468f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:34,929 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:34,929 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0567adcf-7048-476f-bdd0-d6bf8b711b67', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0567adcf-7048-476f-bdd0-d6bf8b711b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:35,980 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:13:35,981 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29acd9b5-99bd-4b36-a7e9-022fd7f32e25', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29acd9b5-99bd-4b36-a7e9-022fd7f32e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:37,029 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:13:37,029 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec96e003-d6d1-4e2f-ae59-061558d56111', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec96e003-d6d1-4e2f-ae59-061558d56111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:38,080 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:38,080 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fb0a48-ef20-4d71-a54d-e985b1175534', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fb0a48-ef20-4d71-a54d-e985b1175534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:39,128 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:39,128 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10640fb5-2f2d-480b-9b42-048e01c093d9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10640fb5-2f2d-480b-9b42-048e01c093d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:40,177 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:40,177 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b979f5-826a-4b26-b7a8-7bfda2f76293', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b979f5-826a-4b26-b7a8-7bfda2f76293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:41,226 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:13:41,226 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cb8d4d2-2d2d-4be5-805c-85211151a96a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb8d4d2-2d2d-4be5-805c-85211151a96a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:42,272 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:13:42,273 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1f2791d-87a3-43b6-9518-8439f0e5e592', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1f2791d-87a3-43b6-9518-8439f0e5e592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:43,320 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:43,321 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a05c2975-cfb7-4389-b3fa-bbcfd6fb9cb9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a05c2975-cfb7-4389-b3fa-bbcfd6fb9cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:44,369 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:13:44,369 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09fc7ed5-80a4-4d6f-a44b-795389983ca4', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09fc7ed5-80a4-4d6f-a44b-795389983ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:45,418 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:13:45,419 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c731c105-d160-45e9-a01e-bc3531ad718a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c731c105-d160-45e9-a01e-bc3531ad718a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:46,468 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:46,468 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-573c9eae-57a8-4872-9f2f-26f4e29914ee', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-573c9eae-57a8-4872-9f2f-26f4e29914ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:47,522 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:13:47,522 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f5ac502-2600-4ee5-9a60-da45a00da63a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f5ac502-2600-4ee5-9a60-da45a00da63a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:48,569 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:48,570 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82c7acd4-7691-4a79-a363-88312c554645', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82c7acd4-7691-4a79-a363-88312c554645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:49,618 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:13:49,618 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-104e14de-91fc-45b7-9f77-23ae705aeafd', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-104e14de-91fc-45b7-9f77-23ae705aeafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:50,666 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:50,667 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44fe245a-955b-4048-8110-5526ea6d9331', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44fe245a-955b-4048-8110-5526ea6d9331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:51,716 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:51,716 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22b9ad1d-8ebd-4bde-9386-1188b825a92f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22b9ad1d-8ebd-4bde-9386-1188b825a92f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:52,763 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:13:52,764 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f368989a-ece4-441b-a734-a1ddcbcb387d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f368989a-ece4-441b-a734-a1ddcbcb387d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:53,816 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.037s 2021-10-27 16:13:53,817 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60b46872-9c01-41f3-a12a-7a50677a584b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60b46872-9c01-41f3-a12a-7a50677a584b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:54,866 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:54,866 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82d74093-57a8-4681-9bad-13ccfed886f6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82d74093-57a8-4681-9bad-13ccfed886f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:55,915 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:55,916 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0503e8bd-a321-4eea-b82d-8935b3235fe5', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0503e8bd-a321-4eea-b82d-8935b3235fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:56,965 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:13:56,966 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-774feac1-e4df-4abf-82d3-e8ebfab5c174', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-774feac1-e4df-4abf-82d3-e8ebfab5c174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:58,013 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:13:58,013 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0e9eb0-7633-4827-b29a-7d9aaf22f35e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0e9eb0-7633-4827-b29a-7d9aaf22f35e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:13:59,061 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:13:59,061 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d607c8-0437-4a49-9365-a350732dbbff', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d607c8-0437-4a49-9365-a350732dbbff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:00,112 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:14:00,112 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79ea4e5b-d7dc-47a5-871c-b4b167891baf', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79ea4e5b-d7dc-47a5-871c-b4b167891baf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:01,159 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:01,159 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33536c9e-670c-4de1-a91b-3b92da05a9ce', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33536c9e-670c-4de1-a91b-3b92da05a9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:02,207 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:14:02,207 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36aa75a8-d855-4ecc-b2ce-2350e2312492', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36aa75a8-d855-4ecc-b2ce-2350e2312492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:03,255 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:03,255 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3dd0ba-c7f6-434d-ab34-6a4f54275999', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3dd0ba-c7f6-434d-ab34-6a4f54275999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:04,303 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:14:04,304 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-931ff0ab-a960-431f-b3ac-80b371acd812', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-931ff0ab-a960-431f-b3ac-80b371acd812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:05,354 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:14:05,354 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fd784a3-1122-4793-8606-05e77a32953c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fd784a3-1122-4793-8606-05e77a32953c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:06,401 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:06,401 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c77df3b-661e-41cb-a14f-00fdd5e74b6f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c77df3b-661e-41cb-a14f-00fdd5e74b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:07,448 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:14:07,448 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0fde261-7942-44d3-98ed-04ae1218f65c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0fde261-7942-44d3-98ed-04ae1218f65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:08,496 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:14:08,496 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9954042c-abe9-4383-81ab-554a1391b031', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9954042c-abe9-4383-81ab-554a1391b031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:09,547 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:14:09,547 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a804169-f8d4-4b98-8dfd-20768fab1e93', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a804169-f8d4-4b98-8dfd-20768fab1e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:10,604 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.048s 2021-10-27 16:14:10,604 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a982c28-0e7c-416b-a349-9fa94534cb3a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a982c28-0e7c-416b-a349-9fa94534cb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:11,664 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.049s 2021-10-27 16:14:11,664 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04e7eb4f-938c-4216-abe0-6c0ea45d3101', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04e7eb4f-938c-4216-abe0-6c0ea45d3101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:12,718 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:14:12,718 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6456fad4-90f2-48d1-9838-f8614959c042', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6456fad4-90f2-48d1-9838-f8614959c042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:13,778 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.050s 2021-10-27 16:14:13,778 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43801269-523b-455a-b380-552f619f6030', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43801269-523b-455a-b380-552f619f6030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:14,847 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.057s 2021-10-27 16:14:14,848 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cb6f7e6-d9e4-4ab5-8d25-aaaac4f07e56', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cb6f7e6-d9e4-4ab5-8d25-aaaac4f07e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:15,902 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:14:15,902 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-045cf571-d380-4dfd-897a-b97e9d535d93', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-045cf571-d380-4dfd-897a-b97e9d535d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:16,968 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.057s 2021-10-27 16:14:16,969 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f105c0c4-db33-4d10-a07a-52dd9405bb8d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f105c0c4-db33-4d10-a07a-52dd9405bb8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:18,023 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:14:18,023 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53cdfd57-f281-430b-a0d0-8e97b3aeb38a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53cdfd57-f281-430b-a0d0-8e97b3aeb38a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:19,073 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:14:19,074 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09b7e84f-0b0b-441a-8841-f4e8c5d60406', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09b7e84f-0b0b-441a-8841-f4e8c5d60406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:20,124 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:20,124 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eecad2f-2872-4f04-bc41-b7fe794b375b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eecad2f-2872-4f04-bc41-b7fe794b375b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:21,183 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.048s 2021-10-27 16:14:21,183 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-857ee247-2041-4a1e-86fb-0ac28b030aed', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-857ee247-2041-4a1e-86fb-0ac28b030aed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:22,240 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:14:22,241 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2b3b2c6-c178-4a21-9bb2-cb44ac056194', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2b3b2c6-c178-4a21-9bb2-cb44ac056194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:23,289 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:14:23,290 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-717f242e-e9db-4763-ba98-d870b8e78321', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-717f242e-e9db-4763-ba98-d870b8e78321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:24,342 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:14:24,342 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db542e83-c2fc-4680-bd2d-1fcdc463ed60', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db542e83-c2fc-4680-bd2d-1fcdc463ed60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:25,391 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:14:25,391 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbfa0b46-2306-47f3-a96b-fe5db3ddce3f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbfa0b46-2306-47f3-a96b-fe5db3ddce3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:26,439 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:26,440 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c4e593d-788a-4fd0-abd9-af3d6fbd2d7e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c4e593d-788a-4fd0-abd9-af3d6fbd2d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:27,491 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:14:27,491 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c22d77-63ed-40cf-9e93-10b72f0d1967', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c22d77-63ed-40cf-9e93-10b72f0d1967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:28,542 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:14:28,542 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5182b3d-5e54-4945-81d6-4b7a8bf27704', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5182b3d-5e54-4945-81d6-4b7a8bf27704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:29,594 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:14:29,594 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d51eaa3-052a-43e6-bd8f-9fc8b633f7d4', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d51eaa3-052a-43e6-bd8f-9fc8b633f7d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:30,646 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:14:30,646 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ea37126-a88a-4db0-b680-9d22dbdaa83b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ea37126-a88a-4db0-b680-9d22dbdaa83b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:31,695 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:14:31,696 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72c902f8-e029-453d-8d99-d1815891a5b9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72c902f8-e029-453d-8d99-d1815891a5b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:32,753 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:14:32,754 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a621761-1bc0-4d32-9fe5-a5c4698eb710', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a621761-1bc0-4d32-9fe5-a5c4698eb710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:33,803 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:14:33,804 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d903a36-c795-4fa7-84c2-ed9f35b46329', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d903a36-c795-4fa7-84c2-ed9f35b46329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:34,856 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:14:34,857 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b271ddf-5844-4ed9-9666-1006706070ff', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b271ddf-5844-4ed9-9666-1006706070ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:35,906 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:14:35,907 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4ff6c88-c406-43e2-b7d1-651055104832', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4ff6c88-c406-43e2-b7d1-651055104832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:37,011 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.094s 2021-10-27 16:14:37,012 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5efd223a-fb23-46ff-86db-a24929249bf2', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5efd223a-fb23-46ff-86db-a24929249bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:38,059 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:38,059 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e7af2c0-4839-4fd0-95b7-77d78ba010ab', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e7af2c0-4839-4fd0-95b7-77d78ba010ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:39,118 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.050s 2021-10-27 16:14:39,119 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72481ffb-3a60-4b07-b922-906007882c8f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72481ffb-3a60-4b07-b922-906007882c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:40,184 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.052s 2021-10-27 16:14:40,185 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb35a049-d2a2-4b59-9a10-48ac64524e6c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb35a049-d2a2-4b59-9a10-48ac64524e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:41,235 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:14:41,236 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ced14a-1d9e-4a97-8d71-8b94ee0e1bd6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ced14a-1d9e-4a97-8d71-8b94ee0e1bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:42,287 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:42,288 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67777e2e-efde-4b60-a1ca-c0963a4d3d5e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67777e2e-efde-4b60-a1ca-c0963a4d3d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:43,340 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:14:43,345 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb78376-eb11-47f8-8527-444394daaa87', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb78376-eb11-47f8-8527-444394daaa87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:44,403 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.047s 2021-10-27 16:14:44,403 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af7d741-8b37-438d-8d82-f972b173668b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af7d741-8b37-438d-8d82-f972b173668b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:45,454 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:14:45,454 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4672fca2-1cdf-4c05-a001-3b00b7a6c970', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4672fca2-1cdf-4c05-a001-3b00b7a6c970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:46,507 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:14:46,508 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b184d3-aa0f-4114-a5b3-be24f8ea9695', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b184d3-aa0f-4114-a5b3-be24f8ea9695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:47,569 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:14:47,569 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff861ad-4895-46f2-bb4d-c7cbf6385489', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff861ad-4895-46f2-bb4d-c7cbf6385489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:48,618 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:14:48,618 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a38f9189-d76a-4204-be79-b1e396903919', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a38f9189-d76a-4204-be79-b1e396903919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:49,667 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:14:49,668 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c24c0944-9663-4341-b7c8-1dd1b7804015', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c24c0944-9663-4341-b7c8-1dd1b7804015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:50,715 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:50,715 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5fc24fb-92f6-4066-b073-6316f4728cfa', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5fc24fb-92f6-4066-b073-6316f4728cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:51,789 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.065s 2021-10-27 16:14:51,789 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d74264-5069-440a-b6f3-eb47e53892dd', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d74264-5069-440a-b6f3-eb47e53892dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:52,843 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:14:52,844 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8321093c-c4fd-4203-9f9e-56c33e4b1664', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8321093c-c4fd-4203-9f9e-56c33e4b1664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:53,895 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:14:53,896 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-165d171f-ddfd-4639-b623-6691d3c73981', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-165d171f-ddfd-4639-b623-6691d3c73981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:54,946 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:14:54,947 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a89efda-4047-4d2e-a202-be21370d7264', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a89efda-4047-4d2e-a202-be21370d7264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:55,997 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:14:55,997 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87971526-d1ed-4067-9095-b30a0e7ed29a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87971526-d1ed-4067-9095-b30a0e7ed29a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:57,058 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.053s 2021-10-27 16:14:57,058 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb7b10a9-8a0b-4d62-9064-2f45b6890aaf', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb7b10a9-8a0b-4d62-9064-2f45b6890aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:58,107 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:58,107 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c8f3878-be1e-4e75-90c0-f036b9bc3609', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c8f3878-be1e-4e75-90c0-f036b9bc3609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:14:59,155 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:14:59,155 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14cc7236-4622-477e-bfd4-47364d041edd', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14cc7236-4622-477e-bfd4-47364d041edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:00,210 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:15:00,210 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-614a578f-2873-48d7-82aa-458f3fbce264', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-614a578f-2873-48d7-82aa-458f3fbce264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:01,259 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:15:01,259 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3b8bafc-fd5a-4481-89db-427af6cda067', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3b8bafc-fd5a-4481-89db-427af6cda067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:02,305 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:15:02,306 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec6caf53-ebab-415a-ac2b-750a349d6a27', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec6caf53-ebab-415a-ac2b-750a349d6a27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:03,353 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:15:03,354 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b3c47ce-f6a3-4e0c-b58e-5eb04cfd0572', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b3c47ce-f6a3-4e0c-b58e-5eb04cfd0572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:04,401 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:15:04,401 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f11bef3-0114-4247-ae58-02abd01b864e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f11bef3-0114-4247-ae58-02abd01b864e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:05,449 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:15:05,449 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3419bde-e81a-4ba8-849b-3db3a458ef76', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3419bde-e81a-4ba8-849b-3db3a458ef76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:06,498 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:15:06,498 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59da377e-e962-4447-8029-d210b5a9427d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59da377e-e962-4447-8029-d210b5a9427d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:07,545 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:15:07,545 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ebc75d1-5cb1-4394-9382-555a54aef7a8', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ebc75d1-5cb1-4394-9382-555a54aef7a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:08,592 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.038s 2021-10-27 16:15:08,592 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db04b37-df83-4052-887a-17acb9f27c57', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db04b37-df83-4052-887a-17acb9f27c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:09,641 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:15:09,641 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-808f2147-e58b-46fd-9765-a40a9300b65e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-808f2147-e58b-46fd-9765-a40a9300b65e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:10,692 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:15:10,693 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23f8d445-0d09-44b6-9836-72a804354aa7', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23f8d445-0d09-44b6-9836-72a804354aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:11,758 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.050s 2021-10-27 16:15:11,758 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc37e4d-b90a-45eb-9bd7-fe9eed5ea075', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc37e4d-b90a-45eb-9bd7-fe9eed5ea075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:12,810 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:15:12,810 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e89ea51f-05ab-4afb-8330-7aefe9c9586f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e89ea51f-05ab-4afb-8330-7aefe9c9586f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:13,863 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:15:13,863 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3307a1-0127-4732-8f6b-376e7790577b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3307a1-0127-4732-8f6b-376e7790577b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:14,911 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:15:14,911 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8784049-55c6-4717-aee2-adbe019b2d80', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8784049-55c6-4717-aee2-adbe019b2d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:15,958 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:15:15,959 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7df4408d-da8b-4e29-a0a3-f3fc8e18b184', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7df4408d-da8b-4e29-a0a3-f3fc8e18b184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:17,007 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:15:17,007 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aca4b56-0561-4a0d-855f-431288707d84', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aca4b56-0561-4a0d-855f-431288707d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:18,061 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:15:18,061 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a5b3654-ece3-4943-8388-0f808e9220c6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a5b3654-ece3-4943-8388-0f808e9220c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:19,121 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:15:19,121 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a03fb54-a6ad-41a0-b3c8-06779b5b5db6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a03fb54-a6ad-41a0-b3c8-06779b5b5db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:20,177 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.046s 2021-10-27 16:15:20,177 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd1eab25-0dc2-426f-b5e3-dbf5a4b3f1ee', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd1eab25-0dc2-426f-b5e3-dbf5a4b3f1ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:21,225 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:15:21,225 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99be06ef-5c69-4ca7-8ce1-05a18675e467', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99be06ef-5c69-4ca7-8ce1-05a18675e467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:22,276 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:15:22,276 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4820afe-0c12-4429-8505-3f014c74728f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4820afe-0c12-4429-8505-3f014c74728f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:23,330 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.044s 2021-10-27 16:15:23,331 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-191bea65-d760-4b97-8222-f6413726d39e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-191bea65-d760-4b97-8222-f6413726d39e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:24,385 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.043s 2021-10-27 16:15:24,386 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-216dcad8-a665-4eec-b57f-b4013fe5b998', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-216dcad8-a665-4eec-b57f-b4013fe5b998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:25,437 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:15:25,437 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-722c4f37-5575-4999-aaa6-ff452e039dea', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-722c4f37-5575-4999-aaa6-ff452e039dea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:26,494 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.049s 2021-10-27 16:15:26,495 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd93e758-d2d8-46aa-a974-7fe13ec408e8', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd93e758-d2d8-46aa-a974-7fe13ec408e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:27,545 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:15:27,545 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a805b333-d041-424e-96e1-92822030a96a', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a805b333-d041-424e-96e1-92822030a96a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:28,593 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:15:28,594 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eca8fea9-8f14-44d3-aae0-9b669b0eb826', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eca8fea9-8f14-44d3-aae0-9b669b0eb826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:29,643 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:15:29,643 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a950b55b-e798-4c65-b022-89048d7e136f', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a950b55b-e798-4c65-b022-89048d7e136f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:30,691 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.039s 2021-10-27 16:15:30,691 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73799760-069e-4221-8ec0-2e71069d6496', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73799760-069e-4221-8ec0-2e71069d6496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:31,741 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:15:31,742 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-165ee5c0-78d6-4ecc-bf3c-da17a9fc18d9', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-165ee5c0-78d6-4ecc-bf3c-da17a9fc18d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:32,790 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.041s 2021-10-27 16:15:32,791 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-528e7d97-fa54-48e0-9006-ce07d79aff5d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-528e7d97-fa54-48e0-9006-ce07d79aff5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:33,841 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.042s 2021-10-27 16:15:33,842 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97cb605d-7638-4a8e-891e-2886935e7fc1', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97cb605d-7638-4a8e-891e-2886935e7fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:34,898 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.048s 2021-10-27 16:15:34,898 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d430ca55-78be-4fc6-9263-078e6e8d0e55', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d430ca55-78be-4fc6-9263-078e6e8d0e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:35,947 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:15:35,947 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d9b1cc-8e20-419f-ad19-751fa2b8afb5', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23d9b1cc-8e20-419f-ad19-751fa2b8afb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:37,002 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.045s 2021-10-27 16:15:37,002 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a788202-9c98-4ac1-a03d-ffa1e34f7790', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a788202-9c98-4ac1-a03d-ffa1e34f7790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:38,058 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.048s 2021-10-27 16:15:38,058 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-457fe294-527f-4bbe-ad07-dbd67052b808', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-457fe294-527f-4bbe-ad07-dbd67052b808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:39,116 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.047s 2021-10-27 16:15:39,116 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a11ee15f-12cd-4520-b0a3-43209185691b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a11ee15f-12cd-4520-b0a3-43209185691b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} Body: b'{"volume": {"id": "7ea0d2a8-198f-42b4-98e1-ccbb56b345dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T16:09:39.000000", "updated_at": "2021-10-27T16:09:39.000000", "name": "tempest-tempest.common.compute-volume-129086809", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc"}], "user_id": "50661dee1600409cbd94014d055fdced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7d5dc935678d4c6fb40d8285b6e64d17"}}' 2021-10-27 16:15:39,169 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 400 DELETE http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc 0.040s 2021-10-27 16:15:39,169 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:39 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-8878e2dd-ad01-4b29-908e-ec591e02573a', 'x-openstack-request-id': 'req-8878e2dd-ad01-4b29-908e-ec591e02573a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.64/volume/v3/7d5dc935678d4c6fb40d8285b6e64d17/volumes/7ea0d2a8-198f-42b4-98e1-ccbb56b345dc'} 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."}}' 2021-10-27 16:15:39,170 122916 ERROR [tempest.common.compute] Deleting volume 7ea0d2a8-198f-42b4-98e1-ccbb56b345dc failed, exception 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.'} 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute Traceback (most recent call last): 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 170, in create_test_server 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute waiters.wait_for_volume_resource_status(volumes_client, 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute raise lib_exc.TimeoutException(message) 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute Details: volume 7ea0d2a8-198f-42b4-98e1-ccbb56b345dc failed to reach available status (current creating) within the required time (360 s). 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute During handling of the above exception, another exception occurred: 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute Traceback (most recent call last): 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 176, in create_test_server 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute volumes_client.delete_volume(volume['volume']['id']) 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 128, in delete_volume 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute resp, body = self.delete(url) 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body) 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute resp, resp_body = super(BaseClient, self).request( 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute self._error_checker(resp, resp_body) 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute raise exceptions.BadRequest(resp_body, resp=resp) 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute tempest.lib.exceptions.BadRequest: Bad request 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute 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.'} 2021-10-27 16:15:39.170 122916 ERROR tempest.common.compute 2021-10-27 16:15:39,340 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.64:9696/v2.0/security-groups/0dae5d46-f0a8-4cea-8658-d138600e34f1 0.166s 2021-10-27 16:15:39,340 122916 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-8614be2b-b5ee-485d-b752-cad2dbed6e0c', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 16:15:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups/0dae5d46-f0a8-4cea-8658-d138600e34f1'} Body: b'' 2021-10-27 16:15:39,381 122916 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.64/compute/v2.1/os-keypairs/tempest-TestShelveInstance-691977933 0.040s 2021-10-27 16:15:39,381 122916 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:15:39 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-709d51a2-fbf7-4331-8b84-343d22f0a4e6', 'x-compute-request-id': 'req-709d51a2-fbf7-4331-8b84-343d22f0a4e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/os-keypairs/tempest-TestShelveInstance-691977933'} Body: b'' }}} 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 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 180, in create_test_server LOG.exception("Deleting volume %s failed, exception %s", File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 170, in create_test_server waiters.wait_for_volume_resource_status(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 7ea0d2a8-198f-42b4-98e1-ccbb56b345dc failed to reach available status (current creating) within the required time (360 s). |
||||||
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
ft12.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:'': {{{ 2021-10-27 15:45:28,455 122911 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2021-10-27 15:45:28,947 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.64/compute/v2.1/os-keypairs 0.492s 2021-10-27 15:45:28,947 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-2050413747"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71a349d5-10da-44f3-b8b5-dd17facf96f3', 'x-compute-request-id': 'req-71a349d5-10da-44f3-b8b5-dd17facf96f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEAxMB0CaVcBPI8TUuj6nUKVaTdna3Tw/FrpTcWRp9ypcRuQPez\\nFxWrC1jzd5pIXpzJQfJSgU+QhaFu2JGe1yYLXrllvg+islpevB0XYtMfuVVuUHsZ\\nYyoVnSLaQP92h3+ux1DVpicV+oyNiNuNic3buHSFo95EzrEhn13NUu6xpl7nL99W\\nPydTBD85GYq1Oa2xaPWYCEuMZgU44MIw0E6hoM9827YZtYIhUxwdkAJuYilGXdjV\\nWu71hCWHC+00GCRcDNWQDqm08kI20I7JG3G2zKuJmIFGm8EEtHvxPQY1gUu5kiex\\n0/2GwZ8Xqsp/axrsOlEpMbGW5FZYnTxBkGqQYQIDAQABAoIBAGQbS68QvKYjnfzy\\nDH+hd1WmIcA1jna24j9YrPPX8txW+oYBwdRwCOwoIRBspn/FJD1yjvoOQolLXvu/\\n8+KiD8ztZc/zYqN+iY8K+jglFZIV3qACUiN7aS3fas8BbAx7MbFl9p6oam1lkCnf\\nE7/WxwGt/8UltTq5M1NDxdF5c1gjMYIwVys5fJwCmyWMWfNUAp1ENk2r7k/YTPLF\\nLRzv/rvQ1nUcIv4euSO6rMEosUGBJvnAEzNOJ2Y+a0+n89Wgs9HtD3vHOdqqKvxg\\ntBMv7HvU/MiOo0Oc8qZS8Ns68qEL0Zq9oFHRcVGbp8+b4gZxUVROzCVoW1BcrnJM\\ndWYaDsECgYEA+16Djc78siRPkL8jmbrp+qCK3vIpKjIwTjOgn6zx8AcHafe+hER1\\nUajchsUZOB0/3L+jDGt6+/FM12Ex38THRhaqOKO34RwhAIW98+fs+W9RKSag6PDR\\ntRc22qMprmoem0AzvwY2E0GFHHmC5V2bBFRNb6UR5gcNu9Sf42TFFmkCgYEAyGBb\\neR6XDHfuETVszNX8nGq3dA+FuHGFmp3iDa26vkzpcem6bO0r3Sp75fZcc/RzTRUK\\nBkwVsyOOt/0RpEPZ8EDkvN3z+OdB9WBaXk+r1cm+0mz7lVWAAs7z8gRuhUNswiRb\\nCAFRmH85+h+SCza9UYSmX3RYIf3jpFKqPENfmzkCgYAh79CzBI75Pg2/7Q5RYvrT\\n63jUQL1uBPigljfJVwAS99/4XopKMTPlonaje1i8SrakhvrsYlZoTVuieGzTWS3O\\nOKEipHfe3H1YJLZQh69mvbCnbZ+r01d8q3WsbvrhoVIgg7p4v83tK5tdDMqvTMPx\\nAbCysgaIl8sy4LH1cVVqgQKBgGekP2wUgHh4h/Dqu03v2Otm32DurnHKdhqVU1lT\\n5OWNjqnXBRBWVHve/5rgpM1tQT47haXgMNEpsSZFhZx7Y/y69BUkkI7LvvgWUGe7\\nuduosETTDgYd5UqOlOs3k5rmVxjMCTHIzNWd6PUQ409djurdO9jfqr5aPia+g0MM\\nbiUxAoGAVw6PtF+2hDsCNLcc6PtxspEe10I3oMUFRO+PiKhPC3DRoZuAi/DnEcbv\\nkKqUWhlF0hWGNfpPxVgM1Z5uPcG5k9k9uHn/y9lOrAciwnCprGEyC33/bfGMVR7M\\nQWThUXTe2CpjDklm1eXJ9Aip5DSIOEcRqxELfKhkfn/b1m3eI34=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestVolumeBootPattern-2050413747", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEwHQJpVwE8jxNS6PqdQpVpN2drdPD8WulNxZGn3KlxG5A97MXFasLWPN3mkhenMlB8lKBT5CFoW7YkZ7XJgteuWW+D6KyWl68HRdi0x+5VW5QexljKhWdItpA/3aHf67HUNWmJxX6jI2I242Jzdu4dIWj3kTOsSGfXc1S7rGmXucv31Y/J1MEPzkZirU5rbFo9ZgIS4xmBTjgwjDQTqGgz3zbthm1giFTHB2QAm5iKUZd2NVa7vWEJYcL7TQYJFwM1ZAOqbTyQjbQjskbcbbMq4mYgUabwQS0e/E9BjWBS7mSJ7HT/YbBnxeqyn9rGuw6USkxsZbkVlidPEGQapBh Generated-by-Nova", "fingerprint": "47:b4:f5:b8:96:67:ac:4e:9c:f6:b5:4a:06:6c:cf:69", "user_id": "4c757a383a434a4c9b1b928087af8de7"}}' 2021-10-27 15:45:29,106 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64:9696/v2.0/security-groups 0.156s 2021-10-27 15:45:29,106 122911 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-338213581", "description": "tempest-secgroup-smoke-338213581 description", "project_id": "8818377e744d4f6ba65560705c191f0a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1592', 'x-openstack-request-id': 'req-03f0391b-80d9-44cd-92a5-06a2e42d1210', 'date': 'Wed, 27 Oct 2021 15:45:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "e4053052-4324-4e20-95e6-1d02d48e53a6", "name": "tempest-secgroup-smoke-338213581", "stateful": true, "tenant_id": "8818377e744d4f6ba65560705c191f0a", "description": "tempest-secgroup-smoke-338213581 description", "security_group_rules": [{"id": "64b0c530-0da7-4bb9-9332-ed176efaec0e", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "security_group_id": "e4053052-4324-4e20-95e6-1d02d48e53a6", "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": 392, "description": null, "tags": [], "created_at": "2021-10-27T15:45:29Z", "updated_at": "2021-10-27T15:45:29Z", "revision_number": 0, "project_id": "8818377e744d4f6ba65560705c191f0a"}, {"id": "9435a861-760f-4739-a31e-f17bded550f9", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "security_group_id": "e4053052-4324-4e20-95e6-1d02d48e53a6", "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": 391, "description": null, "tags": [], "created_at": "2021-10-27T15:45:29Z", "updated_at": "2021-10-27T15:45:29Z", "revision_number": 0, "project_id": "8818377e744d4f6ba65560705c191f0a"}], "tags": [], "created_at": "2021-10-27T15:45:29Z", "updated_at": "2021-10-27T15:45:29Z", "revision_number": 1, "project_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:29,242 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.135s 2021-10-27 15:45:29,242 122911 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": "e4053052-4324-4e20-95e6-1d02d48e53a6", "project_id": "8818377e744d4f6ba65560705c191f0a", "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-deee917a-f0fe-4b7c-959e-6b2414684074', 'date': 'Wed, 27 Oct 2021 15:45:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c024ca14-6c03-40e3-af87-a490bf94ff13", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "security_group_id": "e4053052-4324-4e20-95e6-1d02d48e53a6", "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": "2021-10-27T15:45:29Z", "updated_at": "2021-10-27T15:45:29Z", "revision_number": 0, "project_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:29,390 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.147s 2021-10-27 15:45:29,390 122911 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": "e4053052-4324-4e20-95e6-1d02d48e53a6", "project_id": "8818377e744d4f6ba65560705c191f0a", "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-c729faa7-313e-4e2b-92e7-71e6111b511d', 'date': 'Wed, 27 Oct 2021 15:45:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2d87b90-2e22-4d08-8c14-4818831868a2", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "security_group_id": "e4053052-4324-4e20-95e6-1d02d48e53a6", "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": "2021-10-27T15:45:29Z", "updated_at": "2021-10-27T15:45:29Z", "revision_number": 0, "project_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:29,534 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.143s 2021-10-27 15:45:29,534 122911 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": "e4053052-4324-4e20-95e6-1d02d48e53a6", "project_id": "8818377e744d4f6ba65560705c191f0a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b724574b-4596-4dc2-b334-f3a36a9a1b1c', 'date': 'Wed, 27 Oct 2021 15:45:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "085bf621-52b1-4ce4-b10a-1504241577db", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "security_group_id": "e4053052-4324-4e20-95e6-1d02d48e53a6", "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": "2021-10-27T15:45:29Z", "updated_at": "2021-10-27T15:45:29Z", "revision_number": 0, "project_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:29,686 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.150s 2021-10-27 15:45:29,686 122911 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": "e4053052-4324-4e20-95e6-1d02d48e53a6", "project_id": "8818377e744d4f6ba65560705c191f0a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1add439b-a06c-440a-8350-56e4ab37d3f1', 'date': 'Wed, 27 Oct 2021 15:45:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9f67babb-acbe-4710-bc92-652f7a2ef25d", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "security_group_id": "e4053052-4324-4e20-95e6-1d02d48e53a6", "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": "2021-10-27T15:45:29Z", "updated_at": "2021-10-27T15:45:29Z", "revision_number": 0, "project_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:29,871 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.185s 2021-10-27 15:45:29,872 122911 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": "e4053052-4324-4e20-95e6-1d02d48e53a6", "project_id": "8818377e744d4f6ba65560705c191f0a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3f0aa70c-813f-4642-b80c-0f59ed076e4a', 'date': 'Wed, 27 Oct 2021 15:45:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b4aa1afb-919d-4865-acef-96d8452c4212", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "security_group_id": "e4053052-4324-4e20-95e6-1d02d48e53a6", "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": "2021-10-27T15:45:29Z", "updated_at": "2021-10-27T15:45:29Z", "revision_number": 0, "project_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:30,037 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64:9696/v2.0/security-group-rules 0.164s 2021-10-27 15:45:30,037 122911 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": "e4053052-4324-4e20-95e6-1d02d48e53a6", "project_id": "8818377e744d4f6ba65560705c191f0a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-dc5032e3-99ca-4f6d-bb27-88695f42091b', 'date': 'Wed, 27 Oct 2021 15:45:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0335ecdd-2e03-4450-b681-2c7151ded64a", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "security_group_id": "e4053052-4324-4e20-95e6-1d02d48e53a6", "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": "2021-10-27T15:45:29Z", "updated_at": "2021-10-27T15:45:29Z", "revision_number": 0, "project_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:30,037 122911 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2021-10-27 15:45:30,058 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/image/v2/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba 0.020s 2021-10-27 15:45:30,059 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1a052c38-c01f-480d-86db-af24cad5db3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/image/v2/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba'} 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": "6241d1a5dd5445eaaba7040b8459ce0d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "created_at": "2021-10-27T15:35:55Z", "updated_at": "2021-10-27T15:36:11Z", "tags": [], "self": "/v2/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "file": "/v2/images/b585ffbc-6a36-48c9-81b3-e26f9bd0fcba/file", "schema": "/v2/schemas/image"}' 2021-10-27 15:45:30,469 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes 0.409s 2021-10-27 15:45:30,469 122911 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-1251162714", "snapshot_id": null, "imageRef": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92477f4f-8c39-4e8a-a667-38c2521d4645', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92477f4f-8c39-4e8a-a667-38c2521d4645', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.374237", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 15:45:30,527 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.049s 2021-10-27 15:45:30,527 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb302e67-d7b9-4f50-86ee-2a6991991e89', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb302e67-d7b9-4f50-86ee-2a6991991e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:31,581 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 15:45:31,582 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4456c9a3-aeb2-4603-b115-fc57c249c0f6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4456c9a3-aeb2-4603-b115-fc57c249c0f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:32,630 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.040s 2021-10-27 15:45:32,631 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-003de011-0864-4894-8333-9ba679cca385', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-003de011-0864-4894-8333-9ba679cca385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:33,676 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.037s 2021-10-27 15:45:33,676 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2580671-3f77-4d00-ba7b-29378b08e5b4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2580671-3f77-4d00-ba7b-29378b08e5b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:34,735 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.051s 2021-10-27 15:45:34,735 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-879bddf5-97d2-49b6-8963-f115365c9519', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-879bddf5-97d2-49b6-8963-f115365c9519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:35,794 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.050s 2021-10-27 15:45:35,794 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e563dddb-65d3-40ad-83b5-ffe5b40b48c5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e563dddb-65d3-40ad-83b5-ffe5b40b48c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:36,851 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.049s 2021-10-27 15:45:36,852 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2cb1d6-f128-429c-a1fe-965608381bd6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2cb1d6-f128-429c-a1fe-965608381bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:37,902 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 15:45:37,902 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d2a35c-b2f0-4eb8-88cf-47ccd113260b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d2a35c-b2f0-4eb8-88cf-47ccd113260b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:38,954 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 15:45:38,954 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f807833f-d559-4f3f-b902-1d1fd982bc9d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f807833f-d559-4f3f-b902-1d1fd982bc9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:40,003 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.039s 2021-10-27 15:45:40,003 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe46ca5-fc83-4281-b2b5-24da8d8f43dc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe46ca5-fc83-4281-b2b5-24da8d8f43dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:41,062 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.050s 2021-10-27 15:45:41,062 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be4358c-ba59-4238-b205-57931a0d6294', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be4358c-ba59-4238-b205-57931a0d6294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:42,111 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 15:45:42,111 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e0498c8-aff4-4d0f-a356-7d38415605c8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e0498c8-aff4-4d0f-a356-7d38415605c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:43,162 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 15:45:43,163 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e6a0ca9-59af-4de5-957c-e61f148b0831', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e6a0ca9-59af-4de5-957c-e61f148b0831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:44,225 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 15:45:44,225 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a0db5fe-d911-4f07-af23-7bdcd9ac427d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a0db5fe-d911-4f07-af23-7bdcd9ac427d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:45,278 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 15:45:45,279 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0cbc268-8cc5-4fe0-bd56-d9788eed4605', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0cbc268-8cc5-4fe0-bd56-d9788eed4605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:46,336 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 15:45:46,336 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e9df668-b91b-466f-80ca-99ef1ac43a41', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e9df668-b91b-466f-80ca-99ef1ac43a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:47,383 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.039s 2021-10-27 15:45:47,384 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35b24606-3099-483d-97be-4d12eafba11c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35b24606-3099-483d-97be-4d12eafba11c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:48,451 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.059s 2021-10-27 15:45:48,452 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-248a0aca-866d-4d7a-9ff0-1b4b67843b36', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-248a0aca-866d-4d7a-9ff0-1b4b67843b36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:49,517 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.057s 2021-10-27 15:45:49,517 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-badef8d3-4d7d-40ea-b157-e928e9c375ff', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-badef8d3-4d7d-40ea-b157-e928e9c375ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:50,579 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.052s 2021-10-27 15:45:50,579 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92d00258-b69b-4c26-b2e0-be4ab28777f1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92d00258-b69b-4c26-b2e0-be4ab28777f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:51,645 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.059s 2021-10-27 15:45:51,646 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6e8bc37-4d56-4da5-b5e0-65bbe45ee45a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6e8bc37-4d56-4da5-b5e0-65bbe45ee45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:52,746 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.092s 2021-10-27 15:45:52,747 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f5bf476-aab0-4a63-88c4-d04559bd8356', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f5bf476-aab0-4a63-88c4-d04559bd8356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:53,816 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.061s 2021-10-27 15:45:53,817 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4f4aa66-083f-4943-b7f0-48d801d91d6a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f4aa66-083f-4943-b7f0-48d801d91d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:54,909 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.084s 2021-10-27 15:45:54,910 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22245caf-f8a3-41e8-82a7-797f1791062c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22245caf-f8a3-41e8-82a7-797f1791062c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:55,976 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.058s 2021-10-27 15:45:55,976 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85f71c63-570b-4521-b48e-03fd635495b5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85f71c63-570b-4521-b48e-03fd635495b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:57,031 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 15:45:57,031 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba6dd76f-86d0-481b-aeaf-34b4e076aafe', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba6dd76f-86d0-481b-aeaf-34b4e076aafe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:58,107 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.068s 2021-10-27 15:45:58,108 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-304fc556-d94e-4312-b908-350d2417a09f', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-304fc556-d94e-4312-b908-350d2417a09f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:45:59,168 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.052s 2021-10-27 15:45:59,168 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee87f411-c6ff-4df6-bb3e-8e20cadf6e92', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee87f411-c6ff-4df6-bb3e-8e20cadf6e92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:46:00,217 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 15:46:00,218 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f76c567-bf89-4faf-95bc-a7e3710b84b9', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f76c567-bf89-4faf-95bc-a7e3710b84b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:46:01,265 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.038s 2021-10-27 15:46:01,266 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72abbc2-dabe-4c84-bfb6-ebcecd40769c', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72abbc2-dabe-4c84-bfb6-ebcecd40769c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:46:02,315 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 15:46:02,316 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d63192fd-a8b1-4ca0-9e64-f7a819b2db18', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d63192fd-a8b1-4ca0-9e64-f7a819b2db18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:45:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:46:03,381 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.057s 2021-10-27 15:46:03,381 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66258eb5-7c09-4c92-bc26-c6f4bd9d68b6', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66258eb5-7c09-4c92-bc26-c6f4bd9d68b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "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": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:46:04,449 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.060s 2021-10-27 15:46:04,449 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d9c931-d070-4a9d-889d-c654ecfbdd4c', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d9c931-d070-4a9d-889d-c654ecfbdd4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:46:04,456 122911 INFO [tempest.common.waiters] volume 82e8083f-419e-4058-a996-da93713d7f80 reached available after waiting for 34.456444 seconds 2021-10-27 15:46:04,529 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.072s 2021-10-27 15:46:04,529 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d898e01-c3e5-44ff-bd4f-8831eeee396d', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d898e01-c3e5-44ff-bd4f-8831eeee396d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:46:04,670 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64/identity/v3/auth/tokens 0.128s 2021-10-27 15:46:04,671 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3395', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-648eae37-c896-4d5d-899a-f0171a122726', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4c757a383a434a4c9b1b928087af8de7", "name": "tempest-TestVolumeBootPattern-68227852-project", "password_expires_at": null}, "audit_ids": ["fMW8ulZNSeaiNKDyRx5FGg"], "expires_at": "2021-10-27T16:46:04.000000Z", "issued_at": "2021-10-27T15:46:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8818377e744d4f6ba65560705c191f0a", "name": "tempest-TestVolumeBootPattern-68227852"}, "is_domain": false, "roles": [{"id": "00c8e00a761741e8819de28543428909", "name": "member"}, {"id": "e9940d740c0a4a0fbd94317893e5a802", "name": "reader"}], "catalog": [{"endpoints": [{"id": "b4db8dd0269c46829e2e76649ccb1e04", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a", "region": "RegionOne"}], "id": "21dbf5bfa1a8477c9ca79538352abfa1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ab514574bfb64ba59465e6bf62841582", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:9696/", "region": "RegionOne"}], "id": "3948e8a9abbd48c09e79056f91c5316a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "aca524351fcd44da92153bdaac2f449f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/image", "region": "RegionOne"}], "id": "4f00820f53644b6991510da7823af60c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "42a8b0527ee74f2f9403c9948b829245", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/placement", "region": "RegionOne"}], "id": "7152b137e2904bfd957884923990ea32", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fddd0e8011684747a31e59b5aa7e3ea4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2/8818377e744d4f6ba65560705c191f0a", "region": "RegionOne"}], "id": "822d203071214249a7a83ef440835e3b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4076637689554721974547285f58af92", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:8080/v1/AUTH_8818377e744d4f6ba65560705c191f0a", "region": "RegionOne"}, {"id": "a8d9bf22601c449e8b7a535d6d7276b2", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64:8080", "region": "RegionOne"}], "id": "8eff8e680a3c4406a065e6ecae5ba648", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "5d278f2ce716420e83193b40478b88ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2.1", "region": "RegionOne"}], "id": "ae9206745322423494edaa6a9e505642", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "1c8b9a49532b415298d4eee11f124d62", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}, {"id": "a2dc863a7c404207be9af45713d1f344", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}], "id": "d772d57bc3f94330ac63f753ce96888e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0da17f2b324b43fc8f9e453e0bbf5512", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a", "region": "RegionOne"}], "id": "ee642b2f9a8249c39d263d9d81a655f1", "type": "volumev3", "name": "cinderv3"}]}}' 2021-10-27 15:46:04,671 122911 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '816f1cdd-21be-4397-bf09-ccc55a5f04b0', 'name': 'tempest-TestVolumeBootPattern-580107703-network', 'tenant_id': '8818377e744d4f6ba65560705c191f0a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8818377e744d4f6ba65560705c191f0a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 1116, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T15:45:15Z', 'updated_at': '2021-10-27T15:45:15Z', 'revision_number': 1} available for tenant 2021-10-27 15:46:05,566 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.64/compute/v2.1/servers 0.893s 2021-10-27 15:46:05,566 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1027386698", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-2050413747", "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "block_device_mapping_v2": [{"uuid": "82e8083f-419e-4058-a996-da93713d7f80", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "816f1cdd-21be-4397-bf09-ccc55a5f04b0"}]}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd4eb325-ff1f-439c-abba-6709efee7743', 'x-compute-request-id': 'req-dd4eb325-ff1f-439c-abba-6709efee7743', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/servers'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "adminPass": "rkHzLEDP9jbK"}}' 2021-10-27 15:46:05,658 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:46:05,658 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1095', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e148207d-643a-41b6-a3b6-fa09a8c8901d', 'x-compute-request-id': 'req-e148207d-643a-41b6-a3b6-fa09a8c8901d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:06Z", "updated": "2021-10-27T15:46:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "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": []}}' 2021-10-27 15:46:06,772 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.103s 2021-10-27 15:46:06,772 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1193', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-404b1359-f48a-4cab-b055-4d3634dee66c', 'x-compute-request-id': 'req-404b1359-f48a-4cab-b055-4d3634dee66c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "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": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:06,780 122911 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-10-27 15:46:08,038 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.257s 2021-10-27 15:46:08,039 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c63e0e45-db0a-4a10-948b-fbf5d4f7f966', 'x-compute-request-id': 'req-c63e0e45-db0a-4a10-948b-fbf5d4f7f966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:08,046 122911 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 3 second wait 2021-10-27 15:46:09,497 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.449s 2021-10-27 15:46:09,497 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-762afb0a-9c19-4e1f-99db-cafe93042eb0', 'x-compute-request-id': 'req-762afb0a-9c19-4e1f-99db-cafe93042eb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:10,685 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.179s 2021-10-27 15:46:10,686 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bce53a4-9926-466c-b1cc-a7c6a71adbab', 'x-compute-request-id': 'req-0bce53a4-9926-466c-b1cc-a7c6a71adbab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:11,855 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.160s 2021-10-27 15:46:11,855 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33fbb631-494f-4a6c-b790-d378a99577ee', 'x-compute-request-id': 'req-33fbb631-494f-4a6c-b790-d378a99577ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:11,862 122911 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2021-10-27 15:46:13,031 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.167s 2021-10-27 15:46:13,031 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f1e808e-45e8-4356-872c-c9b8695d3b0f', 'x-compute-request-id': 'req-8f1e808e-45e8-4356-872c-c9b8695d3b0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:14,206 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.165s 2021-10-27 15:46:14,206 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a745601-63e7-4051-9c04-7533426339a6', 'x-compute-request-id': 'req-8a745601-63e7-4051-9c04-7533426339a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:15,362 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.147s 2021-10-27 15:46:15,362 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2d2f7dc-6894-4f3b-96ec-46a9853fe646', 'x-compute-request-id': 'req-c2d2f7dc-6894-4f3b-96ec-46a9853fe646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:16,525 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.154s 2021-10-27 15:46:16,525 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43c8728b-8bd4-4130-a03b-1f2a04f54add', 'x-compute-request-id': 'req-43c8728b-8bd4-4130-a03b-1f2a04f54add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:17,683 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.150s 2021-10-27 15:46:17,684 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0dd1360-7d07-44bc-a3fe-3cc140847fee', 'x-compute-request-id': 'req-b0dd1360-7d07-44bc-a3fe-3cc140847fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:18,835 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.144s 2021-10-27 15:46:18,836 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cd7660b-df8d-456b-a106-4ac6153b7496', 'x-compute-request-id': 'req-1cd7660b-df8d-456b-a106-4ac6153b7496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:19,995 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.151s 2021-10-27 15:46:19,995 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23cb67df-51ff-4e6d-81d9-ce58e763a306', 'x-compute-request-id': 'req-23cb67df-51ff-4e6d-81d9-ce58e763a306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:21,160 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.156s 2021-10-27 15:46:21,161 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-342f8fcb-75e6-4ed5-ad5a-394a092e8cba', 'x-compute-request-id': 'req-342f8fcb-75e6-4ed5-ad5a-394a092e8cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:22,312 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.143s 2021-10-27 15:46:22,313 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c677bb1-1010-4981-90f6-fd167ad0b44b', 'x-compute-request-id': 'req-5c677bb1-1010-4981-90f6-fd167ad0b44b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:23,475 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.154s 2021-10-27 15:46:23,475 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8a5288f-c261-4200-8589-192377c9adad', 'x-compute-request-id': 'req-a8a5288f-c261-4200-8589-192377c9adad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:24,635 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.151s 2021-10-27 15:46:24,636 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-592f2ef7-5e1f-4c4e-a5af-de656a4f0498', 'x-compute-request-id': 'req-592f2ef7-5e1f-4c4e-a5af-de656a4f0498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:25,789 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.146s 2021-10-27 15:46:25,790 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abbf3957-75b9-424e-843d-b9fdba44b360', 'x-compute-request-id': 'req-abbf3957-75b9-424e-843d-b9fdba44b360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:26,970 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.172s 2021-10-27 15:46:26,970 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcb14b83-af3c-409d-9e7b-b62111d96de3', 'x-compute-request-id': 'req-fcb14b83-af3c-409d-9e7b-b62111d96de3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:28,129 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.149s 2021-10-27 15:46:28,130 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cdf200e-8f18-4d50-aa09-70498acc6bda', 'x-compute-request-id': 'req-0cdf200e-8f18-4d50-aa09-70498acc6bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:29,284 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.146s 2021-10-27 15:46:29,284 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94a170f0-9e54-468f-a8cb-d7b0925296c6', 'x-compute-request-id': 'req-94a170f0-9e54-468f-a8cb-d7b0925296c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:30,440 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.148s 2021-10-27 15:46:30,440 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd08e9b3-125e-4ca7-9cfc-0558db1fbca6', 'x-compute-request-id': 'req-fd08e9b3-125e-4ca7-9cfc-0558db1fbca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:31,593 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.144s 2021-10-27 15:46:31,593 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e90d373-0e0c-4217-a0e9-07e94c5485aa', 'x-compute-request-id': 'req-5e90d373-0e0c-4217-a0e9-07e94c5485aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:32,747 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.145s 2021-10-27 15:46:32,748 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78fd120b-1829-4694-abc5-378c64858032', 'x-compute-request-id': 'req-78fd120b-1829-4694-abc5-378c64858032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:33,910 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.154s 2021-10-27 15:46:33,911 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25ff8709-d10a-47a8-ba93-75abf91bb5ee', 'x-compute-request-id': 'req-25ff8709-d10a-47a8-ba93-75abf91bb5ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:35,069 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.149s 2021-10-27 15:46:35,069 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b31e4b98-6b10-45bf-a99b-2aa6561f9bfb', 'x-compute-request-id': 'req-b31e4b98-6b10-45bf-a99b-2aa6561f9bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:36,228 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.150s 2021-10-27 15:46:36,229 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55e2922a-9a03-47b5-a347-7bed353ca0b0', 'x-compute-request-id': 'req-55e2922a-9a03-47b5-a347-7bed353ca0b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:37,394 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.157s 2021-10-27 15:46:37,396 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28bf726f-016e-49bf-8502-31a1d1e46519', 'x-compute-request-id': 'req-28bf726f-016e-49bf-8502-31a1d1e46519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:38,554 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.149s 2021-10-27 15:46:38,555 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3208e4a7-1b91-4cb2-8b19-231dd31adb76', 'x-compute-request-id': 'req-3208e4a7-1b91-4cb2-8b19-231dd31adb76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:39,710 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.147s 2021-10-27 15:46:39,711 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9d7bf1b-75db-4156-b5ea-3a91fbd65695', 'x-compute-request-id': 'req-f9d7bf1b-75db-4156-b5ea-3a91fbd65695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:40,866 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.147s 2021-10-27 15:46:40,866 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b2d091a-b001-413d-bf1a-ae987e5cedb5', 'x-compute-request-id': 'req-4b2d091a-b001-413d-bf1a-ae987e5cedb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:42,020 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.145s 2021-10-27 15:46:42,021 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d56eb484-c808-4571-9204-cdf4854dcc7c', 'x-compute-request-id': 'req-d56eb484-c808-4571-9204-cdf4854dcc7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:43,179 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.148s 2021-10-27 15:46:43,179 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4faecaf1-5884-4c6c-a38d-31c895fee385', 'x-compute-request-id': 'req-4faecaf1-5884-4c6c-a38d-31c895fee385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:44,360 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.173s 2021-10-27 15:46:44,361 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dbbbe46-d3aa-4103-b5e7-0dbafc544c4b', 'x-compute-request-id': 'req-8dbbbe46-d3aa-4103-b5e7-0dbafc544c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:45,519 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.147s 2021-10-27 15:46:45,519 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3820cb71-eab8-45ec-bf85-d73bb30df8d3', 'x-compute-request-id': 'req-3820cb71-eab8-45ec-bf85-d73bb30df8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:46,680 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.152s 2021-10-27 15:46:46,680 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57a708b6-4e50-44b9-917c-9f43f000b374', 'x-compute-request-id': 'req-57a708b6-4e50-44b9-917c-9f43f000b374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:47,841 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.152s 2021-10-27 15:46:47,841 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdf34dd1-28fc-403c-a778-5bc17d51fc5a', 'x-compute-request-id': 'req-fdf34dd1-28fc-403c-a778-5bc17d51fc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:49,012 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.161s 2021-10-27 15:46:49,013 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a60979f-dcd2-40a6-91b5-87175388df97', 'x-compute-request-id': 'req-2a60979f-dcd2-40a6-91b5-87175388df97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:50,170 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.142s 2021-10-27 15:46:50,171 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1700bc4-3733-436d-906c-d0fee9e228af', 'x-compute-request-id': 'req-f1700bc4-3733-436d-906c-d0fee9e228af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:51,331 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.151s 2021-10-27 15:46:51,331 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb2a7614-18aa-4781-8912-5f8fe4ff0f8a', 'x-compute-request-id': 'req-bb2a7614-18aa-4781-8912-5f8fe4ff0f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:52,486 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.146s 2021-10-27 15:46:52,486 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87c9f9d1-4bc0-4224-ba99-f201222e686d', 'x-compute-request-id': 'req-87c9f9d1-4bc0-4224-ba99-f201222e686d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:53,638 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.143s 2021-10-27 15:46:53,638 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7649ced8-7a96-44cb-b253-7a93540a67b9', 'x-compute-request-id': 'req-7649ced8-7a96-44cb-b253-7a93540a67b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:54,795 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.148s 2021-10-27 15:46:54,795 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b9434f3-1d55-4698-ad65-c10cd60e5420', 'x-compute-request-id': 'req-1b9434f3-1d55-4698-ad65-c10cd60e5420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:55,953 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.149s 2021-10-27 15:46:55,953 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11ecb889-4148-480b-9775-5267380c92b9', 'x-compute-request-id': 'req-11ecb889-4148-480b-9775-5267380c92b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:57,106 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.145s 2021-10-27 15:46:57,106 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4262b72-813d-4c36-ab8e-122cb12a1a4b', 'x-compute-request-id': 'req-b4262b72-813d-4c36-ab8e-122cb12a1a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:58,268 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.153s 2021-10-27 15:46:58,268 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c861ec-f2d9-4ec7-b1e4-e26b95738710', 'x-compute-request-id': 'req-c8c861ec-f2d9-4ec7-b1e4-e26b95738710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:46:59,426 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.146s 2021-10-27 15:46:59,426 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d35325cf-272b-431a-b7e3-682e841a2a22', 'x-compute-request-id': 'req-d35325cf-272b-431a-b7e3-682e841a2a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:00,582 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.147s 2021-10-27 15:47:00,583 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b1806ee-11cd-4c22-b6e2-7a996d43c444', 'x-compute-request-id': 'req-5b1806ee-11cd-4c22-b6e2-7a996d43c444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:01,736 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.144s 2021-10-27 15:47:01,736 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf095958-c4ee-4b5e-83de-3e3f2cfae80c', 'x-compute-request-id': 'req-bf095958-c4ee-4b5e-83de-3e3f2cfae80c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:02,891 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.146s 2021-10-27 15:47:02,891 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb0139dc-cdac-4937-9f37-eadb2c754db0', 'x-compute-request-id': 'req-eb0139dc-cdac-4937-9f37-eadb2c754db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:04,048 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.149s 2021-10-27 15:47:04,048 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e865e6e4-c0b0-46da-b2b0-0f38b9f4e366', 'x-compute-request-id': 'req-e865e6e4-c0b0-46da-b2b0-0f38b9f4e366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:05,208 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.151s 2021-10-27 15:47:05,209 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e05be23-1773-4fbc-b8da-92dd185ac213', 'x-compute-request-id': 'req-3e05be23-1773-4fbc-b8da-92dd185ac213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:06,359 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.141s 2021-10-27 15:47:06,359 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5ed1a2c-9d1a-496a-ae2a-a0002cc6155d', 'x-compute-request-id': 'req-f5ed1a2c-9d1a-496a-ae2a-a0002cc6155d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:07,510 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.142s 2021-10-27 15:47:07,511 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1f82564-6b28-4020-87ce-8f41312cdfb8', 'x-compute-request-id': 'req-c1f82564-6b28-4020-87ce-8f41312cdfb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:08,668 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.149s 2021-10-27 15:47:08,668 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f608bee4-5cec-4399-9a7d-65be3e06841f', 'x-compute-request-id': 'req-f608bee4-5cec-4399-9a7d-65be3e06841f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:09,828 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.151s 2021-10-27 15:47:09,829 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d2e263f-f30b-45b0-96af-df3129c52437', 'x-compute-request-id': 'req-2d2e263f-f30b-45b0-96af-df3129c52437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:11,017 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.180s 2021-10-27 15:47:11,018 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d037a4db-4952-47dd-b5e2-1451f2047f4c', 'x-compute-request-id': 'req-d037a4db-4952-47dd-b5e2-1451f2047f4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:12,184 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.158s 2021-10-27 15:47:12,185 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4af81f82-6a2c-4eb8-8d5f-c5a4327a0f45', 'x-compute-request-id': 'req-4af81f82-6a2c-4eb8-8d5f-c5a4327a0f45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "BUILD", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:46:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:13,340 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.146s 2021-10-27 15:47:13,340 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1452', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2007ad7-b369-417f-9485-ca281f37e555', 'x-compute-request-id': 'req-a2007ad7-b369-417f-9485-ca281f37e555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:47:12Z", "addresses": {"tempest-TestVolumeBootPattern-580107703-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bb:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:13,348 122911 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 68 second wait 2021-10-27 15:47:13,501 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.152s 2021-10-27 15:47:13,501 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1452', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-709470c6-f502-40c4-9448-f70c5af680fe', 'x-compute-request-id': 'req-709470c6-f502-40c4-9448-f70c5af680fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:47:12Z", "addresses": {"tempest-TestVolumeBootPattern-580107703-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bb:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:47:13,509 122911 INFO [tempest.scenario.test_volume_boot_pattern] Booted first instance: {'id': 'a79303e6-05ad-4901-96b7-ce845b4016f4', 'name': 'tempest-TestVolumeBootPattern-server-1027386698', 'status': 'ACTIVE', 'tenant_id': '8818377e744d4f6ba65560705c191f0a', 'user_id': '4c757a383a434a4c9b1b928087af8de7', 'metadata': {}, 'hostId': '1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.64/compute/flavors/452'}]}, 'created': '2021-10-27T15:46:05Z', 'updated': '2021-10-27T15:47:12Z', 'addresses': {'tempest-TestVolumeBootPattern-580107703-network': [{'version': 4, 'addr': '172.20.0.6', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:ca:bb:7d'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'}, {'rel': 'bookmark', 'href': 'http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-2050413747', 'OS-SRV-USG:launched_at': '2021-10-27T15:47:12.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-338213581'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': '82e8083f-419e-4058-a996-da93713d7f80'}]} 2021-10-27 15:47:13,509 122911 INFO [tempest.scenario.test_volume_boot_pattern] Setting timestamp in instance {'id': 'a79303e6-05ad-4901-96b7-ce845b4016f4', 'name': 'tempest-TestVolumeBootPattern-server-1027386698', 'status': 'ACTIVE', 'tenant_id': '8818377e744d4f6ba65560705c191f0a', 'user_id': '4c757a383a434a4c9b1b928087af8de7', 'metadata': {}, 'hostId': '1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.64/compute/flavors/452'}]}, 'created': '2021-10-27T15:46:05Z', 'updated': '2021-10-27T15:47:12Z', 'addresses': {'tempest-TestVolumeBootPattern-580107703-network': [{'version': 4, 'addr': '172.20.0.6', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:ca:bb:7d'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'}, {'rel': 'bookmark', 'href': 'http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-2050413747', 'OS-SRV-USG:launched_at': '2021-10-27T15:47:12.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-338213581'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': '82e8083f-419e-4058-a996-da93713d7f80'}]} 2021-10-27 15:47:13,698 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64:9696/v2.0/ports?device_id=a79303e6-05ad-4901-96b7-ce845b4016f4 0.188s 2021-10-27 15:47:13,698 122911 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-785622ec-58be-42d5-8d0c-558fefcdbd5e', 'date': 'Wed, 27 Oct 2021 15:47:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64:9696/v2.0/ports?device_id=a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"ports":[{"id":"9cdb66cd-4ae2-4cf0-98ca-af0002156976","name":"","network_id":"816f1cdd-21be-4397-bf09-ccc55a5f04b0","tenant_id":"8818377e744d4f6ba65560705c191f0a","mac_address":"fa:16:3e:ca:bb:7d","admin_state_up":true,"status":"ACTIVE","device_id":"a79303e6-05ad-4901-96b7-ce845b4016f4","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"396d5aad-8a28-430e-9251-dda087212ec3","ip_address":"172.20.0.6"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["e4053052-4324-4e20-95e6-1d02d48e53a6"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-80070","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false},"port_security_enabled":true,"tags":[],"created_at":"2021-10-27T15:46:07Z","updated_at":"2021-10-27T15:47:10Z","revision_number":5,"project_id":"8818377e744d4f6ba65560705c191f0a"}]}' 2021-10-27 15:47:15,547 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64:9696/v2.0/floatingips 1.848s 2021-10-27 15:47:15,548 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3", "port_id": "9cdb66cd-4ae2-4cf0-98ca-af0002156976", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "fixed_ip_address": "172.20.0.6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-d5aaeaf5-e08a-48e7-80b0-7e6a07e66130', 'date': 'Wed, 27 Oct 2021 15:47:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ebbbe2ca-d55f-4c62-9f49-c311dbff98b3", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "floating_ip_address": "172.27.2.64", "floating_network_id": "73fbaaa8-f311-432b-8bcc-3d99ce8cc0d3", "router_id": "26614d36-0c61-4bbf-b12f-90c10f4eb87c", "port_id": "9cdb66cd-4ae2-4cf0-98ca-af0002156976", "fixed_ip_address": "172.20.0.6", "status": "DOWN", "project_id": "8818377e744d4f6ba65560705c191f0a", "description": "", "port_details": {"name": "", "network_id": "816f1cdd-21be-4397-bf09-ccc55a5f04b0", "mac_address": "fa:16:3e:ca:bb:7d", "admin_state_up": true, "status": "ACTIVE", "device_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-10-27T15:47:14Z", "updated_at": "2021-10-27T15:47:14Z", "revision_number": 0}}' 2021-10-27 15:47:15,560 122911 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.64:22' as 'ubuntu' with public key authentication 2021-10-27 15:47:19,400 122911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.64 ([Errno None] Unable to connect to port 22 on 172.27.2.64). Number attempts: 1. Retry after 2 seconds. 2021-10-27 15:47:24,964 122911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.64 ([Errno None] Unable to connect to port 22 on 172.27.2.64). Number attempts: 2. Retry after 3 seconds. 2021-10-27 15:47:31,524 122911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.64 ([Errno None] Unable to connect to port 22 on 172.27.2.64). Number attempts: 3. Retry after 4 seconds. 2021-10-27 15:47:39,076 122911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.64 ([Errno None] Unable to connect to port 22 on 172.27.2.64). Number attempts: 4. Retry after 5 seconds. 2021-10-27 15:47:44,582 122911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.64 ([Errno None] Unable to connect to port 22 on 172.27.2.64). Number attempts: 5. Retry after 6 seconds. 2021-10-27 15:47:51,100 122911 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 15:47:51,268 122911 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 15:47:51,269 122911 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.64 successfully created 2021-10-27 15:47:51,269 122911 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" 2021-10-27 15:47:51,270 122911 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.64:22' as 'ubuntu' with public key authentication 2021-10-27 15:47:51,285 122911 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 15:47:51,451 122911 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 15:47:51,452 122911 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.64 successfully created 2021-10-27 15:48:32,362 122911 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo cat /mnt/timestamp 2021-10-27 15:48:32,362 122911 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.64:22' as 'ubuntu' with public key authentication 2021-10-27 15:48:32,373 122911 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 15:48:32,492 122911 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 15:48:32,493 122911 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.64 successfully created 2021-10-27 15:49:12,796 122911 INFO [tempest.scenario.test_volume_boot_pattern] Deleting first instance: {'id': 'a79303e6-05ad-4901-96b7-ce845b4016f4', 'name': 'tempest-TestVolumeBootPattern-server-1027386698', 'status': 'ACTIVE', 'tenant_id': '8818377e744d4f6ba65560705c191f0a', 'user_id': '4c757a383a434a4c9b1b928087af8de7', 'metadata': {}, 'hostId': '1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.64/compute/flavors/452'}]}, 'created': '2021-10-27T15:46:05Z', 'updated': '2021-10-27T15:47:12Z', 'addresses': {'tempest-TestVolumeBootPattern-580107703-network': [{'version': 4, 'addr': '172.20.0.6', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:ca:bb:7d'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'}, {'rel': 'bookmark', 'href': 'http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-2050413747', 'OS-SRV-USG:launched_at': '2021-10-27T15:47:12.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-338213581'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': '82e8083f-419e-4058-a996-da93713d7f80'}]} 2021-10-27 15:49:12,908 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 204 DELETE http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.112s 2021-10-27 15:49:12,909 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:12 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-f858e0a8-2cbc-4cb5-ba1d-54baa8180ea6', 'x-compute-request-id': 'req-f858e0a8-2cbc-4cb5-ba1d-54baa8180ea6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'' 2021-10-27 15:49:13,118 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.208s 2021-10-27 15:49:13,118 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da1ea683-ad17-4930-ade3-b465f8099ffe', 'x-compute-request-id': 'req-da1ea683-ad17-4930-ade3-b465f8099ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {"tempest-TestVolumeBootPattern-580107703-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bb:7d"}, {"version": 4, "addr": "172.27.2.64", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bb:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:14,280 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.153s 2021-10-27 15:49:14,281 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d50eb0a-aa53-43e8-b452-7d7f9ba4be3f', 'x-compute-request-id': 'req-0d50eb0a-aa53-43e8-b452-7d7f9ba4be3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {"tempest-TestVolumeBootPattern-580107703-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bb:7d"}, {"version": 4, "addr": "172.27.2.64", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bb:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:15,389 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.099s 2021-10-27 15:49:15,389 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1509', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5da2642b-ec3f-44f3-97ea-d4344f2f690a', 'x-compute-request-id': 'req-5da2642b-ec3f-44f3-97ea-d4344f2f690a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {"tempest-TestVolumeBootPattern-580107703-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bb:7d"}, {"version": 4, "addr": "172.27.2.64", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:bb:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:16,491 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.093s 2021-10-27 15:49:16,492 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f3671f-d81f-4f21-bf1a-6572251d4386', 'x-compute-request-id': 'req-39f3671f-d81f-4f21-bf1a-6572251d4386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:17,587 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:49:17,587 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3af76adc-dc96-4874-82b3-a89d14014798', 'x-compute-request-id': 'req-3af76adc-dc96-4874-82b3-a89d14014798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:18,680 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:49:18,680 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cddcfd4-6975-4759-9809-668480c54c80', 'x-compute-request-id': 'req-6cddcfd4-6975-4759-9809-668480c54c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:19,775 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:19,775 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af40c7e1-d9ef-4cc8-863e-2adac9adeddd', 'x-compute-request-id': 'req-af40c7e1-d9ef-4cc8-863e-2adac9adeddd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:20,871 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:49:20,871 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3edfd598-5f5d-45ef-b6e3-73d75b639bf3', 'x-compute-request-id': 'req-3edfd598-5f5d-45ef-b6e3-73d75b639bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:21,966 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:49:21,966 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93016b25-ba81-4ae6-bf92-3a170bf5219b', 'x-compute-request-id': 'req-93016b25-ba81-4ae6-bf92-3a170bf5219b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:23,219 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.244s 2021-10-27 15:49:23,220 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a5245c2-1229-48db-a72d-f90e9457e89a', 'x-compute-request-id': 'req-0a5245c2-1229-48db-a72d-f90e9457e89a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:24,322 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.094s 2021-10-27 15:49:24,323 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5931b4b2-bbf4-499a-916a-591dd7ade675', 'x-compute-request-id': 'req-5931b4b2-bbf4-499a-916a-591dd7ade675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:25,417 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:25,418 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b370aff-9e30-4248-b889-24de719d0413', 'x-compute-request-id': 'req-4b370aff-9e30-4248-b889-24de719d0413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:26,512 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:26,512 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-774f4dd9-5824-4f4a-8bb4-7688f93c8224', 'x-compute-request-id': 'req-774f4dd9-5824-4f4a-8bb4-7688f93c8224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:27,606 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:49:27,606 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40c6da8e-6388-4449-9a42-d1e1d224e391', 'x-compute-request-id': 'req-40c6da8e-6388-4449-9a42-d1e1d224e391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:28,699 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:49:28,699 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37695d18-a148-4273-9dd0-7b10fad766e9', 'x-compute-request-id': 'req-37695d18-a148-4273-9dd0-7b10fad766e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:29,799 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.092s 2021-10-27 15:49:29,800 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9af2ca78-3534-4553-803a-dbc381611154', 'x-compute-request-id': 'req-9af2ca78-3534-4553-803a-dbc381611154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:30,892 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:49:30,893 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56a28a33-cc61-4d8e-8cd2-a42b80747ed5', 'x-compute-request-id': 'req-56a28a33-cc61-4d8e-8cd2-a42b80747ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:31,990 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:49:31,990 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b109318d-ba6c-4887-9fbe-0ee77cf532f5', 'x-compute-request-id': 'req-b109318d-ba6c-4887-9fbe-0ee77cf532f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:33,082 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:49:33,082 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d0e4de9-66f3-4f39-a318-0086754f1cbf', 'x-compute-request-id': 'req-1d0e4de9-66f3-4f39-a318-0086754f1cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:34,173 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:49:34,173 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37e50e93-6550-42d3-8186-9b1803ea408f', 'x-compute-request-id': 'req-37e50e93-6550-42d3-8186-9b1803ea408f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:35,269 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:49:35,270 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8561d21d-482f-4e6b-a5dd-3a779a6df27a', 'x-compute-request-id': 'req-8561d21d-482f-4e6b-a5dd-3a779a6df27a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:36,363 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:36,364 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-452a0c6a-745d-4f9c-9cb0-aad92ccbe59d', 'x-compute-request-id': 'req-452a0c6a-745d-4f9c-9cb0-aad92ccbe59d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:37,458 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:49:37,459 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c40ec5a4-3ddb-4fd0-b42d-e939501be2a2', 'x-compute-request-id': 'req-c40ec5a4-3ddb-4fd0-b42d-e939501be2a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:38,552 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:38,552 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed081d71-2819-48fd-ac6b-3a4b60ec439d', 'x-compute-request-id': 'req-ed081d71-2819-48fd-ac6b-3a4b60ec439d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:39,648 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:49:39,648 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-434944a4-fada-4e90-8981-fc37f0b88128', 'x-compute-request-id': 'req-434944a4-fada-4e90-8981-fc37f0b88128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:40,746 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.089s 2021-10-27 15:49:40,746 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eaf76a82-3bd6-42fc-9226-e1e8cc23f62e', 'x-compute-request-id': 'req-eaf76a82-3bd6-42fc-9226-e1e8cc23f62e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:41,840 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:41,840 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0a5c2bc-de04-4b74-8e0f-cc83431920b0', 'x-compute-request-id': 'req-a0a5c2bc-de04-4b74-8e0f-cc83431920b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:42,940 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:49:42,940 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12c88c93-e14d-46f5-9523-a201d074a05b', 'x-compute-request-id': 'req-12c88c93-e14d-46f5-9523-a201d074a05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:44,035 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:44,035 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee603780-e7d9-47a7-8895-e46e2cc1595e', 'x-compute-request-id': 'req-ee603780-e7d9-47a7-8895-e46e2cc1595e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:45,134 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.090s 2021-10-27 15:49:45,134 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fad4f5d7-397d-4571-bab2-d35e93717779', 'x-compute-request-id': 'req-fad4f5d7-397d-4571-bab2-d35e93717779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:46,228 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:49:46,229 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6842be87-da60-40cd-a08c-25a52ca56031', 'x-compute-request-id': 'req-6842be87-da60-40cd-a08c-25a52ca56031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:47,322 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:47,322 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b73daf60-b237-4892-a49f-fe4c33317153', 'x-compute-request-id': 'req-b73daf60-b237-4892-a49f-fe4c33317153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:48,418 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:49:48,418 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cfe2d82-a47c-456a-9fd4-c13a0ba0853c', 'x-compute-request-id': 'req-9cfe2d82-a47c-456a-9fd4-c13a0ba0853c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:49,509 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:49:49,509 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d6961d1-6144-47ef-8593-cd3cfc6ca55a', 'x-compute-request-id': 'req-5d6961d1-6144-47ef-8593-cd3cfc6ca55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:50,605 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:50,605 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db5c19fb-ee9e-4e58-84c2-3a00a616321a', 'x-compute-request-id': 'req-db5c19fb-ee9e-4e58-84c2-3a00a616321a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:51,699 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:49:51,699 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b051125e-c19d-4182-83b2-571de25b8fb9', 'x-compute-request-id': 'req-b051125e-c19d-4182-83b2-571de25b8fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:52,794 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:49:52,794 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29f5b38c-a21d-400e-ad96-6a1cc5234d52', 'x-compute-request-id': 'req-29f5b38c-a21d-400e-ad96-6a1cc5234d52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:53,889 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:49:53,890 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40ceb80f-d95a-4cbe-955a-641c86ad810b', 'x-compute-request-id': 'req-40ceb80f-d95a-4cbe-955a-641c86ad810b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:54,989 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.089s 2021-10-27 15:49:54,989 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a37d4e0-529f-4eb3-8e47-80f0805bbf3a', 'x-compute-request-id': 'req-2a37d4e0-529f-4eb3-8e47-80f0805bbf3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:56,082 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:49:56,082 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca88a8bb-8b51-406c-a0c4-31f09f05ee00', 'x-compute-request-id': 'req-ca88a8bb-8b51-406c-a0c4-31f09f05ee00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:57,175 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:49:57,175 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44a56d73-786c-4941-8f7d-5afc506e010c', 'x-compute-request-id': 'req-44a56d73-786c-4941-8f7d-5afc506e010c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:58,266 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:49:58,266 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94a397cd-19a0-47a9-a3b1-2facafe3c465', 'x-compute-request-id': 'req-94a397cd-19a0-47a9-a3b1-2facafe3c465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:49:59,361 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:49:59,362 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a815990-9ec9-4186-834a-1af4709b7a99', 'x-compute-request-id': 'req-3a815990-9ec9-4186-834a-1af4709b7a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:00,470 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.099s 2021-10-27 15:50:00,470 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-085468a5-1977-4896-90cc-4f67ddfecb2b', 'x-compute-request-id': 'req-085468a5-1977-4896-90cc-4f67ddfecb2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:01,569 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:50:01,569 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d42797fc-7e7c-4092-9767-ec0ad252223c', 'x-compute-request-id': 'req-d42797fc-7e7c-4092-9767-ec0ad252223c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:02,664 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:50:02,664 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abdb920a-4c28-4a28-9b7b-ee04659cdc96', 'x-compute-request-id': 'req-abdb920a-4c28-4a28-9b7b-ee04659cdc96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:03,759 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:50:03,760 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16541562-35eb-4f53-ab8a-c5fcd1a893b5', 'x-compute-request-id': 'req-16541562-35eb-4f53-ab8a-c5fcd1a893b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:04,857 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.089s 2021-10-27 15:50:04,858 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25f37d76-daac-4ae0-9978-d6a4513119d4', 'x-compute-request-id': 'req-25f37d76-daac-4ae0-9978-d6a4513119d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:05,954 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:50:05,954 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd6fe8d1-7fbe-44d5-9d3a-396470b6bcee', 'x-compute-request-id': 'req-dd6fe8d1-7fbe-44d5-9d3a-396470b6bcee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:07,046 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:07,046 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e36eaa67-9944-42c3-a69e-11382c866e6a', 'x-compute-request-id': 'req-e36eaa67-9944-42c3-a69e-11382c866e6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:08,139 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:08,139 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e24cea-e024-4f25-b32f-6c9800f88b53', 'x-compute-request-id': 'req-36e24cea-e024-4f25-b32f-6c9800f88b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:09,232 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:50:09,232 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe875abc-7ebb-4bbe-8140-18bf914063fc', 'x-compute-request-id': 'req-fe875abc-7ebb-4bbe-8140-18bf914063fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:10,331 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.091s 2021-10-27 15:50:10,331 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f465f5e-2ebd-45af-9d48-e5d6fdc84e9f', 'x-compute-request-id': 'req-1f465f5e-2ebd-45af-9d48-e5d6fdc84e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:11,427 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:11,427 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d06548dd-771a-4654-86af-d57b7a769ec5', 'x-compute-request-id': 'req-d06548dd-771a-4654-86af-d57b7a769ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:12,522 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:50:12,523 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c0e8500-10e7-4071-99bb-e2070991c0a2', 'x-compute-request-id': 'req-1c0e8500-10e7-4071-99bb-e2070991c0a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:13,614 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:13,615 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6585aa56-8916-4999-b5fe-e9cc97b25aec', 'x-compute-request-id': 'req-6585aa56-8916-4999-b5fe-e9cc97b25aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:14,710 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:50:14,711 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2234af5-6989-4e9f-ad85-9f7bacaf8c00', 'x-compute-request-id': 'req-f2234af5-6989-4e9f-ad85-9f7bacaf8c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:15,805 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:50:15,805 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5c0b5da-8189-4d2e-a0da-39c28bb12c49', 'x-compute-request-id': 'req-d5c0b5da-8189-4d2e-a0da-39c28bb12c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:16,900 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:50:16,900 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b02dc13-bb32-4d60-bbeb-749b99b77079', 'x-compute-request-id': 'req-0b02dc13-bb32-4d60-bbeb-749b99b77079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:18,001 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.093s 2021-10-27 15:50:18,001 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dda3b9de-0d2f-4547-898b-8e877d8debb2', 'x-compute-request-id': 'req-dda3b9de-0d2f-4547-898b-8e877d8debb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:19,096 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:50:19,096 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca5d3caa-4b60-414e-ba8d-a4252d369dd3', 'x-compute-request-id': 'req-ca5d3caa-4b60-414e-ba8d-a4252d369dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:20,200 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.094s 2021-10-27 15:50:20,200 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-032d5a95-bbf8-409b-aa33-95a1dfc4912a', 'x-compute-request-id': 'req-032d5a95-bbf8-409b-aa33-95a1dfc4912a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:21,302 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:50:21,302 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12f0eaed-501b-4217-a48b-d32f6904d136', 'x-compute-request-id': 'req-12f0eaed-501b-4217-a48b-d32f6904d136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:22,399 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.089s 2021-10-27 15:50:22,400 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87931c95-380f-4b67-a629-3aee6fc63e41', 'x-compute-request-id': 'req-87931c95-380f-4b67-a629-3aee6fc63e41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:23,493 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:50:23,493 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fa3a868-85c2-48e1-aad9-5573fccf1b46', 'x-compute-request-id': 'req-3fa3a868-85c2-48e1-aad9-5573fccf1b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:24,584 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:24,585 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b0415b0-1a39-468f-91b9-bedb65aad4f7', 'x-compute-request-id': 'req-9b0415b0-1a39-468f-91b9-bedb65aad4f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:25,679 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:50:25,679 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a412699-0f78-41b1-b59b-c48b6898f002', 'x-compute-request-id': 'req-4a412699-0f78-41b1-b59b-c48b6898f002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:26,779 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.092s 2021-10-27 15:50:26,780 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dbf4fa8-9e71-46a8-a008-1f32bf7f97f5', 'x-compute-request-id': 'req-4dbf4fa8-9e71-46a8-a008-1f32bf7f97f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:27,877 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.089s 2021-10-27 15:50:27,878 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c56cf496-772d-41e0-adc2-f432b44feae6', 'x-compute-request-id': 'req-c56cf496-772d-41e0-adc2-f432b44feae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:29,067 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.181s 2021-10-27 15:50:29,068 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd04c7c0-128c-4c58-9a70-6d6be9e0262f', 'x-compute-request-id': 'req-fd04c7c0-128c-4c58-9a70-6d6be9e0262f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:30,159 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:30,160 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69c67b02-c0bb-4e1e-b16a-072b47fc1e8c', 'x-compute-request-id': 'req-69c67b02-c0bb-4e1e-b16a-072b47fc1e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:31,258 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.090s 2021-10-27 15:50:31,258 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7acef695-4693-426a-8ac0-ccf1021f0941', 'x-compute-request-id': 'req-7acef695-4693-426a-8ac0-ccf1021f0941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:32,349 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:50:32,349 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8609948c-900e-4348-8773-de4a93a59ead', 'x-compute-request-id': 'req-8609948c-900e-4348-8773-de4a93a59ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:33,444 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:50:33,445 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6185f822-c8ae-43b6-ae02-8ba2e8f5581e', 'x-compute-request-id': 'req-6185f822-c8ae-43b6-ae02-8ba2e8f5581e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:34,545 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.091s 2021-10-27 15:50:34,545 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7060f8d-c968-4d4d-b700-68a613d4d2ff', 'x-compute-request-id': 'req-d7060f8d-c968-4d4d-b700-68a613d4d2ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:35,635 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:50:35,635 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ae04d6d-6d20-4e9d-88f6-e7e0daa81826', 'x-compute-request-id': 'req-8ae04d6d-6d20-4e9d-88f6-e7e0daa81826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:36,727 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:36,727 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2daf51f0-6355-4f19-a5c4-c8b41adcf891', 'x-compute-request-id': 'req-2daf51f0-6355-4f19-a5c4-c8b41adcf891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:37,823 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:50:37,824 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d797cd3-4606-4e11-ad42-e9d74a96d5f7', 'x-compute-request-id': 'req-9d797cd3-4606-4e11-ad42-e9d74a96d5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:38,920 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:50:38,921 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af0ee410-954d-43da-8ba6-31ba1715e8e9', 'x-compute-request-id': 'req-af0ee410-954d-43da-8ba6-31ba1715e8e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:40,014 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:50:40,014 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1929b900-fb67-4aa5-9619-57b6871d497c', 'x-compute-request-id': 'req-1929b900-fb67-4aa5-9619-57b6871d497c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:41,109 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:50:41,109 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6350e061-ee80-4202-9b65-04669061e27d', 'x-compute-request-id': 'req-6350e061-ee80-4202-9b65-04669061e27d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:42,205 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:50:42,205 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-800e4ab9-effb-43fa-ad16-2bc4900a48cf', 'x-compute-request-id': 'req-800e4ab9-effb-43fa-ad16-2bc4900a48cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:43,299 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:50:43,299 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2851ba14-9891-4028-aa38-c330f120c08b', 'x-compute-request-id': 'req-2851ba14-9891-4028-aa38-c330f120c08b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:44,399 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.091s 2021-10-27 15:50:44,399 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b3316f-ff19-43f2-8ba8-436363d8939d', 'x-compute-request-id': 'req-c0b3316f-ff19-43f2-8ba8-436363d8939d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:45,496 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:50:45,497 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af5373d6-6258-47e7-9550-afff73daa218', 'x-compute-request-id': 'req-af5373d6-6258-47e7-9550-afff73daa218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:46,594 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:46,595 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee134a9f-8375-4e67-b3a7-74b5ce2bb8c3', 'x-compute-request-id': 'req-ee134a9f-8375-4e67-b3a7-74b5ce2bb8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:47,687 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:47,687 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33523334-16a2-4148-a713-fbb49356edde', 'x-compute-request-id': 'req-33523334-16a2-4148-a713-fbb49356edde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:48,778 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:48,779 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a6731e9-7acb-421e-9d5a-714419b40ccc', 'x-compute-request-id': 'req-5a6731e9-7acb-421e-9d5a-714419b40ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:49,871 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:50:49,872 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c78c67fe-4894-44d5-99f9-5fd106176d0a', 'x-compute-request-id': 'req-c78c67fe-4894-44d5-99f9-5fd106176d0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:50,967 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:50:50,968 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d067553-8ea9-40d1-903a-c6055a6bc5c4', 'x-compute-request-id': 'req-3d067553-8ea9-40d1-903a-c6055a6bc5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:52,062 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:50:52,062 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-379a1520-0ac2-404b-b909-68cb1cf9974b', 'x-compute-request-id': 'req-379a1520-0ac2-404b-b909-68cb1cf9974b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:53,154 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:53,154 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0c84d35-9f22-49cc-b857-6cf8ecac4070', 'x-compute-request-id': 'req-d0c84d35-9f22-49cc-b857-6cf8ecac4070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:54,275 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.113s 2021-10-27 15:50:54,276 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33305c3c-361a-42ba-ba62-4cc009e27c8a', 'x-compute-request-id': 'req-33305c3c-361a-42ba-ba62-4cc009e27c8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:55,368 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:50:55,369 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23e160db-cf75-4e7c-92eb-c1ab67da925b', 'x-compute-request-id': 'req-23e160db-cf75-4e7c-92eb-c1ab67da925b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:56,462 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:50:56,463 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11f0910a-c473-4002-a287-b24dce0ba32a', 'x-compute-request-id': 'req-11f0910a-c473-4002-a287-b24dce0ba32a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:57,564 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.091s 2021-10-27 15:50:57,564 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5997420-d389-4dd5-ba32-6956096d537a', 'x-compute-request-id': 'req-f5997420-d389-4dd5-ba32-6956096d537a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:58,671 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.095s 2021-10-27 15:50:58,671 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd93fc9d-79bb-4ea2-99b9-efdc13a373a0', 'x-compute-request-id': 'req-cd93fc9d-79bb-4ea2-99b9-efdc13a373a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:50:59,764 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:50:59,764 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0923830-bcc9-492d-af26-9d1890b34acc', 'x-compute-request-id': 'req-b0923830-bcc9-492d-af26-9d1890b34acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:00,863 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.090s 2021-10-27 15:51:00,864 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9867f610-4e1a-4be7-8374-c61b4ccfe4d4', 'x-compute-request-id': 'req-9867f610-4e1a-4be7-8374-c61b4ccfe4d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:01,975 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.103s 2021-10-27 15:51:01,975 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3a50cf4-a0a5-49c7-b773-5f24090c3412', 'x-compute-request-id': 'req-c3a50cf4-a0a5-49c7-b773-5f24090c3412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:03,071 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:51:03,072 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b39d2d-84d8-43bd-80a3-77ec2d4cd088', 'x-compute-request-id': 'req-c0b39d2d-84d8-43bd-80a3-77ec2d4cd088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:04,163 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:51:04,164 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-327d8b2e-c5e5-4f3f-aee4-482db1a3bdb6', 'x-compute-request-id': 'req-327d8b2e-c5e5-4f3f-aee4-482db1a3bdb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:05,257 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:51:05,258 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3413b9f3-36b7-4300-99a5-0b0ec6639a9a', 'x-compute-request-id': 'req-3413b9f3-36b7-4300-99a5-0b0ec6639a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:06,352 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:51:06,353 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ed3a0e5-45bf-452b-b450-2e446ed65ba8', 'x-compute-request-id': 'req-7ed3a0e5-45bf-452b-b450-2e446ed65ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:07,450 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:51:07,450 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b08b8a1-1982-43d0-95e4-c59be04908ec', 'x-compute-request-id': 'req-8b08b8a1-1982-43d0-95e4-c59be04908ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:08,548 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.090s 2021-10-27 15:51:08,549 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96133ca9-ef7d-4ebb-b249-03aa7f8b2a81', 'x-compute-request-id': 'req-96133ca9-ef7d-4ebb-b249-03aa7f8b2a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:09,644 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:51:09,645 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50c261a7-fa2e-460a-b348-967348c28e96', 'x-compute-request-id': 'req-50c261a7-fa2e-460a-b348-967348c28e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:10,740 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:51:10,740 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ace30a36-e567-4f1c-ad22-245667fe7433', 'x-compute-request-id': 'req-ace30a36-e567-4f1c-ad22-245667fe7433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:11,834 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:51:11,834 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11bd7526-9427-4834-b02b-ab5193c8d84b', 'x-compute-request-id': 'req-11bd7526-9427-4834-b02b-ab5193c8d84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:12,931 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:51:12,932 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fea0204f-0084-452e-874a-4fd0a15f24a4', 'x-compute-request-id': 'req-fea0204f-0084-452e-874a-4fd0a15f24a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:14,054 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.114s 2021-10-27 15:51:14,054 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf86ca96-5fa8-4ab2-bc73-58af7e0cbc80', 'x-compute-request-id': 'req-cf86ca96-5fa8-4ab2-bc73-58af7e0cbc80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:15,156 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.094s 2021-10-27 15:51:15,157 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7103d71b-2756-491e-86c1-0bd2fba25b7d', 'x-compute-request-id': 'req-7103d71b-2756-491e-86c1-0bd2fba25b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:16,255 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.089s 2021-10-27 15:51:16,256 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2871a474-12f3-44f1-828d-e457dd091604', 'x-compute-request-id': 'req-2871a474-12f3-44f1-828d-e457dd091604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:17,348 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:51:17,348 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07d01bd3-9a04-4165-a84d-f9dda4d1dac6', 'x-compute-request-id': 'req-07d01bd3-9a04-4165-a84d-f9dda4d1dac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:18,441 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:51:18,441 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68c71a6c-c381-4b72-a949-197387186e25', 'x-compute-request-id': 'req-68c71a6c-c381-4b72-a949-197387186e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:19,537 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:51:19,538 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25c11374-d95b-4e5f-b73b-b2cad52c2791', 'x-compute-request-id': 'req-25c11374-d95b-4e5f-b73b-b2cad52c2791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:20,636 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.090s 2021-10-27 15:51:20,636 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ac89dd5-0269-4346-a3db-f99e48d9fecc', 'x-compute-request-id': 'req-2ac89dd5-0269-4346-a3db-f99e48d9fecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:21,730 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:51:21,731 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fa5478e-5956-4916-b476-3cf4a0e9a16c', 'x-compute-request-id': 'req-2fa5478e-5956-4916-b476-3cf4a0e9a16c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:22,820 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.081s 2021-10-27 15:51:22,820 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a392b185-3645-40b8-a1fc-c23866fe83bc', 'x-compute-request-id': 'req-a392b185-3645-40b8-a1fc-c23866fe83bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:23,910 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:51:23,910 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdd5f2a9-558f-4c37-8f8f-deedbf2b2611', 'x-compute-request-id': 'req-cdd5f2a9-558f-4c37-8f8f-deedbf2b2611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:25,001 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:51:25,002 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b9e6b52-32dd-4da1-aa65-309be6173528', 'x-compute-request-id': 'req-2b9e6b52-32dd-4da1-aa65-309be6173528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:26,093 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:51:26,094 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7820b3a9-e83c-4479-8fa8-6f0a21e070ef', 'x-compute-request-id': 'req-7820b3a9-e83c-4479-8fa8-6f0a21e070ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:27,188 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:51:27,188 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bca237ce-3527-4c5b-a2e6-0fb4a91d6382', 'x-compute-request-id': 'req-bca237ce-3527-4c5b-a2e6-0fb4a91d6382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:28,282 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:51:28,282 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37e56884-bee1-48b7-b7e7-e95e21e46ae6', 'x-compute-request-id': 'req-37e56884-bee1-48b7-b7e7-e95e21e46ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:29,375 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:51:29,376 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-763ca485-2f7b-4459-b902-425a3158413b', 'x-compute-request-id': 'req-763ca485-2f7b-4459-b902-425a3158413b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:30,467 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:51:30,468 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11625955-1937-48ae-bb80-c4cbe75c290c', 'x-compute-request-id': 'req-11625955-1937-48ae-bb80-c4cbe75c290c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:31,559 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:51:31,559 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-638c75d5-de23-45bc-97a6-f8b2127f129b', 'x-compute-request-id': 'req-638c75d5-de23-45bc-97a6-f8b2127f129b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:32,652 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:51:32,653 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-629bd897-cbe3-44e0-8a3d-3c46d11f17af', 'x-compute-request-id': 'req-629bd897-cbe3-44e0-8a3d-3c46d11f17af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:33,746 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:51:33,746 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2730da8e-f113-4980-8c6d-0cdeb15bc3f3', 'x-compute-request-id': 'req-2730da8e-f113-4980-8c6d-0cdeb15bc3f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:34,839 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:51:34,840 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-056e47e0-5590-4377-a959-21dad6abc4d6', 'x-compute-request-id': 'req-056e47e0-5590-4377-a959-21dad6abc4d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:35,932 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:51:35,933 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93f9bdd0-ae89-43aa-a66b-fde4d6678143', 'x-compute-request-id': 'req-93f9bdd0-ae89-43aa-a66b-fde4d6678143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:37,026 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:51:37,027 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42b6bb7f-e9ff-4637-9109-46254bf25525', 'x-compute-request-id': 'req-42b6bb7f-e9ff-4637-9109-46254bf25525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:38,123 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:51:38,123 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e04cbc21-2a3b-4aed-8669-3d46b167f4b6', 'x-compute-request-id': 'req-e04cbc21-2a3b-4aed-8669-3d46b167f4b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:39,220 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:51:39,220 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e5db724-db30-40a4-8af1-67be77f7a7bc', 'x-compute-request-id': 'req-1e5db724-db30-40a4-8af1-67be77f7a7bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:40,313 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:51:40,313 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd34d88f-9679-41d1-8f70-59bef40ba903', 'x-compute-request-id': 'req-bd34d88f-9679-41d1-8f70-59bef40ba903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:41,405 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:51:41,406 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c884553e-4e01-4110-b07a-2abb23c3bac1', 'x-compute-request-id': 'req-c884553e-4e01-4110-b07a-2abb23c3bac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:42,501 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:51:42,501 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfc7161b-0928-4e9b-8d47-a87a6eecb01a', 'x-compute-request-id': 'req-bfc7161b-0928-4e9b-8d47-a87a6eecb01a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:43,600 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.089s 2021-10-27 15:51:43,600 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ac3eda9-204c-459d-96fb-730dd9c90d9d', 'x-compute-request-id': 'req-4ac3eda9-204c-459d-96fb-730dd9c90d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:44,690 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:51:44,691 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6e28b4e-d78a-46ee-a868-6d90fe9b94b4', 'x-compute-request-id': 'req-b6e28b4e-d78a-46ee-a868-6d90fe9b94b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:45,781 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:51:45,782 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df15e7e0-adb3-42bc-b729-22074b7e2f8c', 'x-compute-request-id': 'req-df15e7e0-adb3-42bc-b729-22074b7e2f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:46,875 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:51:46,876 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33268fac-a846-47f5-8598-0d1daad59698', 'x-compute-request-id': 'req-33268fac-a846-47f5-8598-0d1daad59698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:47,973 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:51:47,974 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2cfc7d7-d7e5-4dad-a670-b4c231394af4', 'x-compute-request-id': 'req-e2cfc7d7-d7e5-4dad-a670-b4c231394af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:49,066 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:51:49,067 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-003e72e3-1d62-404c-be95-fe4f9807c1e0', 'x-compute-request-id': 'req-003e72e3-1d62-404c-be95-fe4f9807c1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:50,162 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:51:50,162 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1708475b-c1ce-4d26-a6cf-1cf589e50cb1', 'x-compute-request-id': 'req-1708475b-c1ce-4d26-a6cf-1cf589e50cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:51,264 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.093s 2021-10-27 15:51:51,264 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36b0f20b-8e02-462e-ba1d-250ec62d478a', 'x-compute-request-id': 'req-36b0f20b-8e02-462e-ba1d-250ec62d478a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:52,379 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.107s 2021-10-27 15:51:52,379 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c052f5c6-9312-4a8b-bcf7-be6dd2110286', 'x-compute-request-id': 'req-c052f5c6-9312-4a8b-bcf7-be6dd2110286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:53,472 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:51:53,473 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf9f94ff-2972-4d43-ae30-3257b9653f5f', 'x-compute-request-id': 'req-cf9f94ff-2972-4d43-ae30-3257b9653f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:54,561 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.080s 2021-10-27 15:51:54,561 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1796de26-9348-469f-84a3-0461ad1ed768', 'x-compute-request-id': 'req-1796de26-9348-469f-84a3-0461ad1ed768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:55,657 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.087s 2021-10-27 15:51:55,657 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-701ba617-adff-4b68-afd0-7accb993c4d5', 'x-compute-request-id': 'req-701ba617-adff-4b68-afd0-7accb993c4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:56,754 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:51:56,754 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0015823e-7239-4019-b243-67339702fe9a', 'x-compute-request-id': 'req-0015823e-7239-4019-b243-67339702fe9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:57,853 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.090s 2021-10-27 15:51:57,854 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2652e1e-89f9-4aba-963d-5a22f4d2a97e', 'x-compute-request-id': 'req-e2652e1e-89f9-4aba-963d-5a22f4d2a97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:51:58,966 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.104s 2021-10-27 15:51:58,967 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-971f4ce3-1d96-4038-9baa-29be3efca72f', 'x-compute-request-id': 'req-971f4ce3-1d96-4038-9baa-29be3efca72f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:00,063 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.088s 2021-10-27 15:52:00,063 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37a3dafa-6a49-412f-93f1-61897cee0b3e', 'x-compute-request-id': 'req-37a3dafa-6a49-412f-93f1-61897cee0b3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:01,156 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:52:01,156 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07ee99e1-3bfb-4210-b796-7b1cc7b2fcc3', 'x-compute-request-id': 'req-07ee99e1-3bfb-4210-b796-7b1cc7b2fcc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:02,247 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:52:02,247 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4281aa4-57c6-4d1d-83d2-26b778e1f747', 'x-compute-request-id': 'req-e4281aa4-57c6-4d1d-83d2-26b778e1f747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:03,339 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:52:03,339 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31659320-6bde-4688-a344-8904bab0925c', 'x-compute-request-id': 'req-31659320-6bde-4688-a344-8904bab0925c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:04,433 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.085s 2021-10-27 15:52:04,433 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08482cbb-d7e7-46f7-867a-b1cfb923fce3', 'x-compute-request-id': 'req-08482cbb-d7e7-46f7-867a-b1cfb923fce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:05,523 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:52:05,524 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb365eac-160a-48ee-9406-ecb087463110', 'x-compute-request-id': 'req-bb365eac-160a-48ee-9406-ecb087463110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:06,615 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:52:06,615 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d178d776-0b6c-473c-82a0-4eecc39b7ea8', 'x-compute-request-id': 'req-d178d776-0b6c-473c-82a0-4eecc39b7ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:07,710 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.086s 2021-10-27 15:52:07,711 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9df5eb1e-4596-4a44-af35-6ba5390f6fb9', 'x-compute-request-id': 'req-9df5eb1e-4596-4a44-af35-6ba5390f6fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:08,801 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.082s 2021-10-27 15:52:08,802 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4becf1e-3836-4d17-9fdf-f935e0c3d424', 'x-compute-request-id': 'req-e4becf1e-3836-4d17-9fdf-f935e0c3d424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:09,893 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.083s 2021-10-27 15:52:09,894 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71457ed2-b0b1-4468-8215-4125733bb63d', 'x-compute-request-id': 'req-71457ed2-b0b1-4468-8215-4125733bb63d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:10,986 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.084s 2021-10-27 15:52:10,986 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a9d9fc5-99c8-4afd-804a-5539c13b6cff', 'x-compute-request-id': 'req-6a9d9fc5-99c8-4afd-804a-5539c13b6cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:52:12,086 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.092s 2021-10-27 15:52:12,087 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4067341-b36d-4ee6-9910-94cc3692ff6b', 'x-compute-request-id': 'req-f4067341-b36d-4ee6-9910-94cc3692ff6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"server": {"id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "name": "tempest-TestVolumeBootPattern-server-1027386698", "status": "ACTIVE", "tenant_id": "8818377e744d4f6ba65560705c191f0a", "user_id": "4c757a383a434a4c9b1b928087af8de7", "metadata": {}, "hostId": "1d475203f6ae3de267761d8a0ea0d81d1ba969173e8166c28ea436dd", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.64/compute/flavors/452"}]}, "created": "2021-10-27T15:46:05Z", "updated": "2021-10-27T15:49:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}, {"rel": "bookmark", "href": "http://10.222.0.64/compute/servers/a79303e6-05ad-4901-96b7-ce845b4016f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-2050413747", "OS-SRV-USG:launched_at": "2021-10-27T15:47:12.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": "82e8083f-419e-4058-a996-da93713d7f80"}]}}' 2021-10-27 15:53:13,149 122911 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 2021-10-27 15:54:13,211 122911 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 2021-10-27 15:55:13,270 122911 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 2021-10-27 15:56:13,323 122911 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.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 2021-10-27 15:57:13,384 122911 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 2021-10-27 15:58:13,444 122911 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 2021-10-27 15:59:13,503 122911 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.64', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 2021-10-27 15:59:17,849 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 404 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 424.754s 2021-10-27 15:59:17,850 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:13 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-f960b264-f0f2-4d0f-9ec8-bf16eb9288e0', 'x-compute-request-id': 'req-f960b264-f0f2-4d0f-9ec8-bf16eb9288e0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a79303e6-05ad-4901-96b7-ce845b4016f4 could not be found."}}' 2021-10-27 15:59:17,899 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.64/identity/v3/auth/tokens 0.044s 2021-10-27 15:59:17,900 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3395', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-100a1545-9e5f-4736-988b-0370e07c090e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.64/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4c757a383a434a4c9b1b928087af8de7", "name": "tempest-TestVolumeBootPattern-68227852-project", "password_expires_at": null}, "audit_ids": ["WW_64cZ3SJa-G_c_CXQ9RA"], "expires_at": "2021-10-27T16:59:17.000000Z", "issued_at": "2021-10-27T15:59:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8818377e744d4f6ba65560705c191f0a", "name": "tempest-TestVolumeBootPattern-68227852"}, "is_domain": false, "roles": [{"id": "00c8e00a761741e8819de28543428909", "name": "member"}, {"id": "e9940d740c0a4a0fbd94317893e5a802", "name": "reader"}], "catalog": [{"endpoints": [{"id": "b4db8dd0269c46829e2e76649ccb1e04", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a", "region": "RegionOne"}], "id": "21dbf5bfa1a8477c9ca79538352abfa1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ab514574bfb64ba59465e6bf62841582", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:9696/", "region": "RegionOne"}], "id": "3948e8a9abbd48c09e79056f91c5316a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "aca524351fcd44da92153bdaac2f449f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/image", "region": "RegionOne"}], "id": "4f00820f53644b6991510da7823af60c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "42a8b0527ee74f2f9403c9948b829245", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/placement", "region": "RegionOne"}], "id": "7152b137e2904bfd957884923990ea32", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fddd0e8011684747a31e59b5aa7e3ea4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2/8818377e744d4f6ba65560705c191f0a", "region": "RegionOne"}], "id": "822d203071214249a7a83ef440835e3b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4076637689554721974547285f58af92", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64:8080/v1/AUTH_8818377e744d4f6ba65560705c191f0a", "region": "RegionOne"}, {"id": "a8d9bf22601c449e8b7a535d6d7276b2", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64:8080", "region": "RegionOne"}], "id": "8eff8e680a3c4406a065e6ecae5ba648", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "5d278f2ce716420e83193b40478b88ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/compute/v2.1", "region": "RegionOne"}], "id": "ae9206745322423494edaa6a9e505642", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "1c8b9a49532b415298d4eee11f124d62", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}, {"id": "a2dc863a7c404207be9af45713d1f344", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/identity", "region": "RegionOne"}], "id": "d772d57bc3f94330ac63f753ce96888e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0da17f2b324b43fc8f9e453e0bbf5512", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a", "region": "RegionOne"}], "id": "ee642b2f9a8249c39d263d9d81a655f1", "type": "volumev3", "name": "cinderv3"}]}}' 2021-10-27 15:59:17,900 122911 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '816f1cdd-21be-4397-bf09-ccc55a5f04b0', 'name': 'tempest-TestVolumeBootPattern-580107703-network', 'tenant_id': '8818377e744d4f6ba65560705c191f0a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8818377e744d4f6ba65560705c191f0a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 1116, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T15:45:15Z', 'updated_at': '2021-10-27T15:45:15Z', 'revision_number': 1} available for tenant 2021-10-27 15:59:18,733 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.222.0.64/compute/v2.1/servers 0.831s 2021-10-27 15:59:18,733 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-525892292", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-2050413747", "security_groups": [{"name": "tempest-secgroup-smoke-338213581"}], "block_device_mapping_v2": [{"uuid": "82e8083f-419e-4058-a996-da93713d7f80", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "816f1cdd-21be-4397-bf09-ccc55a5f04b0"}]}} Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:17 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': '295', 'x-openstack-request-id': 'req-6beee8ad-6d81-460f-9854-cfe19f0b9be0', 'x-compute-request-id': 'req-6beee8ad-6d81-460f-9854-cfe19f0b9be0', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.64/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Invalid input received: Invalid volume: Volume 82e8083f-419e-4058-a996-da93713d7f80 status must be available or downloading to reserve, but the current status is in-use. (HTTP 400) (Request-ID: req-0806d77a-40ba-4d31-af16-805f6bcbb4d3)"}}' 2021-10-27 15:59:19,639 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.64:9696/v2.0/floatingips/ebbbe2ca-d55f-4c62-9f49-c311dbff98b3 0.903s 2021-10-27 15:59:19,639 122911 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-823cb259-ef6e-480d-8a76-be1af2876fe5', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 15:59:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64:9696/v2.0/floatingips/ebbbe2ca-d55f-4c62-9f49-c311dbff98b3'} Body: b'' 2021-10-27 15:59:19,682 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 DELETE http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.042s 2021-10-27 15:59:19,683 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:19 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-f8ae44bb-b8a1-407f-b80d-b9dc709e2695', 'x-compute-request-id': 'req-f8ae44bb-b8a1-407f-b80d-b9dc709e2695', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a79303e6-05ad-4901-96b7-ce845b4016f4 could not be found."}}' 2021-10-27 15:59:19,718 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4 0.034s 2021-10-27 15:59:19,719 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:19 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-f1c72bb8-ac9c-4321-96f1-aba8761addfa', 'x-compute-request-id': 'req-f1c72bb8-ac9c-4321-96f1-aba8761addfa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.64/compute/v2.1/servers/a79303e6-05ad-4901-96b7-ce845b4016f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a79303e6-05ad-4901-96b7-ce845b4016f4 could not be found."}}' 2021-10-27 15:59:19,769 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.049s 2021-10-27 15:59:19,769 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:19 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-b78b7de6-683b-4df6-8e53-5a4a25b90dcc', 'x-openstack-request-id': 'req-b78b7de6-683b-4df6-8e53-5a4a25b90dcc', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} 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."}}' 2021-10-27 15:59:19,830 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.059s 2021-10-27 15:59:19,830 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88abec95-020c-4885-911d-02a307d18901', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88abec95-020c-4885-911d-02a307d18901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:20,892 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.053s 2021-10-27 15:59:20,893 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cbb4a84-6bff-4d40-959d-dd60b2948358', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cbb4a84-6bff-4d40-959d-dd60b2948358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:21,948 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 15:59:21,948 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c991b9-f1d6-4cc1-8ce0-a24c92ec22a2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c991b9-f1d6-4cc1-8ce0-a24c92ec22a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:23,003 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 15:59:23,003 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba025e5c-3cf0-4313-a5f9-f3d20d0051a4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba025e5c-3cf0-4313-a5f9-f3d20d0051a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:24,059 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 15:59:24,059 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e86e7f83-c758-4fe6-94ef-64b65836a9a2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e86e7f83-c758-4fe6-94ef-64b65836a9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:25,112 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 15:59:25,112 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2924d44-72c1-4171-ab8e-2c16fa1afda0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2924d44-72c1-4171-ab8e-2c16fa1afda0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:26,164 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 15:59:26,165 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6269feec-4304-4c94-9bcf-1a9aabe6961e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6269feec-4304-4c94-9bcf-1a9aabe6961e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:27,216 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 15:59:27,217 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-507faa63-8dcd-4d9e-9ac5-63def5b41c99', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-507faa63-8dcd-4d9e-9ac5-63def5b41c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:28,272 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 15:59:28,272 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97b6c77-ae8a-4575-9893-84c0e5403bbd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97b6c77-ae8a-4575-9893-84c0e5403bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:29,323 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 15:59:29,323 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe773750-442c-483e-a52e-90be915ded3e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe773750-442c-483e-a52e-90be915ded3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:30,379 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 15:59:30,380 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68754cb8-c002-435c-9a6d-46bc8afb659b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68754cb8-c002-435c-9a6d-46bc8afb659b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:31,431 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 15:59:31,431 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d624593d-48a5-427e-9552-b850d2672398', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d624593d-48a5-427e-9552-b850d2672398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:32,484 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 15:59:32,486 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa31d0b-4d13-4438-b89f-2f9c7d881822', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa31d0b-4d13-4438-b89f-2f9c7d881822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:33,629 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.135s 2021-10-27 15:59:33,629 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d877aa2f-f28f-460f-a7d8-41a2829c860c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d877aa2f-f28f-460f-a7d8-41a2829c860c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:34,685 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 15:59:34,686 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39cfe661-6ab5-48f7-b984-49f7579e1e2e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39cfe661-6ab5-48f7-b984-49f7579e1e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:35,742 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 15:59:35,742 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1f6177e-a646-4198-af41-f38a1e9fc6d0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1f6177e-a646-4198-af41-f38a1e9fc6d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:36,800 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.049s 2021-10-27 15:59:36,801 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9ee677-e925-4ee0-b405-04f1be40b953', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9ee677-e925-4ee0-b405-04f1be40b953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:37,853 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 15:59:37,853 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a1f09c-0f1a-45f7-9163-b5b8fcf86e97', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a1f09c-0f1a-45f7-9163-b5b8fcf86e97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:38,906 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 15:59:38,906 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9abfa5fb-ece7-4dc6-823c-9d06e53a1ae5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9abfa5fb-ece7-4dc6-823c-9d06e53a1ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:39,959 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 15:59:39,959 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a59e441-0c7e-4bf4-b134-56d52a40434f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a59e441-0c7e-4bf4-b134-56d52a40434f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:41,013 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 15:59:41,013 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d52901d0-f331-453e-84e7-191d011bea5f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d52901d0-f331-453e-84e7-191d011bea5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:42,072 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.050s 2021-10-27 15:59:42,073 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee36ef0b-99ed-4842-9d27-da6b9b69b53c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee36ef0b-99ed-4842-9d27-da6b9b69b53c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:43,122 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 15:59:43,122 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a89619-6bb6-437a-8593-f9f4688e435d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a89619-6bb6-437a-8593-f9f4688e435d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:44,172 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 15:59:44,173 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa2551dc-bcd8-42ce-8f0e-da7bd216261b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa2551dc-bcd8-42ce-8f0e-da7bd216261b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:45,225 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 15:59:45,225 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d9fba46-f20f-4db7-85e6-aa9766821598', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d9fba46-f20f-4db7-85e6-aa9766821598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:46,277 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 15:59:46,277 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-944b5d28-ebc0-450d-ab72-621659e6d22f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-944b5d28-ebc0-450d-ab72-621659e6d22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:47,328 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 15:59:47,329 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e3cc3d-e034-4320-b982-e23f4b78630c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e3cc3d-e034-4320-b982-e23f4b78630c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:48,379 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 15:59:48,379 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eba0801-a9ec-4d52-bd5c-c784da8f2fd0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eba0801-a9ec-4d52-bd5c-c784da8f2fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:49,436 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 15:59:49,436 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b14a1326-550a-4f9f-82c7-71991e26fd7d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b14a1326-550a-4f9f-82c7-71991e26fd7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:50,490 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 15:59:50,490 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db83bc3-42df-4ac3-acd6-b2217cf8fc1a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db83bc3-42df-4ac3-acd6-b2217cf8fc1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:51,538 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.040s 2021-10-27 15:59:51,539 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fcdb6ac-f54e-4dff-95cf-13cc216adaac', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fcdb6ac-f54e-4dff-95cf-13cc216adaac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:52,590 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 15:59:52,591 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e77b45a1-01eb-4514-bf8b-2d703d64d5bb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e77b45a1-01eb-4514-bf8b-2d703d64d5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:53,640 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 15:59:53,641 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-546f2f10-87e8-4ebb-828a-9d26f8b2dd6b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-546f2f10-87e8-4ebb-828a-9d26f8b2dd6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:54,692 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 15:59:54,692 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c5581cf-e9d0-4d53-a156-a46519682231', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c5581cf-e9d0-4d53-a156-a46519682231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:55,743 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 15:59:55,743 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78f99307-d234-4455-ac2b-501aa555e6bf', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78f99307-d234-4455-ac2b-501aa555e6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:56,796 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 15:59:56,796 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5612362c-13f8-4630-bb3e-6e8e1fc45b5f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5612362c-13f8-4630-bb3e-6e8e1fc45b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:57,846 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 15:59:57,847 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee68b6d6-312d-4721-b5f7-1bed220e6888', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee68b6d6-312d-4721-b5f7-1bed220e6888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:58,900 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 15:59:58,900 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-307d1272-a7e1-41aa-9ea0-4d50a6a206c5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-307d1272-a7e1-41aa-9ea0-4d50a6a206c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 15:59:59,952 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 15:59:59,952 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 15:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd93f06b-ce37-44f9-b945-f12b9ffd6504', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd93f06b-ce37-44f9-b945-f12b9ffd6504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:01,022 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.062s 2021-10-27 16:00:01,023 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb28009-b29c-4715-86b9-57bc335695b5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb28009-b29c-4715-86b9-57bc335695b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:02,076 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:02,076 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34ccb809-b384-4391-b2d0-a88194499a97', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34ccb809-b384-4391-b2d0-a88194499a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:03,128 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:03,128 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b6247c-3e6c-46a2-a930-c1c8658dffe1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b6247c-3e6c-46a2-a930-c1c8658dffe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:04,179 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:04,179 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25fd9426-81e9-4309-a476-7ddbf02ef478', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25fd9426-81e9-4309-a476-7ddbf02ef478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:05,231 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:05,231 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b10d215-ef8c-4660-8297-db6f72f7b426', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b10d215-ef8c-4660-8297-db6f72f7b426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:06,282 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:06,282 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0054fb3c-45ec-4517-ab31-a5ebbba194a2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0054fb3c-45ec-4517-ab31-a5ebbba194a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:07,336 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:00:07,336 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567af2a1-50f2-4b48-9056-e5480138608a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567af2a1-50f2-4b48-9056-e5480138608a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:08,389 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:08,389 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8756f7e-19f8-4d4e-8ad5-87428381beeb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8756f7e-19f8-4d4e-8ad5-87428381beeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:09,441 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:09,442 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fc55838-1cda-48d9-96f3-cec28e619a7d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fc55838-1cda-48d9-96f3-cec28e619a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:10,494 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:10,494 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bef7ec0-fa04-46fd-9f40-67e4a867fa13', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bef7ec0-fa04-46fd-9f40-67e4a867fa13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:11,546 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:11,546 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14231de-a69d-4c8a-8a06-986393ba155a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14231de-a69d-4c8a-8a06-986393ba155a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:12,597 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:12,597 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9320931-9184-4e0c-98e5-0e2d4c2cb220', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9320931-9184-4e0c-98e5-0e2d4c2cb220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:13,647 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:13,648 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a313afb1-3d40-4936-bec7-2e900896b005', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a313afb1-3d40-4936-bec7-2e900896b005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:14,701 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:00:14,701 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2919477-a86e-4b7e-929e-cd9c8dcbc140', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2919477-a86e-4b7e-929e-cd9c8dcbc140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:15,757 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:00:15,757 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc851d3e-1cfa-40f6-9b9d-40ea8d7e3c4c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc851d3e-1cfa-40f6-9b9d-40ea8d7e3c4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:16,814 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:16,815 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13c4c906-1029-46c2-8e9e-84b568e8df80', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c4c906-1029-46c2-8e9e-84b568e8df80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:17,868 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:00:17,869 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d44b919d-de46-4e12-b887-c0c91e7d1d72', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d44b919d-de46-4e12-b887-c0c91e7d1d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:18,922 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:18,922 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6e0e6fb-0c4a-4142-8ccc-e0d852c9004b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6e0e6fb-0c4a-4142-8ccc-e0d852c9004b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:19,976 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:00:19,977 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10f3771-697a-4f21-8736-28bc218b5af1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10f3771-697a-4f21-8736-28bc218b5af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:21,028 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:21,029 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fba59e5b-a97d-459f-a287-a91e95f87434', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba59e5b-a97d-459f-a287-a91e95f87434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:22,080 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:22,080 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef9e762d-82f0-43aa-aeb2-aba72aeddb82', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef9e762d-82f0-43aa-aeb2-aba72aeddb82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:23,131 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:23,131 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31b45211-a35e-4936-86a7-6b6a471adf7a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31b45211-a35e-4936-86a7-6b6a471adf7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:24,185 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:00:24,186 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fac26cc-865b-4e18-b0db-dcecc1d759fd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fac26cc-865b-4e18-b0db-dcecc1d759fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:25,237 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:25,237 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa701510-89e1-42e5-bb93-d618b4761377', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa701510-89e1-42e5-bb93-d618b4761377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:26,289 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:26,289 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfbec7e0-cf0f-4401-b63e-4defabe56d27', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfbec7e0-cf0f-4401-b63e-4defabe56d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:27,340 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:27,340 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af0d983-1d41-402d-953c-3c3eec14472c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af0d983-1d41-402d-953c-3c3eec14472c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:28,392 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:28,393 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a09e71f4-a13a-4abd-a87f-8b61956e2021', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a09e71f4-a13a-4abd-a87f-8b61956e2021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:29,442 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:29,443 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dea29de0-fcc2-498d-8975-a3b0b71cc1eb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dea29de0-fcc2-498d-8975-a3b0b71cc1eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:30,496 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:00:30,496 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18faec81-2b0a-4137-855d-f911dfc2b00c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18faec81-2b0a-4137-855d-f911dfc2b00c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:31,546 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:31,547 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98ffc801-a941-43f7-aea8-c5f5ae8bd3a5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98ffc801-a941-43f7-aea8-c5f5ae8bd3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:32,597 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:32,598 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17fdf303-2aff-4642-9c2a-6ecc047583b9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17fdf303-2aff-4642-9c2a-6ecc047583b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:33,649 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:33,650 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fee0fa09-9a52-4ef0-890b-f6c0c517da64', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fee0fa09-9a52-4ef0-890b-f6c0c517da64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:34,701 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:34,701 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0196eee3-1a80-408c-bf5b-9415ba47103e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0196eee3-1a80-408c-bf5b-9415ba47103e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:35,751 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:35,751 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11674f2-b81b-4e4a-87b6-8e75b08f90e4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11674f2-b81b-4e4a-87b6-8e75b08f90e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:36,802 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:36,803 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653cf0de-f989-4c80-a9cc-404301267f00', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653cf0de-f989-4c80-a9cc-404301267f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:37,854 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:37,854 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a3f7f03-c7ba-468f-8577-c0960e4d034b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a3f7f03-c7ba-468f-8577-c0960e4d034b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:38,909 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:00:38,910 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba9b615-521c-4df6-8b89-8696947b9f38', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba9b615-521c-4df6-8b89-8696947b9f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:39,961 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:39,961 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95d0b92f-4552-4187-80d8-0fcf6f791011', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95d0b92f-4552-4187-80d8-0fcf6f791011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:41,014 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:41,014 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba59e667-1ef7-44a4-a40a-69b81ce8817e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba59e667-1ef7-44a4-a40a-69b81ce8817e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:42,065 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:42,065 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-892b8985-687b-40da-9e48-2c639c03eb9f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-892b8985-687b-40da-9e48-2c639c03eb9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:43,117 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:43,117 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc02094-68b6-4027-a99f-0fb9211c6226', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc02094-68b6-4027-a99f-0fb9211c6226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:44,168 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:44,168 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ed1746-494e-4cf1-8e22-3a72cb216832', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ed1746-494e-4cf1-8e22-3a72cb216832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:45,222 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:00:45,223 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617dc443-0a33-4eaa-bdab-94533a59a1c7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617dc443-0a33-4eaa-bdab-94533a59a1c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:46,273 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:46,274 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adcd80a8-28ec-4bfb-b064-58d65cc25303', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adcd80a8-28ec-4bfb-b064-58d65cc25303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:47,324 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:47,324 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4397831b-edba-4c47-9648-597c4bd755c3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4397831b-edba-4c47-9648-597c4bd755c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:48,374 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:48,375 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb4c485-4624-49a2-af0e-f0e73502704d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb4c485-4624-49a2-af0e-f0e73502704d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:49,425 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:49,426 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86ef3d9b-9896-4372-837a-89d06c0d5051', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86ef3d9b-9896-4372-837a-89d06c0d5051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:50,476 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:50,477 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ced612-a616-48d8-8353-b04cff5b5853', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ced612-a616-48d8-8353-b04cff5b5853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:51,527 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:51,527 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-794a7e23-880b-4bc2-8d6a-ea6f2f8aa378', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-794a7e23-880b-4bc2-8d6a-ea6f2f8aa378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:52,577 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:52,577 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f79367-cd29-4c3c-b698-b37397ef9469', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f79367-cd29-4c3c-b698-b37397ef9469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:53,630 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:00:53,630 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d33ced2-4617-4c29-a6bf-64e999090d6c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d33ced2-4617-4c29-a6bf-64e999090d6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:54,680 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:00:54,681 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6a3ece-0655-41cd-b569-506e363bcac1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab6a3ece-0655-41cd-b569-506e363bcac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:55,733 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:00:55,733 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aded94bc-c070-42f7-a126-ac9232230b50', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aded94bc-c070-42f7-a126-ac9232230b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:56,786 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:56,786 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-022ebd0f-22c4-4da0-9087-aa4e94a41fe8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-022ebd0f-22c4-4da0-9087-aa4e94a41fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:57,836 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:00:57,837 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ae571a-35f3-45b1-80ba-5f004d668ccb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8ae571a-35f3-45b1-80ba-5f004d668ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:58,889 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:00:58,889 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1563a71-0c89-4d56-b6f1-7455bf445eb3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1563a71-0c89-4d56-b6f1-7455bf445eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:00:59,943 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:00:59,943 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-304e623f-c221-4695-b9dc-50918f99a917', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-304e623f-c221-4695-b9dc-50918f99a917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:01,005 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.053s 2021-10-27 16:01:01,005 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df9daeb3-c24f-4fbb-a57e-1cc0e10f0a67', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df9daeb3-c24f-4fbb-a57e-1cc0e10f0a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:02,060 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:01:02,060 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd26062a-6c5d-4aac-8698-9c26607465e2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd26062a-6c5d-4aac-8698-9c26607465e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:03,112 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:01:03,112 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783bca06-bc32-452e-b5da-a990e88786c9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783bca06-bc32-452e-b5da-a990e88786c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:04,164 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:04,164 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b023b757-a3a5-4b7b-a238-e892e8a97f74', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b023b757-a3a5-4b7b-a238-e892e8a97f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:05,220 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:01:05,221 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1cf723-0364-4dcf-b5a8-3ba7452ccf2b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1cf723-0364-4dcf-b5a8-3ba7452ccf2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:06,272 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:01:06,272 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ff3025-a511-4386-9967-2414e97c2988', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ff3025-a511-4386-9967-2414e97c2988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:07,323 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:07,324 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4c599e0-cabd-43e2-a347-8be9216e6f79', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4c599e0-cabd-43e2-a347-8be9216e6f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:08,374 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:08,374 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc06472f-a73a-448d-bc84-45e6117bcb6b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc06472f-a73a-448d-bc84-45e6117bcb6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:09,425 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:09,426 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d0d084-e248-4a93-9a4b-d5d1affbdcc0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d0d084-e248-4a93-9a4b-d5d1affbdcc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:10,475 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:10,476 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94c1eca8-2fd9-47fc-a370-92c39279cdf5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94c1eca8-2fd9-47fc-a370-92c39279cdf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:11,526 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:11,527 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e50bb4c-1b90-437f-92bc-1317e740a2c1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e50bb4c-1b90-437f-92bc-1317e740a2c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:12,577 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:12,577 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36a8c2ed-04ba-4f1e-b79d-45db3ecf2bf1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36a8c2ed-04ba-4f1e-b79d-45db3ecf2bf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:13,630 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:01:13,630 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f580fe-111e-46c4-bb39-3070030a09ed', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f580fe-111e-46c4-bb39-3070030a09ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:14,682 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:14,682 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a8d2388-c114-421a-a98e-966ae2c1c841', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a8d2388-c114-421a-a98e-966ae2c1c841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:15,733 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:15,733 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf1449c8-e1a7-4aba-b488-2f4a2ca142d3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf1449c8-e1a7-4aba-b488-2f4a2ca142d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:16,786 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:01:16,787 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1eeb726-ebb4-4524-9af4-5ac322c5fe8a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1eeb726-ebb4-4524-9af4-5ac322c5fe8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:17,853 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.058s 2021-10-27 16:01:17,853 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b0a9471-7421-42f2-86b0-c614742b0a0f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b0a9471-7421-42f2-86b0-c614742b0a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:18,905 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:01:18,906 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed057377-43eb-4590-bfd2-5e190d22f272', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed057377-43eb-4590-bfd2-5e190d22f272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:19,957 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:19,957 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff4d3562-f6ec-424d-bdc5-1b708db6ecd1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff4d3562-f6ec-424d-bdc5-1b708db6ecd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:21,008 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:21,009 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd90b8e8-0dd1-4521-a245-b4381f0ee2c5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd90b8e8-0dd1-4521-a245-b4381f0ee2c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:22,060 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:22,060 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acc3571d-98c1-4666-be9d-c10c5a2fd4fb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acc3571d-98c1-4666-be9d-c10c5a2fd4fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:23,109 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:01:23,110 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d49a8ccf-e69d-450f-8dcb-71643d3407f6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d49a8ccf-e69d-450f-8dcb-71643d3407f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:24,159 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:24,159 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22751ad9-15bd-4696-ad15-db451c039016', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22751ad9-15bd-4696-ad15-db451c039016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:25,209 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:01:25,210 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b69fee56-2cf5-410b-9815-9f96bc1cee84', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b69fee56-2cf5-410b-9815-9f96bc1cee84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:26,262 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:26,262 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11562d65-ab37-4509-b4b3-3a447c5250c3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11562d65-ab37-4509-b4b3-3a447c5250c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:27,312 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:27,313 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ff091dc-df75-4a6e-9a15-bff97393d044', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ff091dc-df75-4a6e-9a15-bff97393d044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:28,364 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:28,364 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3411f6b0-60ab-414b-a99e-1d9009cea2a6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3411f6b0-60ab-414b-a99e-1d9009cea2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:29,415 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:29,415 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecdaca49-34d1-49b1-93fe-d65f66b2a115', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecdaca49-34d1-49b1-93fe-d65f66b2a115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:30,467 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:01:30,467 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed158820-82b1-4903-91bc-f94451fdf3f4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed158820-82b1-4903-91bc-f94451fdf3f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:31,519 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:31,519 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11c92e97-f4bd-4a6b-8f27-1df6e20c6f11', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11c92e97-f4bd-4a6b-8f27-1df6e20c6f11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:32,575 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:01:32,575 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49953860-314c-42d1-b3e2-bfb23a0e3996', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49953860-314c-42d1-b3e2-bfb23a0e3996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:33,630 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:01:33,630 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e009757a-de52-495b-b07d-22fdc8812e21', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e009757a-de52-495b-b07d-22fdc8812e21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:34,683 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:01:34,683 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02b1390b-1fbe-4d9e-b4dd-e57901206e65', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02b1390b-1fbe-4d9e-b4dd-e57901206e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:35,734 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:35,734 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc2c0933-ca0d-4d02-8b2f-c0b2335df8dd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc2c0933-ca0d-4d02-8b2f-c0b2335df8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:36,785 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:36,785 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ebfb67-52fd-4642-a78b-403c7574e79d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ebfb67-52fd-4642-a78b-403c7574e79d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:37,836 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:37,837 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aded442e-6a15-45ce-9f81-c51df0918a58', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aded442e-6a15-45ce-9f81-c51df0918a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:38,890 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:01:38,891 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-108e0ab5-dac6-4c83-a66d-0ac9f0dfcf1a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108e0ab5-dac6-4c83-a66d-0ac9f0dfcf1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:39,942 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:39,942 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f59df6-9421-4585-a275-e8f9c2477db0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f59df6-9421-4585-a275-e8f9c2477db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:40,992 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:40,993 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec6cc6c7-80f3-4bf0-b3ea-ef1bab94356e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec6cc6c7-80f3-4bf0-b3ea-ef1bab94356e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:42,044 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:42,044 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8182da86-a2a0-45ab-b16e-9df1ec2fc074', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8182da86-a2a0-45ab-b16e-9df1ec2fc074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:43,094 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:43,095 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a87f0e1e-437d-4917-afe6-11d25e96ce4d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a87f0e1e-437d-4917-afe6-11d25e96ce4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:44,146 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:44,146 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47ee3fc6-9d2e-495f-9fe3-5c11af0befb3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47ee3fc6-9d2e-495f-9fe3-5c11af0befb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:45,196 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:01:45,197 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d872a1-5954-4693-a639-af6c8887defd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d872a1-5954-4693-a639-af6c8887defd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:46,246 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:46,247 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-979575f0-78d5-4dcf-befc-af9041ab2c4d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-979575f0-78d5-4dcf-befc-af9041ab2c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:47,297 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:47,297 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c71b4b-d7cf-4b0c-8624-b6ca887caf27', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c71b4b-d7cf-4b0c-8624-b6ca887caf27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:48,348 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:48,348 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8515ff8-7b87-426a-a558-b62a6b39c445', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8515ff8-7b87-426a-a558-b62a6b39c445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:49,397 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:01:49,398 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95cc64c3-1282-4b91-b436-4194effbabe7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95cc64c3-1282-4b91-b436-4194effbabe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:50,450 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:50,450 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5a3eaea-9fbe-456f-bc39-4b873fe6b38f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5a3eaea-9fbe-456f-bc39-4b873fe6b38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:51,501 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:51,501 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96eff01d-3dc3-4811-8288-07381d4f4cd4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96eff01d-3dc3-4811-8288-07381d4f4cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:52,550 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:01:52,551 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-163aa002-e145-42cd-b650-98883455ae13', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-163aa002-e145-42cd-b650-98883455ae13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:53,601 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:53,602 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e74b04-c82c-4a47-be21-e7dfcde4dd43', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e74b04-c82c-4a47-be21-e7dfcde4dd43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:54,653 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:54,653 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96989cb1-2e4b-4e3b-911f-cbdbea39e5f3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96989cb1-2e4b-4e3b-911f-cbdbea39e5f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:55,703 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:55,704 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7444c2d3-1b5b-482f-8dfd-c18dc4e7dc7d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7444c2d3-1b5b-482f-8dfd-c18dc4e7dc7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:56,753 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:01:56,754 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beba07c9-b783-4f6a-a2e5-c5d8edb38e25', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beba07c9-b783-4f6a-a2e5-c5d8edb38e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:57,804 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:01:57,804 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad6ff12-4907-48d9-ba63-45a23d3f05c8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad6ff12-4907-48d9-ba63-45a23d3f05c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:58,856 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:01:58,856 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447bc105-84a0-4d93-b297-6a8e60f664a2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447bc105-84a0-4d93-b297-6a8e60f664a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:01:59,906 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:01:59,906 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d36723b-a651-4fd3-8dfd-71ec56a2cf0b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d36723b-a651-4fd3-8dfd-71ec56a2cf0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:00,956 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:00,957 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b18f33e-f48c-455d-8957-a70f602d1926', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b18f33e-f48c-455d-8957-a70f602d1926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:02,012 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:02:02,012 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5af5423-6ffb-4641-bc0b-0e66a358ba94', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5af5423-6ffb-4641-bc0b-0e66a358ba94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:03,063 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:03,063 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf393ddf-eda3-4fbb-8079-971a5be0a0d5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf393ddf-eda3-4fbb-8079-971a5be0a0d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:04,114 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:04,114 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce5e700-6302-4d88-a6f7-bb9bd71677f8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce5e700-6302-4d88-a6f7-bb9bd71677f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:05,165 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:02:05,166 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83fb80a1-db6c-4af4-9303-fc449bab50b5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83fb80a1-db6c-4af4-9303-fc449bab50b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:06,216 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:06,216 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a8eadc8-3038-466d-a4a2-2b99d8390612', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a8eadc8-3038-466d-a4a2-2b99d8390612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:07,266 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:07,266 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c82dce0-5317-4e9a-b1f1-1dc7ab87b95e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c82dce0-5317-4e9a-b1f1-1dc7ab87b95e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:08,319 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:08,319 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52decfe0-0469-4640-95d2-b0249dc5593a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52decfe0-0469-4640-95d2-b0249dc5593a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:09,370 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:09,371 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7ca8338-b812-4171-bee9-b1f70bbb161b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7ca8338-b812-4171-bee9-b1f70bbb161b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:10,423 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:10,423 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e96e6764-d82c-41b8-b50e-5d2c0010b1ff', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e96e6764-d82c-41b8-b50e-5d2c0010b1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:11,475 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:11,475 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b1fd04b-d271-49ef-945b-38950af12fed', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b1fd04b-d271-49ef-945b-38950af12fed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:12,530 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:02:12,531 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a5ed00f-c51d-48b0-9d55-285efe94a801', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a5ed00f-c51d-48b0-9d55-285efe94a801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:13,582 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:13,583 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68ee38be-6090-4a13-9c7e-42d6c4675285', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68ee38be-6090-4a13-9c7e-42d6c4675285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:14,637 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:02:14,637 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53d3ba6a-9e15-47a8-ac17-b26691cd6dd6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53d3ba6a-9e15-47a8-ac17-b26691cd6dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:15,691 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:02:15,692 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e6ca792-b3b8-46f4-8221-b70ba3d10351', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e6ca792-b3b8-46f4-8221-b70ba3d10351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:16,743 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:16,743 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be36efd-8f1f-4758-8cbb-d07e5b57c65f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be36efd-8f1f-4758-8cbb-d07e5b57c65f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:17,839 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.088s 2021-10-27 16:02:17,839 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c23f4e7-dd28-448c-89f2-4157f5f69d84', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c23f4e7-dd28-448c-89f2-4157f5f69d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:18,889 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:18,890 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea93375b-b01b-4692-b848-43f6885a1401', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea93375b-b01b-4692-b848-43f6885a1401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:19,942 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:19,942 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305fde23-1300-4c05-9358-ec900f9eb05d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305fde23-1300-4c05-9358-ec900f9eb05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:20,995 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:20,996 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0998540b-0664-480c-a44e-1ec14a9af17d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0998540b-0664-480c-a44e-1ec14a9af17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:22,048 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:22,048 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab07831-c579-4d01-83eb-4864fe1bb1e9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab07831-c579-4d01-83eb-4864fe1bb1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:23,100 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:23,101 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175762c4-9470-4ee7-8eb3-d6e623816a4d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175762c4-9470-4ee7-8eb3-d6e623816a4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:24,153 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:24,153 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-587d9ce6-fd09-431c-9e56-6ecc5029878c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-587d9ce6-fd09-431c-9e56-6ecc5029878c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:25,206 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:25,206 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef7311ee-cf55-4c80-8687-70527ac80c6a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef7311ee-cf55-4c80-8687-70527ac80c6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:26,258 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:26,258 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f14e79b-d8f0-42e6-8ac3-9f7137486bfb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f14e79b-d8f0-42e6-8ac3-9f7137486bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:27,309 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:27,309 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4420af-3fc2-46a8-aa1a-543b4e935668', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4420af-3fc2-46a8-aa1a-543b4e935668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:28,360 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:28,361 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647dd2ec-a6e5-4635-9592-720fe6e9e58c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647dd2ec-a6e5-4635-9592-720fe6e9e58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:29,412 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:29,413 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24c3ff71-4e1f-464d-918a-b612adde0c18', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24c3ff71-4e1f-464d-918a-b612adde0c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:30,465 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:30,466 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81b5a8da-6678-45d5-88ad-9268076be8e9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81b5a8da-6678-45d5-88ad-9268076be8e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:31,516 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:31,516 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54665010-cfe0-46e1-a547-7a02f693b42b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54665010-cfe0-46e1-a547-7a02f693b42b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:32,568 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:32,568 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ce3515c-eb6e-4728-80c3-36b254e60ec6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ce3515c-eb6e-4728-80c3-36b254e60ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:33,621 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:33,621 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce5a462b-7651-47ca-9add-dc32cd936f5f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce5a462b-7651-47ca-9add-dc32cd936f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:34,673 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:34,674 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cefaed9f-a49d-4b2c-ab9d-0aa346ade261', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cefaed9f-a49d-4b2c-ab9d-0aa346ade261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:35,724 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:35,725 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a25db5-7763-44ed-993c-21d770b8eaf3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a25db5-7763-44ed-993c-21d770b8eaf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:36,776 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:36,776 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26e52e9-6809-4612-a853-3faadc540ae8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26e52e9-6809-4612-a853-3faadc540ae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:37,829 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:37,829 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d4d423-d592-49cf-bcc8-ed7547998182', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d4d423-d592-49cf-bcc8-ed7547998182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:38,886 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 16:02:38,886 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90992e73-8548-43e8-8b8a-582f7d588d22', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90992e73-8548-43e8-8b8a-582f7d588d22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:39,938 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:02:39,939 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b170dce-5814-4999-b2dd-7c91b6ba90a9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b170dce-5814-4999-b2dd-7c91b6ba90a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:40,989 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:40,989 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ff34ea-0765-4513-b360-f6e9b56512b2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ff34ea-0765-4513-b360-f6e9b56512b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:42,040 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:42,041 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-467c59fd-6f8a-4d6f-9a96-6860871fe93e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-467c59fd-6f8a-4d6f-9a96-6860871fe93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:43,094 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:02:43,095 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad24168-47b0-4aa3-a3c8-6ea02c588960', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad24168-47b0-4aa3-a3c8-6ea02c588960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:44,146 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:44,146 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6725dc-3c3c-4cbd-9759-280a806b0c8b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6725dc-3c3c-4cbd-9759-280a806b0c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:45,198 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:45,199 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b553e4d7-153a-47ac-b55c-a6425023ec60', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b553e4d7-153a-47ac-b55c-a6425023ec60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:46,250 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:46,250 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2dac08c-4520-42ea-b048-eb028898f8de', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2dac08c-4520-42ea-b048-eb028898f8de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:47,301 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:02:47,301 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ed9daf-9382-43f9-87bb-17afa519620d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ed9daf-9382-43f9-87bb-17afa519620d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:48,355 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:02:48,355 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47a8dafd-aa36-4f4d-80e8-6d91cd7dffe1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47a8dafd-aa36-4f4d-80e8-6d91cd7dffe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:49,407 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:49,407 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e87dc644-0b86-4374-941d-0237ca8929c1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e87dc644-0b86-4374-941d-0237ca8929c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:50,459 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:50,460 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a0d8ba3-60c4-4662-b6a6-631f562880e4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a0d8ba3-60c4-4662-b6a6-631f562880e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:51,516 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:02:51,516 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba062f43-4558-4889-98a0-c7a631713020', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba062f43-4558-4889-98a0-c7a631713020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:52,565 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:02:52,566 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ffd24b1-b692-4efa-908c-4110ef502fda', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ffd24b1-b692-4efa-908c-4110ef502fda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:53,620 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:02:53,620 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-801dae65-a795-45c3-8304-7c841ec42874', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-801dae65-a795-45c3-8304-7c841ec42874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:54,672 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:54,672 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1779e98-4972-4a0b-9418-509743dffb2d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1779e98-4972-4a0b-9418-509743dffb2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:55,724 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:55,725 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518c9094-99d1-4a1c-b255-3512106015ec', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518c9094-99d1-4a1c-b255-3512106015ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:56,776 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:02:56,777 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5524556-a316-4b85-addd-8d990db663e2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5524556-a316-4b85-addd-8d990db663e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:57,829 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:02:57,830 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc964da-428f-4722-823d-10091f0e5357', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc964da-428f-4722-823d-10091f0e5357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:58,882 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:58,883 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b6a74c-174d-4474-a1c6-6280963cf575', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b6a74c-174d-4474-a1c6-6280963cf575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:02:59,935 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:02:59,935 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7080f025-d781-471d-b795-6df5de9e3ff4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7080f025-d781-471d-b795-6df5de9e3ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:00,988 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:03:00,988 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89966e58-cecd-406e-9e6c-99b24f5a0d59', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89966e58-cecd-406e-9e6c-99b24f5a0d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:02,038 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:02,038 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9876cd-ec31-4c48-8c15-c5a8f33383e4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9876cd-ec31-4c48-8c15-c5a8f33383e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:03,092 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:03:03,093 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3c4122-79f1-42af-9965-7ddf53ae5ea1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3c4122-79f1-42af-9965-7ddf53ae5ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:04,144 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:04,145 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c26664-ef38-4852-8f58-a64ca48b4e3a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c26664-ef38-4852-8f58-a64ca48b4e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:05,195 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:05,195 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0adb237-a458-4d1f-a790-d00d9b228e04', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0adb237-a458-4d1f-a790-d00d9b228e04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:06,247 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:06,247 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-850ac852-58dc-465c-9148-a640f987dd98', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-850ac852-58dc-465c-9148-a640f987dd98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:07,298 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:07,298 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0770808-741a-4494-8e47-4ff224af5d63', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0770808-741a-4494-8e47-4ff224af5d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:08,349 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:08,350 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f110174d-3c8e-47d0-b069-f80273d5622b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f110174d-3c8e-47d0-b069-f80273d5622b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:09,404 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:03:09,404 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-407e0591-438f-4f7f-85a4-ac5e3ee7ebee', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-407e0591-438f-4f7f-85a4-ac5e3ee7ebee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:10,457 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:03:10,457 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18c4f491-7ddd-4e4c-9338-350a2de7a369', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18c4f491-7ddd-4e4c-9338-350a2de7a369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:11,507 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:11,508 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b421c6-245d-42b8-be04-2f32e8873408', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b421c6-245d-42b8-be04-2f32e8873408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:12,561 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:03:12,561 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9625bfd0-6ca5-4b85-a260-2e72de189d3f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9625bfd0-6ca5-4b85-a260-2e72de189d3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:13,612 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:13,612 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1b1eb33-ee22-421d-b15c-9e90eaa85f4d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1b1eb33-ee22-421d-b15c-9e90eaa85f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:14,665 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:03:14,665 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8729c0-f67e-4327-8ac5-eef08b2c98e7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8729c0-f67e-4327-8ac5-eef08b2c98e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:15,719 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:03:15,719 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd20d7f4-f110-4e19-bd35-edba5ba82542', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd20d7f4-f110-4e19-bd35-edba5ba82542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:16,771 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:16,771 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60c5afed-d8f5-471a-a6a9-3c21fc6b5572', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60c5afed-d8f5-471a-a6a9-3c21fc6b5572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:17,821 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:03:17,822 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-019429be-d489-4b63-87f1-b2f85f557689', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-019429be-d489-4b63-87f1-b2f85f557689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:18,874 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:03:18,874 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f36db2-f48f-4a68-bb82-b1b69b2056af', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f36db2-f48f-4a68-bb82-b1b69b2056af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:19,926 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:19,927 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a8963f-8fc5-4544-bd43-7955c2c98069', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a8963f-8fc5-4544-bd43-7955c2c98069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:20,980 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:03:20,980 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53db4e6f-c486-4c59-a777-7c6b37e78155', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53db4e6f-c486-4c59-a777-7c6b37e78155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:22,031 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:22,031 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f321cd17-b870-46bb-88cc-e79ccc17a0d2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f321cd17-b870-46bb-88cc-e79ccc17a0d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:23,083 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:23,084 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4ce1e99-7aef-4c87-86ba-1ec553773e11', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4ce1e99-7aef-4c87-86ba-1ec553773e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:24,136 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:24,137 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c7f6aa9-efa0-4b4a-ae6b-afecec349203', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c7f6aa9-efa0-4b4a-ae6b-afecec349203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:25,190 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:03:25,190 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83a2a564-7b0d-4979-af40-dcb7dbc4fe40', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83a2a564-7b0d-4979-af40-dcb7dbc4fe40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:26,246 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:03:26,246 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ecf5057-2fce-45c7-8a8c-0b2ff7e3494c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ecf5057-2fce-45c7-8a8c-0b2ff7e3494c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:27,298 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:27,298 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98cdf3c-f2ad-42a3-bef9-073f713c6c8e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98cdf3c-f2ad-42a3-bef9-073f713c6c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:28,351 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:03:28,351 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5894db9-d5dc-4521-8deb-ec62350fb26f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5894db9-d5dc-4521-8deb-ec62350fb26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:29,404 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:29,404 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d45976d2-e1de-4dcb-9a3c-d7c9d92ef24f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d45976d2-e1de-4dcb-9a3c-d7c9d92ef24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:30,457 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:03:30,458 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba6e4ace-9a66-4acb-b773-294ebc823d2b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba6e4ace-9a66-4acb-b773-294ebc823d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:31,509 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:31,510 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61845691-e5e6-4838-8b8c-c335682382c3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61845691-e5e6-4838-8b8c-c335682382c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:32,569 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.050s 2021-10-27 16:03:32,569 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-001a6e9e-d73a-49a8-b8c4-8b3f84558afb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-001a6e9e-d73a-49a8-b8c4-8b3f84558afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:33,625 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 16:03:33,625 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c96daa71-1e89-4186-97bb-f048b7cd8533', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c96daa71-1e89-4186-97bb-f048b7cd8533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:34,676 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:34,676 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49a749c1-d3fc-4da9-9185-f848053a308c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49a749c1-d3fc-4da9-9185-f848053a308c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:35,730 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:03:35,731 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ece8b386-098f-43c1-91e3-f2e42e83c781', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ece8b386-098f-43c1-91e3-f2e42e83c781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:36,797 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 16:03:36,798 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b6bcfae-f4e4-41db-a696-8af250b313c0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b6bcfae-f4e4-41db-a696-8af250b313c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:37,856 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 16:03:37,857 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d42cd90c-b151-4d05-a7a0-2413d3bb1261', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d42cd90c-b151-4d05-a7a0-2413d3bb1261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:38,915 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.049s 2021-10-27 16:03:38,915 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbc4772f-c630-43e3-9f74-757c8aecba37', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbc4772f-c630-43e3-9f74-757c8aecba37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:39,969 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:39,970 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c30c5c5-9e1c-4811-a023-1823a83e0888', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c30c5c5-9e1c-4811-a023-1823a83e0888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:41,025 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 16:03:41,025 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f8b3d51-a5cf-4e43-af8e-ec12d1ed1bf2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f8b3d51-a5cf-4e43-af8e-ec12d1ed1bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:42,077 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:03:42,078 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c21bfb95-96a7-4d2b-befb-0045f74bfcbc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c21bfb95-96a7-4d2b-befb-0045f74bfcbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:43,131 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:03:43,131 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-066bb57c-e2ec-472a-beb2-b4940e416a65', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-066bb57c-e2ec-472a-beb2-b4940e416a65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:44,185 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:03:44,186 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b42e34-1a66-4af3-b74a-3750bd73f56b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b42e34-1a66-4af3-b74a-3750bd73f56b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:45,237 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:45,238 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a774e93d-8747-4ace-b4a6-a91699c6f230', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a774e93d-8747-4ace-b4a6-a91699c6f230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:46,289 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:46,289 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-908dd404-acb0-42ed-acbf-357d40263092', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-908dd404-acb0-42ed-acbf-357d40263092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:47,341 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:03:47,341 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e20b6f3-a3e2-47e8-8dfd-059f4794a6c7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e20b6f3-a3e2-47e8-8dfd-059f4794a6c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:48,479 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.076s 2021-10-27 16:03:48,480 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da4dd72a-48bf-45d1-92f4-17a39ea7a002', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da4dd72a-48bf-45d1-92f4-17a39ea7a002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:49,530 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:49,531 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637671f8-7160-4e99-b3d0-8aea778da488', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637671f8-7160-4e99-b3d0-8aea778da488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:50,583 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:03:50,584 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c82eab-6ea9-4bb8-8535-13b29c600462', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c82eab-6ea9-4bb8-8535-13b29c600462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:51,639 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:03:51,639 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67265a67-d435-4fa4-87e1-aab03401832b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67265a67-d435-4fa4-87e1-aab03401832b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:52,690 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:52,690 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f09d8e0c-6e3c-485c-9eff-2a899571d5a7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f09d8e0c-6e3c-485c-9eff-2a899571d5a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:53,741 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:53,742 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-debba4d3-7495-45b4-a413-33e69cb9aa56', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-debba4d3-7495-45b4-a413-33e69cb9aa56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:54,795 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:03:54,796 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3103b4cf-1743-40a0-8397-d68322ebf51f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3103b4cf-1743-40a0-8397-d68322ebf51f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:55,845 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:03:55,845 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-892b5448-d78b-46ce-bb80-420d66cf7cc0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-892b5448-d78b-46ce-bb80-420d66cf7cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:56,905 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.051s 2021-10-27 16:03:56,905 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-304f7e16-21f4-40c6-9e1a-a0dcf0ac8d19', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-304f7e16-21f4-40c6-9e1a-a0dcf0ac8d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:57,955 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:03:57,955 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2660d28-a665-4e09-a92e-00f33aa22c32', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2660d28-a665-4e09-a92e-00f33aa22c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:03:59,005 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:03:59,005 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-948cc9ac-cb89-4944-91b1-5ce43b2afd20', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-948cc9ac-cb89-4944-91b1-5ce43b2afd20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:00,054 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:04:00,055 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d83e238-7978-48ab-a6fa-879883018f86', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d83e238-7978-48ab-a6fa-879883018f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:01,105 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:04:01,105 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32cee258-dbd1-43dd-a9ad-3aa8139dc72a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32cee258-dbd1-43dd-a9ad-3aa8139dc72a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:02,156 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:04:02,156 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4de64ef-60b1-4a8d-8246-d656e9826862', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4de64ef-60b1-4a8d-8246-d656e9826862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:03,214 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.050s 2021-10-27 16:04:03,214 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e61f2d5-26d1-4acf-97a2-616286b9e1bf', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e61f2d5-26d1-4acf-97a2-616286b9e1bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:04,265 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:04:04,265 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d58994-3c50-4c27-a732-7b388a555abd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d58994-3c50-4c27-a732-7b388a555abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:05,331 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.057s 2021-10-27 16:04:05,332 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3feb2d5-8bc3-4e88-90fb-b86812c031f2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3feb2d5-8bc3-4e88-90fb-b86812c031f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:06,388 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 16:04:06,388 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdebbbf3-b812-4cf2-b349-de8563237306', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdebbbf3-b812-4cf2-b349-de8563237306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:07,441 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:04:07,442 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9e2dec4-bb7c-495b-9cba-801335320707', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9e2dec4-bb7c-495b-9cba-801335320707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:08,495 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:04:08,495 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-674a82c7-7aa7-4b84-baec-b68f6199fef1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674a82c7-7aa7-4b84-baec-b68f6199fef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:09,553 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.049s 2021-10-27 16:04:09,553 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f1fadd9-ffff-410a-835e-e56949bcea9b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f1fadd9-ffff-410a-835e-e56949bcea9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:10,607 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:04:10,608 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3e8ab3d-ebf0-41be-bc09-1efc14009b66', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3e8ab3d-ebf0-41be-bc09-1efc14009b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:11,668 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.052s 2021-10-27 16:04:11,668 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1adf36a-7df2-42ff-bd54-1f1f9227b7ae', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1adf36a-7df2-42ff-bd54-1f1f9227b7ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:12,724 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:04:12,724 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dc8faf2-726a-413d-8d1a-773f38765d4d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dc8faf2-726a-413d-8d1a-773f38765d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:13,778 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:04:13,779 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d1f158c-bc6d-453c-860d-ff07178baf3c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d1f158c-bc6d-453c-860d-ff07178baf3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:14,831 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:04:14,831 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd289865-17e2-4a8c-af32-9569f7be0414', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd289865-17e2-4a8c-af32-9569f7be0414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:15,886 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:04:15,886 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-212fbc64-e239-4c14-a70b-158ab863356f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-212fbc64-e239-4c14-a70b-158ab863356f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:16,943 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:04:16,943 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0da836-ae2f-46e4-83e1-092955d85880', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0da836-ae2f-46e4-83e1-092955d85880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:17,996 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:04:17,997 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6925ce10-85f5-46a0-8234-d55ce7ab7faa', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6925ce10-85f5-46a0-8234-d55ce7ab7faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:19,049 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:04:19,049 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04255e90-9e90-4fa2-bd66-ecae8f71ded3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04255e90-9e90-4fa2-bd66-ecae8f71ded3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:20,103 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:04:20,103 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cacadc09-802c-490f-a5bb-ebbffa234e53', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cacadc09-802c-490f-a5bb-ebbffa234e53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:21,159 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 16:04:21,159 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18bb02e6-6efd-482c-842c-2f21a5c1577a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18bb02e6-6efd-482c-842c-2f21a5c1577a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:22,214 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:04:22,214 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f46fe9c-70c1-4864-8227-6517e85f3edb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f46fe9c-70c1-4864-8227-6517e85f3edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:23,267 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:04:23,268 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1730e0bb-2fac-4753-9daa-9a216e8ac728', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1730e0bb-2fac-4753-9daa-9a216e8ac728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:24,328 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:04:24,329 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cacb1a0-46aa-4178-85d6-b077c8a53ed7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cacb1a0-46aa-4178-85d6-b077c8a53ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:25,386 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 16:04:25,386 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-238f34c0-1ac8-4e2b-8260-79e1d92fcd8d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-238f34c0-1ac8-4e2b-8260-79e1d92fcd8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:26,437 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:04:26,438 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d710998-2a2c-40bd-86cc-841c5637e9d2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d710998-2a2c-40bd-86cc-841c5637e9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:27,494 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:04:27,495 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92a56884-00ed-44db-9438-5da680676ec4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92a56884-00ed-44db-9438-5da680676ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:28,558 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.054s 2021-10-27 16:04:28,558 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9ab8df0-70da-4ed5-8ccc-0d8601695852', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9ab8df0-70da-4ed5-8ccc-0d8601695852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:29,622 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.055s 2021-10-27 16:04:29,623 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2915440-39e4-4e44-8395-3f8551fa6aaf', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2915440-39e4-4e44-8395-3f8551fa6aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:30,686 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.055s 2021-10-27 16:04:30,686 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d609cd64-a62e-41e0-85f6-db30107e127a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d609cd64-a62e-41e0-85f6-db30107e127a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:31,741 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:04:31,741 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43bb6983-92f2-4208-b332-3f5ef78a2d9e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43bb6983-92f2-4208-b332-3f5ef78a2d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:32,805 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.056s 2021-10-27 16:04:32,805 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e0ae8ad-1075-4903-ad65-e4404355b95a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e0ae8ad-1075-4903-ad65-e4404355b95a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:33,863 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.049s 2021-10-27 16:04:33,863 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6c1375-4759-496a-bde0-970eb474d993', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6c1375-4759-496a-bde0-970eb474d993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:34,928 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.055s 2021-10-27 16:04:34,928 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a44a93b9-aabe-43f3-baff-f4166f4e2ad4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a44a93b9-aabe-43f3-baff-f4166f4e2ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:35,988 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.052s 2021-10-27 16:04:35,989 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2549bd8d-bdd4-43b3-9c9c-013a3aa60949', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2549bd8d-bdd4-43b3-9c9c-013a3aa60949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:37,056 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.058s 2021-10-27 16:04:37,056 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03bd8343-968b-4c01-b6cb-d572fb055225', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03bd8343-968b-4c01-b6cb-d572fb055225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:38,114 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.049s 2021-10-27 16:04:38,115 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e917c73-ceb5-42f5-8c4f-3c687085b5a1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e917c73-ceb5-42f5-8c4f-3c687085b5a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:39,168 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:04:39,168 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c7e3a7-0753-4687-aed7-71709d06b996', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33c7e3a7-0753-4687-aed7-71709d06b996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:40,223 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:04:40,223 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e242a4f8-953e-4103-bb79-984247b8b578', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e242a4f8-953e-4103-bb79-984247b8b578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:41,280 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.049s 2021-10-27 16:04:41,281 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9d02c79-709e-4f2e-b740-18066fdbfe76', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9d02c79-709e-4f2e-b740-18066fdbfe76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:42,333 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:04:42,333 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2cb16ce-e4ed-4f4d-b602-3163f2f1df29', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2cb16ce-e4ed-4f4d-b602-3163f2f1df29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:43,386 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:04:43,386 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a5ba0b2-700d-41b0-89d7-7a659af5c521', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a5ba0b2-700d-41b0-89d7-7a659af5c521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:44,440 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:04:44,441 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3beb1e2f-194e-46ff-bb8d-6033c9da2fb1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3beb1e2f-194e-46ff-bb8d-6033c9da2fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:45,493 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:04:45,493 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a871e9a0-c675-4eb5-9b6e-04835e559229', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a871e9a0-c675-4eb5-9b6e-04835e559229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:46,545 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:04:46,546 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e1012cf-848d-4d1d-9213-c866ec6922ec', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e1012cf-848d-4d1d-9213-c866ec6922ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:47,597 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:04:47,598 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-475f54e6-04f7-4afa-9d85-48e2cd63021c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-475f54e6-04f7-4afa-9d85-48e2cd63021c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:48,656 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.050s 2021-10-27 16:04:48,657 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a3d25ab-e63b-4793-ae85-494218e49b79', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a3d25ab-e63b-4793-ae85-494218e49b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:49,710 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:04:49,710 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55711624-0bbc-4f75-b7bc-c69c360244dc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55711624-0bbc-4f75-b7bc-c69c360244dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:50,761 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:04:50,761 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db7e96ee-b605-4cd0-b91f-287ba31cca0f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db7e96ee-b605-4cd0-b91f-287ba31cca0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:51,811 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:04:51,811 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e6f20e-ea29-4994-afb0-2a79c3452a7d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e6f20e-ea29-4994-afb0-2a79c3452a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:52,864 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:04:52,865 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8aef083-c1ee-4a32-b86d-6b2716f0408e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8aef083-c1ee-4a32-b86d-6b2716f0408e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:53,919 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:04:53,919 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70b38e76-d29a-413a-8bf8-dda380496485', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70b38e76-d29a-413a-8bf8-dda380496485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:54,973 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:04:54,974 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd3e3a2b-be79-45e4-8a92-abd0d8e7bf0d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd3e3a2b-be79-45e4-8a92-abd0d8e7bf0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:56,027 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:04:56,028 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfad7a3f-9747-4833-a539-13889e8dbcf4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfad7a3f-9747-4833-a539-13889e8dbcf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:57,083 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:04:57,084 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-142ad62c-3478-4dec-bbd3-4cf1fc14c84d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-142ad62c-3478-4dec-bbd3-4cf1fc14c84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:58,140 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.048s 2021-10-27 16:04:58,141 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64f9208a-69bb-4a5a-a4fd-28f5d9cf536b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64f9208a-69bb-4a5a-a4fd-28f5d9cf536b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:04:59,198 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:04:59,199 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec1ef69-2c7e-44ae-95a0-894c1ad26151', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec1ef69-2c7e-44ae-95a0-894c1ad26151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:00,250 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:05:00,250 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60654ddc-667e-47fa-bce1-f629de124c7a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60654ddc-667e-47fa-bce1-f629de124c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:01,302 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:05:01,302 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f07d140d-b9ea-4ff4-bc0f-98b7679b9fbc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f07d140d-b9ea-4ff4-bc0f-98b7679b9fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:02,353 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:05:02,353 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6df9e0c3-1c48-4ea1-80a9-53bc99b4349d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6df9e0c3-1c48-4ea1-80a9-53bc99b4349d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:03,406 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:05:03,407 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1c0c12f-cb28-49fa-b778-5ae6807d41d1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1c0c12f-cb28-49fa-b778-5ae6807d41d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:04,458 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.042s 2021-10-27 16:05:04,458 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02223932-8c62-4dc0-9b7b-4da42eb76394', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02223932-8c62-4dc0-9b7b-4da42eb76394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:05,507 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.041s 2021-10-27 16:05:05,508 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f2d6ddb-4fe2-4c4c-8a90-60681115cc89', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f2d6ddb-4fe2-4c4c-8a90-60681115cc89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:06,559 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.043s 2021-10-27 16:05:06,559 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94d45ab6-aa7d-45e0-8003-55f05b6e296d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94d45ab6-aa7d-45e0-8003-55f05b6e296d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:07,623 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.055s 2021-10-27 16:05:07,624 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8923aa5d-fa97-4566-a5bf-e8878ef2763d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8923aa5d-fa97-4566-a5bf-e8878ef2763d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:08,677 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:05:08,677 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65081bcb-7c30-451b-8a64-b0d5421879a8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65081bcb-7c30-451b-8a64-b0d5421879a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:09,730 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:05:09,731 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a556ec-3397-401b-8ee5-e354c4a5577e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a556ec-3397-401b-8ee5-e354c4a5577e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:10,784 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.045s 2021-10-27 16:05:10,784 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e13765d8-9c22-4ab1-aaa7-b4fb9c8eebea', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e13765d8-9c22-4ab1-aaa7-b4fb9c8eebea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:11,839 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.046s 2021-10-27 16:05:11,840 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0316267e-e501-4572-8b16-1749cc72bca6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0316267e-e501-4572-8b16-1749cc72bca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:12,895 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:05:12,896 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6954b859-c884-4c49-a935-89c4821877e4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6954b859-c884-4c49-a935-89c4821877e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:13,951 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:05:13,951 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f08381ca-4ae4-4bfe-b02f-479edf083c36', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f08381ca-4ae4-4bfe-b02f-479edf083c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:15,004 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.044s 2021-10-27 16:05:15,004 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e2e8f86-d78d-402c-9668-02bc0db0cf2e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e2e8f86-d78d-402c-9668-02bc0db0cf2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:16,088 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.076s 2021-10-27 16:05:16,089 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e62898ad-7dcf-426c-becb-a3dcd4976ac1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e62898ad-7dcf-426c-becb-a3dcd4976ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:17,170 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.073s 2021-10-27 16:05:17,171 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b7e6abb-2a5c-4023-85fc-aa03a0b217ec', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b7e6abb-2a5c-4023-85fc-aa03a0b217ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:18,226 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.047s 2021-10-27 16:05:18,227 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a969f86f-e2e4-47a5-8c1b-da293e193e73', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a969f86f-e2e4-47a5-8c1b-da293e193e73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:19,285 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80 0.050s 2021-10-27 16:05:19,285 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5a2a2f0-97f3-4693-8c69-f852c334a31c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5a2a2f0-97f3-4693-8c69-f852c334a31c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80'} Body: b'{"volume": {"id": "82e8083f-419e-4058-a996-da93713d7f80", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T15:45:30.000000", "updated_at": "2021-10-27T15:46:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1251162714", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.64/volume/v3/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}, {"rel": "bookmark", "href": "http://10.222.0.64/volume/8818377e744d4f6ba65560705c191f0a/volumes/82e8083f-419e-4058-a996-da93713d7f80"}], "user_id": "4c757a383a434a4c9b1b928087af8de7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "82e8083f-419e-4058-a996-da93713d7f80", "attachment_id": "43c5aa6c-a8d7-47b3-8593-0868d8ddc711", "volume_id": "82e8083f-419e-4058-a996-da93713d7f80", "server_id": "a79303e6-05ad-4901-96b7-ce845b4016f4", "host_name": null, "device": "/dev/sda", "attached_at": "2021-10-27T15:46:11.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": "b585ffbc-6a36-48c9-81b3-e26f9bd0fcba", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8818377e744d4f6ba65560705c191f0a"}}' 2021-10-27 16:05:19,489 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.64:9696/v2.0/security-groups/e4053052-4324-4e20-95e6-1d02d48e53a6 0.196s 2021-10-27 16:05:19,489 122911 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-4a5283f0-9e2a-4d3d-8c54-ea59c8f1b898', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 16:05:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.64:9696/v2.0/security-groups/e4053052-4324-4e20-95e6-1d02d48e53a6'} Body: b'' 2021-10-27 16:05:19,548 122911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.64/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2050413747 0.058s 2021-10-27 16:05:19,548 122911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 16:05:19 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-a8bd7cea-a492-48b1-8ab3-29754654370b', 'x-compute-request-id': 'req-a8bd7cea-a492-48b1-8ab3-29754654370b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.64/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2050413747'} 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 82e8083f-419e-4058-a996-da93713d7f80 within the required time (360 s). Timer started at 1635350359. Timer ended at 1635350719waited for 360 }}} 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 91, in test_volume_boot_pattern instance_2nd = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1187, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 197, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 105, in create_server resp, body = self.post('servers', 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 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: Volume 82e8083f-419e-4058-a996-da93713d7f80 status must be available or downloading to reserve, but the current status is in-use. (HTTP 400) (Request-ID: req-0806d77a-40ba-4d31-af16-805f6bcbb4d3)'} |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt13.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
pt14.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
pt15.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
pt16.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt17.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
VolumesBackupsV39Test) |
skip
pt17.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt18.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
pt19.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.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt20.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt20.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
||||||
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
pt21.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
pt21.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
pt21.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
pt22.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_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt23.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
||||||
tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt24.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
pt24.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
pt24.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
pt24.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
pt24.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
pt24.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt26.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
pt26.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
pt27.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
pt28.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
pt28.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
pt28.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 | 0 | 0 | 0 | 1 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
skip
pt29.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
pt30.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[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt31.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt32.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt32.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt33.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt34.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
||||||
tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt35.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt35.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
pt35.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] |
pass
pt35.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt35.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
pt35.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
pt35.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt37.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
pt37.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
pt38.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
pt39.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
pt39.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
pt40.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
pt40.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
pt41.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
pt41.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
pt41.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
pt41.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
pt41.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
pt41.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
pt41.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
pt42.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
pt42.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
pt42.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
pt43.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
pt44.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
pt44.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
pt44.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
pt44.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
pt44.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt46.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt46.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,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
pt47.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
pt47.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt49.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
pt49.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
pt49.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_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt50.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt50.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt50.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt50.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt50.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt50.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt50.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt50.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt50.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt50.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt50.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt50.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
||||||
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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.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
pt52.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
pt52.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
pt52.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
pt52.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
pt52.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
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
pt53.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
pt54.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
pt55.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_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt56.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
pt56.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
pt57.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
pt58.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
pt58.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
pt59.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
pt59.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
pt60.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
pt60.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
||||||
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
pt61.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
pt61.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
pt61.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
pt61.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
pt61.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
pt61.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
pt62.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
pt62.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
pt63.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
pt64.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
pt64.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.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt65.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt65.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt65.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
||||||
tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt68.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt68.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt68.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt68.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt68.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt68.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt68.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt68.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt68.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt68.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt68.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt68.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt68.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt68.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt68.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt68.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt68.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt68.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt68.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt68.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt68.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt68.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt68.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt68.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt68.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt68.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt68.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt68.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt68.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt68.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt68.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt68.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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] |
pass
pt70.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
||||||
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
pt71.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
||||||
Total | 235 | 211 | 14 | 0 | 10 |